diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2016-01-06 05:21:54 -0500 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2016-01-06 05:21:54 -0500 |
commit | 0260a9f9c42024d04fe7c4ea1941d71618683353 (patch) | |
tree | 90997f0267972c86c8c7cb4d7cf3e75cfc25b106 /contrib | |
parent | 45a5a7b6fd499fd4e63c1c2422a09cd5d4d562ec (diff) | |
download | tigervnc-0260a9f9c42024d04fe7c4ea1941d71618683353.tar.gz tigervnc-0260a9f9c42024d04fe7c4ea1941d71618683353.zip |
Allow Ubuntu 12.04 packages to build on any architecture
Updating control file per suggestion in #258
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/packages/deb/ubuntu-precise/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/packages/deb/ubuntu-precise/debian/control b/contrib/packages/deb/ubuntu-precise/debian/control index c69dc2a0..9e1a09a7 100644 --- a/contrib/packages/deb/ubuntu-precise/debian/control +++ b/contrib/packages/deb/ubuntu-precise/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>> 7.1), zlib1g-dev, libjpeg-turbo8-dev, libxaw7-dev ( Homepage: http://www.tigervnc.com Package: tigervncserver -Architecture: amd64 i386 +Architecture: any Provides: xserver, vnc-server Depends: x11-common | xserver-common, x11-utils, xauth, libbz2-1.0, libc6, libfontenc1, libfreetype6, libgcc1, libgl1-mesa-dri, libgnutls28, libjpeg-turbo8, libp11-kit0, libpam0g, libpixman-1-0, libstdc++6, libtasn1-3, libx11-6, libxau6, libxcb1, libxdmcp6, libxext6, libxfont1, libxtst6, zlib1g, libglu1-mesa, libxcursor1, libxinerama1, libxfixes3 Recommends: xfonts-base, x11-xserver-utils @@ -28,7 +28,7 @@ Description: virtual network computing server software JPEG codec. Package: xtigervncviewer -Architecture: amd64 i386 +Architecture: any Provides: vncviewer, vnc-viewer Depends: libc6, libexpat1, libfontconfig1, libfreetype6, libgcc1, libgnutls28, libjpeg-turbo8, libp11-kit0, libpng12-0, libstdc++6, libtasn1-3, libx11-6, libxau6, libxcb1, libxdmcp6, libxext6, libxft2, libxrender1, zlib1g, libglu1-mesa Recommends: xfonts-base |