Merge pull request #312 from darealshinji/patch-2

More improvements to the Debian packaging files.
This commit is contained in:
Sebastian Lackner 2015-04-01 03:35:32 +02:00
commit e6884fe334
3 changed files with 7 additions and 3 deletions

4
debian/control vendored
View File

@ -7,7 +7,6 @@ Build-Depends: autotools-dev,
autoconf,
bison,
bsdmainutils,
coreutils,
debhelper (>= 7),
docbook-to-man,
docbook-utils,
@ -17,7 +16,6 @@ Build-Depends: autotools-dev,
gawk,
gcc-4.5 | gcc-4.7 | ubuntu-desktop (<< 1.207),
gettext,
gzip,
libacl1-dev,
libasound2-dev,
libcapi20-dev,
@ -68,7 +66,7 @@ Build-Depends: autotools-dev,
sharutils,
unixodbc-dev,
x11proto-xinerama-dev
Standards-Version: 3.9.2
Standards-Version: 3.9.5
Package: wine-staging-i386
Architecture: i386

View File

@ -0,0 +1,3 @@
# Wine preloader needs static linking to reserve memory and work properly, see
# the comments at loader/preloader.c for a fuller explanation
wine-staging-amd64 binary: statically-linked-binary opt/wine-staging/bin/wine64-preloader

View File

@ -0,0 +1,3 @@
# Wine preloader needs static linking to reserve memory and work properly, see
# the comments at loader/preloader.c for a fuller explanation
wine-staging-i386 binary: statically-linked-binary opt/wine-staging/bin/wine-preloader