[pkg-wine-party] [wine] 05/18: Generate static wineapploader script.

Jens Reyer jreyer-guest at moszumanska.debian.org
Thu Jul 28 22:43:33 UTC 2016


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

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

commit 6d5bcd92436da743ffa1ebcbac8d1f972d728b31
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 4d7100d..076a90b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,6 +127,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