[pkg-wine-party] [wine] 03/10: Generate static wineapploader script.

Jens Reyer jreyer-guest at moszumanska.debian.org
Wed Jun 22 23:44:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch master
in repository wine.

commit c2a5a300f9d34f85ccccc5dc09cc2970e3355b1e
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Thu Jun 16 23:55:41 2016 +0200

    Generate static wineapploader script.
---
 debian/rules                 | 2 ++
 debian/scripts/wineapploader | 3 +--
 debian/wineVERSION.install   | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 578f511..ad362ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,6 +123,8 @@ override_dh_auto_install-indep: $(INSTALLS)
 	mkdir -p debian/tmp
 	cp ANNOUNCE debian/tmp/changelog
 	cp programs/winedbg/README debian/tmp/README.winedbg
+	sed "s|DEBSUFFIX|$(DEBSUFFIX)|g" debian/scripts/wineapploader.in > debian/tmp/wineapploader
+	chmod 755 debian/tmp/wineapploader
 	sed "s|BINDIR|$(BINDIR)|g;s|VERSION|$(VERSION)|g" debian/scripts/wine.in > debian/tmp/wine$(DEBSUFFIX)
 	for dir in loader server programs/msiexec programs/winedbg \
 	    programs/wineconsole programs/regedit programs/regsvr32 \
diff --git a/debian/scripts/wineapploader b/debian/scripts/wineapploader
index d0c98d8..c748159 100755
--- a/debian/scripts/wineapploader
+++ b/debian/scripts/wineapploader
@@ -2,6 +2,5 @@
 
 appname=$(basename "$0" .exe)
 name=$(echo $appname | cut -d- -f1)
-suffix=$(echo $appname | sed s/$name//)
 
-exec wine$suffix "$name.exe" "$@"
+exec wineDEBSUFFIX "$name.exe" "$@"
diff --git a/debian/wineVERSION.install b/debian/wineVERSION.install
index b477db7..cfe68d7 100644
--- a/debian/wineVERSION.install
+++ b/debian/wineVERSION.install
@@ -1,4 +1,4 @@
 debian/tmp/wineDEBSUFFIX usr/bin
+debian/tmp/wineapploader usr/lib/wineVERSION
 
 debian/scripts/wineserver usr/lib/wineVERSION
-debian/scripts/wineapploader usr/lib/wineVERSION

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list