diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 49b60e90..9e4f662c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ hurd (20130226-2) UNRELEASED; urgency=low * Add missing autotools-dev build dependency (for the autotools_dev dh addon). * Rename hurd{,-dev,-udeb}.install to hurd{,-dev,-udeb}.install.in, and generate the .install files at build time. + * Call dh_install with --list-missing. -- Samuel Thibault <sthibault@debian.org> Tue, 26 Feb 2013 23:51:12 +0100 diff --git a/debian/rules b/debian/rules index ad11b805..a3b70b9d 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,7 @@ override_dh_auto_install: rm -f debian/tmp/lib/*_pic.a override_dh_install: $(INSTALL_generated) - dh_install + dh_install --list-missing override_dh_installinit: dh_installinit -phurd --name=hurd-console |