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 /debian/rules | |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
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 |