Don't have gtk2-engines-pixbuf depend on libgtk2.0-0 to allow themes to be installed without requiring GTK+ 2 to be installed
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
gtk+2.0 (2.24.31-4) UNRELEASED; urgency=medium
|
||||
|
||||
* Don't have gtk2-engines-pixbuf depend on libgtk2.0-0 to allow
|
||||
themes to be installed without requiring GTK+ 2 to be installed
|
||||
|
||||
-- Jeremy Bicha <jbicha@debian.org> Wed, 29 Nov 2017 21:07:12 -0500
|
||||
|
||||
gtk+2.0 (2.24.31-3) unstable; urgency=medium
|
||||
|
||||
[ Jeremy Bicha ]
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -199,8 +199,7 @@ Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
libgtk2.0-0 (= ${binary:Version}),
|
||||
libgtk2.0-common
|
||||
libgtk2.0-0 (= ${binary:Version})
|
||||
Description: pixbuf-based theme for GTK+ 2.x
|
||||
GTK+ is a multi-platform toolkit for creating graphical user
|
||||
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
||||
|
3
debian/control.in
vendored
3
debian/control.in
vendored
@ -199,8 +199,7 @@ Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
@SHARED_PKG@ (= ${binary:Version}),
|
||||
@COMMON_PKG@
|
||||
@SHARED_PKG@ (= ${binary:Version})
|
||||
Description: pixbuf-based theme for GTK+ 2.x
|
||||
GTK+ is a multi-platform toolkit for creating graphical user
|
||||
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -137,8 +137,6 @@ static_configure_flags := $(configure_flags) \
|
||||
# list of flavors to run the test suite on
|
||||
CHECK_FLAVORS := $(filter shared static, $(FLAVORS))
|
||||
|
||||
DH_INSTALLDOCS_FILES := NEWS README AUTHORS
|
||||
|
||||
# macro computing the list of 'debian/<pkg>.*" files which have a corresponding
|
||||
# ".in" file; pass the list of packages in $(1)
|
||||
dh_subst_files = $(patsubst %.in,%,$(wildcard $(addprefix debian/, $(addsuffix *.in, $(1)))))
|
||||
@ -297,7 +295,8 @@ binary-arch: build-arch $(maybe_check) install-arch $(call dh_subst_files,$(BINA
|
||||
-- -c4
|
||||
dh_girepository -pgir1.2-gtk-2.0
|
||||
dh_installdeb -s
|
||||
dh_shlibdeps
|
||||
dh_shlibdeps -p$(PIXBUF_PKG) -- -xlibgtk2.0-0
|
||||
dh_shlibdeps --remaining-packages
|
||||
dh_gencontrol -s
|
||||
dh_md5sums -s
|
||||
dh_builddeb -s -- -Zxz
|
||||
|
Reference in New Issue
Block a user