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/pbuilder-uml.install | |
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/pbuilder-uml.install')
-rw-r--r-- | debian/pbuilder-uml.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/pbuilder-uml.install b/debian/pbuilder-uml.install new file mode 100644 index 0000000..8aadb89 --- /dev/null +++ b/debian/pbuilder-uml.install @@ -0,0 +1,6 @@ +etc/pbuilder/pbuilder-uml.conf +usr/share/pbuilder/pbuilder-uml.conf +usr/bin/pbuilder-user-mode-linux +usr/bin/pdebuild-user-mode-linux +usr/lib/pbuilder/pbuilder-uml-checkparams +usr/lib/pbuilder/pdebuild-uml-checkparams
\ No newline at end of file |