[pve-devel] [PATCH vncterm 1/3] d/control: add Architecture field

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Mar 27 14:11:09 CET 2019


instead of appending it during build

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 Makefile       | 1 -
 debian/control | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2318f09..ab248a3 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,6 @@ deb: $(DEB)
 ${DEB}:
 	$(MAKE) clean
 	rsync -a . --exclude build build
-	echo "Architecture: ${ARCH}" >> build/debian/control
 	echo "git clone git://git.proxmox.com/git/vncterm.git\\ngit checkout ${GIVERSION}" > build/debian/SOURCE
 	cd build; dpkg-buildpackage -rfakeroot -b -us -uc
 	lintian ${DEB}	
diff --git a/debian/control b/debian/control
index 54438f1..5021e7c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 8.0.0),
 Standards-Version: 3.9.3
 
 Package: vncterm
+Architecture: any
 Section: x11
 Priority: optional
 Depends: libc6 (>= 2.7-18),
-- 
2.20.1





More information about the pve-devel mailing list