[pve-devel] applied: [PATCH manager 2/3] build: make control static
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Jun 12 09:34:44 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
Makefile | 1 -
debian/{control.in => control} | 0
2 files changed, 1 deletion(-)
rename debian/{control.in => control} (100%)
diff --git a/Makefile b/Makefile
index 5cf69099..181843e7 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/debian/control.in b/debian/control
similarity index 100%
rename from debian/control.in
rename to debian/control
--
2.11.0
More information about the pve-devel
mailing list