[pkg-wine-party] [PATCH 2/8] Remove unneeded wine64 package.

Hilko Bengen bengen at debian.org
Sun Jul 1 17:16:30 UTC 2012


---
 debian/control.in |   14 +-------------
 debian/rules      |    5 -----
 debian/wine64.sh  |   20 --------------------
 3 files changed, 1 insertion(+), 38 deletions(-)
 delete mode 100644 debian/wine64.sh

diff --git a/debian/control.in b/debian/control.in
index 35c47a5..e8b3383 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -37,7 +37,7 @@ Package: wine
 Architecture: any
 Depends:
  ${misc:Depends},
- wine-bin (>= ${source:Version}) | wine64-bin (>= ${source:Version}),
+ wine-bin (>= ${source:Version})
 Suggests: wine-doc, binfmt-support, ttf-mscorefonts-installer, winbind, klamav | clamav
 Description: Windows API implementation - standard suite
  Wine is a free MS-Windows API implementation.
@@ -59,7 +59,6 @@ Suggests:
  libwine-gl
 Conflicts:
  binfmt-support (<< 1.1.2),
- wine64-bin,
 Replaces:
  libwine (<< 0.0.20010216),
  wine-utils (<< 1.1.25-1),
@@ -72,17 +71,6 @@ Description: Windows API implementation - binary loader
  This package provides the binary loader program for running Windows
  executables.
 
-Package: wine64-bin
-Architecture: any-amd64
-Conflicts:
- wine-bin,
-Description: Windows API implementation - binary loader
- Wine is a free MS-Windows API implementation.
- This is still a work in progress and many applications may still not work.
- .
- This package provides instructions for installing 32-bit wine on 64-bit
- systems.
-
 Package: libwine-dbg
 Architecture: any-i386 any-xamd64 any-powerpc any-sparc
 Multi-Arch: same
diff --git a/debian/rules b/debian/rules
index bda2b49..7feec4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -401,11 +401,6 @@ binary-arch: control-stamp
 	# create installation directories
 	dh_installdirs -s
 
-	# install wine64.sh helper script
-	mkdir -p debian/wine64-bin/usr/bin
-	cp debian/wine64.sh debian/wine64-bin/usr/bin/wine
-	chmod +x debian/wine64-bin/usr/bin/wine
-
 	bash debian/doclink.sh libwine$(VERSUFFIX)
 
 	dh_installdocs -plibwine$(VERSUFFIX)
diff --git a/debian/wine64.sh b/debian/wine64.sh
deleted file mode 100644
index b7cad7a..0000000
--- a/debian/wine64.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-echo "This is the wine64-bin helper package, which does not provide wine itself,"
-echo "but instead exists solely to provide the following information about"
-echo "enabling multiarch on your system in order to be able to install and run"
-echo "the 32-bit wine packages."
-echo ""
-echo "The following commands should be issued as root or via sudo in order to"
-echo "enable multiarch (the last command installs 32-bit wine):"
-echo ""
-echo "  # dpkg --add-architecture i386"
-echo "  # sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list"
-echo "  # apt-get update"
-echo "  # apt-get install wine-bin:i386"
-echo ""
-echo "Be very careful as spaces matter above.  For kfreebsd systems, replace i386"
-echo "and amd64 with kfreebsd-i386 and kfreebsd-amd64.  Note that this package"
-echo "(wine64-bin) will be removed in the process.  For more information on the"
-echo "multiarch conversion, see:"
-echo "http://wiki.debian.org/Multiarch/HOWTO"
-- 
1.7.10




More information about the pkg-wine-party mailing list