]> git.proxmox.com Git - rustc.git/commit
Install into debian/tmp regardless of number of packages
authorAngus Lees <gus@inodes.org>
Mon, 9 Mar 2015 22:51:44 +0000 (09:51 +1100)
committerAngus Lees <gus@inodes.org>
Tue, 10 Mar 2015 02:16:48 +0000 (13:16 +1100)
commit39a0abff705cc42ed30b6faaf627e391db83b3b1
tree1c4d64db1d801b81dfc556e8b49ff46a15c98c4f
parentdee625686ec841d74e65bac642cd745a6d50cbb0
Install into debian/tmp regardless of number of packages

With build profiles, it's possible for dh_auto_install to think we only
have a single package and install into debian/$pkg - breaking various
other files that assume debian/tmp.

This change forces dh_auto_install to always set DESTDIR=debian/tmp
regardless of the apparent number of packages.
debian/rules