diff options
| author | Pino Toscano <pino@debian.org> | 2013-02-28 15:52:38 +0100 |
|---|---|---|
| committer | Pino Toscano <pino@debian.org> | 2013-02-28 15:52:38 +0100 |
| commit | 9aacd7e57b052a28e978910f403f4e45731f2fa1 (patch) | |
| tree | 484b80ca97c014e7e8774e74e9219ce43aaf3ee8 /debian | |
| parent | b372d228ee8564a30bfc10df4b69f1925019e6ab (diff) | |
Call dh_install with --list-missing
Diffstat (limited to 'debian')
| -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 |
