diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-20 00:25:34 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-20 00:30:14 +0200 |
commit | 99fd3fd5943883d947f2f6cd6a7fd9faf0dcc0bf (patch) | |
tree | 3befbf77ff59ef8d9d3d4acd9cd73ee0009233f8 /debian/rules | |
parent | 29742f9563256f2e9dea409f5a923154a93a9359 (diff) |
debian: Get rid of dh_movefiles again
This workaround is a bit more ugly, but does not use a
(somewhat) deprecated debhelper command.
Gbp-Dch: ignore
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index cc2e36fba..24608a6b8 100755 --- a/debian/rules +++ b/debian/rules @@ -14,12 +14,12 @@ export CTEST_OUTPUT_ON_FAILURE=1 dh $@ override_dh_install-indep: - dh_movefiles dh_install --list-missing override_dh_install-arch: - dh_movefiles - dh_install --list-missing + dh_install -papt-utils -X/dump + dh_install -papt -Xmethods/https + dh_install --remaining --list-missing install -m 644 debian/apt.conf.autoremove debian/apt/etc/apt/apt.conf.d/01autoremove install -m 755 debian/apt.auto-removal.sh debian/apt/etc/kernel/postinst.d/apt-auto-removal |