mirror of
git://git.proxmox.com/git/vncterm.git
synced 2025-01-03 09:17:37 +03:00
d/control: add Architecture field
instead of appending it during build Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
be9be7468a
commit
e21db1c771
1
Makefile
1
Makefile
@ -68,7 +68,6 @@ deb: $(DEB)
|
|||||||
${DEB}:
|
${DEB}:
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
rsync -a . --exclude build build
|
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
|
echo "git clone git://git.proxmox.com/git/vncterm.git\\ngit checkout ${GIVERSION}" > build/debian/SOURCE
|
||||||
cd build; dpkg-buildpackage -rfakeroot -b -us -uc
|
cd build; dpkg-buildpackage -rfakeroot -b -us -uc
|
||||||
lintian ${DEB}
|
lintian ${DEB}
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 8.0.0),
|
|||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
Package: vncterm
|
Package: vncterm
|
||||||
|
Architecture: any
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Depends: libc6 (>= 2.7-18),
|
Depends: libc6 (>= 2.7-18),
|
||||||
|
Loading…
Reference in New Issue
Block a user