diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-28 20:28:08 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-28 20:28:08 +0100 |
commit | 8c55d4d117f1641650cd832c957ccdbf71b04893 (patch) | |
tree | aa69ee9a261598e565619fd39e2f4c131106713a /debian/rules | |
parent | 821197c1198547077a8a0de5ebbb1b355ec33572 (diff) | |
parent | ed9665aedf77b3b8345bd4ed33de7885738e29f0 (diff) |
Merge branch 'debian/sid' into ubuntu/master
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index e817d4884..338890445 100755 --- a/debian/rules +++ b/debian/rules @@ -209,6 +209,9 @@ apt: build-binary build-manpages debian/apt.install #mv debian/$@/usr/bin/apt-report-mirror-failure \ # debian/$@/usr/lib/apt/apt-report-mirror-failure \ + # move the apt-helper in place + mv debian/$@/usr/bin/apt-helper debian/$@/usr/lib/apt/apt-helper + dh_bugfiles -p$@ dh_lintian -p$@ dh_installexamples -p$@ $(BLD)/docs/examples/* |