build: make control static

This commit is contained in:
Fabian Grünbichler 2017-06-12 09:26:57 +02:00
parent cc2f56c128
commit 9222d45852
2 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ $(DEB):
rm -rf dest
mkdir dest
rsync -a * dest
sed -e s/@VERSION@/${VERSION}/ -e s/@PACKAGE@/${PACKAGE}/ -e s/@PACKAGERELEASE@/${PACKAGERELEASE}/ debian/control.in >dest/debian/control
echo "git clone git://git.proxmox.com/git/pve-manager.git\\ngit checkout ${GITVERSION}" > dest/debian/SOURCE
cd dest; dpkg-buildpackage -rfakeroot -b -us -uc
# supress lintian error: statically-linked-binary usr/bin/pvemailforward

View File