diff options
author | Jordi Mallach <jordi@debian.org> | 2012-03-30 17:02:21 +0000 |
---|---|---|
committer | Jordi Mallach <jordi@debian.org> | 2012-03-30 17:02:21 +0000 |
commit | 1a045bf4fac2db1b298a5d067043a2083e65d385 (patch) | |
tree | 290f119c946895f4772175b4fe0926a790f96252 | |
parent | Drop omf dir, documentation is now in Mallard format. (diff) | |
download | zenity-1a045bf4fac2db1b298a5d067043a2083e65d385.tar.gz zenity-1a045bf4fac2db1b298a5d067043a2083e65d385.tar.bz2 zenity-1a045bf4fac2db1b298a5d067043a2083e65d385.zip |
* Drop Build-Depends on docbook-xml.
* Add --list-missing to DEB_DH_INSTALL_ARGS.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/control.in | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1a55a38e..ab9e9062 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ zenity (3.4.0-1) unstable; urgency=low * Update debhelper to v9. * Bump Standards-Version to 3.9.3, with no further changes. * Drop omf dir, documentation is now in Mallard format. + * Drop Build-Depends on docbook-xml. + * Add --list-missing to DEB_DH_INSTALL_ARGS. - -- Jordi Mallach <jordi@debian.org> Fri, 30 Mar 2012 18:10:48 +0200 + -- Jordi Mallach <jordi@debian.org> Fri, 30 Mar 2012 19:02:11 +0200 zenity (3.2.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 85ff4135..d885465e 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.o Build-Depends: debhelper (>= 9), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), - docbook-xml, gnome-doc-utils (>= 0.3.2), intltool (>= 0.40.0), libglib2.0-dev, diff --git a/debian/control.in b/debian/control.in index 752a22ee..c41dc2eb 100644 --- a/debian/control.in +++ b/debian/control.in @@ -6,7 +6,6 @@ Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 9), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), - docbook-xml, gnome-doc-utils (>= 0.3.2), intltool (>= 0.40.0), libglib2.0-dev, diff --git a/debian/rules b/debian/rules index 8cc7fccc..b5ddf8ff 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,5 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed + +DEB_DH_INSTALL_ARGS += --list-missing |