diff options
author | Pino Toscano <pino@debian.org> | 2013-09-23 16:18:14 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-09-23 16:18:14 +0200 |
commit | 22519b2e328df91a60fce2ee197637d4efcb6af7 (patch) | |
tree | 4bf42ab749c67e9c490336489f1fdd318098fa51 /debian | |
parent | 404f06f33fa51482c5a3e381ec98b8658bcd9848 (diff) |
dh_install: use --remaining-packages to not process udebs twice
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 57d500b8..25e9a698 100755 --- a/debian/rules +++ b/debian/rules @@ -87,7 +87,7 @@ override_dh_auto_install: override_dh_install: $(INSTALL_generated) dh_install $(addprefix -p,$(filter %-udeb,$(shell dh_listpackages))) --sourcedir=debian/tmp-udeb - dh_install --list-missing --sourcedir=debian/tmp + dh_install --remaining-packages --list-missing --sourcedir=debian/tmp override_dh_installinit: dh_installinit -phurd --name=hurd-console |