diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-09-29 09:14:37 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-09-29 09:14:37 +0000 |
commit | 0828b09a0ffdfb58deb04e940f2631e624a7b46b (patch) | |
tree | 59774586be43b7897821ee31d169d508279a5078 /debian/rules | |
parent | 49a42728c38d95e691658ccc10dce57da82294ea (diff) | |
download | pbuilder-0828b09a0ffdfb58deb04e940f2631e624a7b46b.tar pbuilder-0828b09a0ffdfb58deb04e940f2631e624a7b46b.tar.gz |
debian: move to use dh_install.
The way we previously used dh_movefiles is not safe to use with
`dpkg-buildpackage -A`, end with a real source-only upload ended up in files
belonging to pbuilder-uml in the pbuilder binary.
This is suboptimal, given that we duplicate the list of what we install
Closes: #800416
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 1647df8..7ca6938 100755 --- a/debian/rules +++ b/debian/rules @@ -4,13 +4,6 @@ export DH_VERBOSE=1 %: dh $@ -override_dh_auto_install: - dh_auto_install --destdir=$(CURDIR)/debian/pbuilder - -override_dh_install: - dh_movefiles --sourcedir=debian/pbuilder - dh_install - override_dh_compress: dh_compress -X.pdf |