* Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom

Parker. If some other packages still rely on having explicit X11 
  dependencies, they are buggy and need to be fixed anyway.
This commit is contained in:
Josselin Mouette 2007-10-26 11:18:00 +00:00
parent 1cd8daf664
commit c47c30ad17
2 changed files with 4 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,11 @@
gtk+2.0 (2.12.1-2) UNRELEASED; urgency=low
* Stop suggesting gtk-engines-pixmap.
* Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
Parker. If some other packages still rely on having explicit X11
dependencies, they are buggy and need to be fixed anyway.
-- Josselin Mouette <joss@debian.org> Fri, 26 Oct 2007 11:03:24 +0200
-- Josselin Mouette <joss@debian.org> Fri, 26 Oct 2007 13:17:12 +0200
gtk+2.0 (2.12.1-1) unstable; urgency=low

1
debian/rules vendored
View File

@ -111,7 +111,6 @@ common_configure_flags := \
--infodir=\$${prefix}/share/info \
--sysconfdir=/etc \
--with-html-dir=\$${prefix}/share/doc/$(DOC_PKG) \
--enable-explicit-deps=yes \
--enable-test-print-backend
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
common_configure_flags += --build=$(DEB_BUILD_GNU_TYPE)