Move org.gtk.Settings.Debug schema from -dev to -common
gnome-terminal 3.40 wants this. Closes: #993469
This commit is contained in:
parent
b690c465da
commit
381605caa0
4
debian/control
vendored
4
debian/control
vendored
@ -107,6 +107,8 @@ Architecture: all
|
|||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Recommends: libgtk-3-0
|
Recommends: libgtk-3-0
|
||||||
|
Breaks: libgtk-3-dev (<< 3.24.30-3~)
|
||||||
|
Replaces: libgtk-3-dev (<< 3.24.30-3~)
|
||||||
Description: common files for the GTK graphical user interface library
|
Description: common files for the GTK graphical user interface library
|
||||||
GTK is a multi-platform toolkit for creating graphical user
|
GTK is a multi-platform toolkit for creating graphical user
|
||||||
interfaces. Offering a complete set of widgets, GTK is suitable
|
interfaces. Offering a complete set of widgets, GTK is suitable
|
||||||
@ -165,7 +167,7 @@ Depends: gir1.2-gtk-3.0 (= ${binary:Version}),
|
|||||||
wayland-protocols (>= 1.17) [linux-any],
|
wayland-protocols (>= 1.17) [linux-any],
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
libgtk-3-common,
|
libgtk-3-common (>= ${source:Version}),
|
||||||
libgtk-3-0 (= ${binary:Version})
|
libgtk-3-0 (= ${binary:Version})
|
||||||
Suggests: libgtk-3-doc
|
Suggests: libgtk-3-doc
|
||||||
Description: development files for the GTK library
|
Description: development files for the GTK library
|
||||||
|
4
debian/control.in
vendored
4
debian/control.in
vendored
@ -107,6 +107,8 @@ Architecture: all
|
|||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Recommends: @SHARED_PKG@
|
Recommends: @SHARED_PKG@
|
||||||
|
Breaks: @DEV_PKG@ (<< 3.24.30-3~)
|
||||||
|
Replaces: @DEV_PKG@ (<< 3.24.30-3~)
|
||||||
Description: common files for the GTK graphical user interface library
|
Description: common files for the GTK graphical user interface library
|
||||||
GTK is a multi-platform toolkit for creating graphical user
|
GTK is a multi-platform toolkit for creating graphical user
|
||||||
interfaces. Offering a complete set of widgets, GTK is suitable
|
interfaces. Offering a complete set of widgets, GTK is suitable
|
||||||
@ -165,7 +167,7 @@ Depends: gir1.2-gtk-3.0 (= ${binary:Version}),
|
|||||||
wayland-protocols (>= 1.17) [linux-any],
|
wayland-protocols (>= 1.17) [linux-any],
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
@COMMON_PKG@,
|
@COMMON_PKG@ (>= ${source:Version}),
|
||||||
@SHARED_PKG@ (= ${binary:Version})
|
@SHARED_PKG@ (= ${binary:Version})
|
||||||
Suggests: @DOC_PKG@
|
Suggests: @DOC_PKG@
|
||||||
Description: development files for the GTK library
|
Description: development files for the GTK library
|
||||||
|
1
debian/libgtk-3-common.install.in
vendored
1
debian/libgtk-3-common.install.in
vendored
@ -1,6 +1,7 @@
|
|||||||
@CONFDIR@/im-multipress.conf
|
@CONFDIR@/im-multipress.conf
|
||||||
usr/share/locale
|
usr/share/locale
|
||||||
usr/share/themes
|
usr/share/themes
|
||||||
|
usr/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml
|
||||||
usr/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml
|
usr/share/glib-2.0/schemas/org.gtk.Settings.EmojiChooser.gschema.xml
|
||||||
usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
|
usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
|
||||||
usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
|
usr/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
|
||||||
|
1
debian/libgtk-3-dev.install
vendored
1
debian/libgtk-3-dev.install
vendored
@ -3,6 +3,5 @@ usr/lib/*/libg?k*.so
|
|||||||
usr/lib/*/pkgconfig/g?k*
|
usr/lib/*/pkgconfig/g?k*
|
||||||
usr/share/aclocal
|
usr/share/aclocal
|
||||||
usr/share/gir-1.0
|
usr/share/gir-1.0
|
||||||
usr/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml
|
|
||||||
usr/share/gtk-3.0/gtkbuilder.rng
|
usr/share/gtk-3.0/gtkbuilder.rng
|
||||||
usr/share/gtk-3.0/valgrind
|
usr/share/gtk-3.0/valgrind
|
||||||
|
Loading…
Reference in New Issue
Block a user