This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 714654092f4cfb34c7f275a72f4f2850c9c9f06c Author: Jens Reyer <[email protected]> Date: Thu Jun 23 01:14:49 2016 +0200 Rename sources of generated scripts and remove executable bit. --- debian/changelog | 2 ++ debian/rules | 2 +- debian/scripts/{wine => wine.in} | 0 debian/scripts/{wineapploader => wineapploader.in} | 0 debian/scripts/{winegcc => winegcc.in} | 0 debian/scripts/{wineserver => wineserver.in} | 0 6 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 765bf1a..aedf82c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ wine-development (1.9.12-2) UNRELEASED; urgency=medium * Replace VERSION (value is empty or '-development') with DEBSUFFIX ('-stable' or '-development') in user exposed files. + * Generate scripts (wine, wineserver, wineapploader, winegcc) with + hardcoded paths/names instead of runtime detection. -- Jens Reyer <[email protected]> Wed, 22 Jun 2016 23:28:47 +0200 diff --git a/debian/rules b/debian/rules index d9c916b..28cc8a2 100755 --- a/debian/rules +++ b/debian/rules @@ -145,7 +145,7 @@ override_dh_auto_install-arch: $(INSTALLS) cp ANNOUNCE debian/tmp/changelog cp tools/winedump/README debian/tmp/README.winedump cp server/wineserver debian/tmp/wineserver$(DEB_BUILD_ARCH_BITS) - sed "s|BINDIR|$(BINDIR)|g" debian/scripts/winegcc > debian/tmp/winegcc$(DEBSUFFIX) + sed "s|BINDIR|$(BINDIR)|g" debian/scripts/winegcc.in > debian/tmp/winegcc$(DEBSUFFIX) dh_auto_install for file in $$(find . ! -path "./debian/*" -name \*.man); do \ rename=$$(basename $$file | sed "s/\\./$(DEBSUFFIX)./;s/UTF-8\\.//"); \ diff --git a/debian/scripts/wine b/debian/scripts/wine.in old mode 100755 new mode 100644 similarity index 100% rename from debian/scripts/wine rename to debian/scripts/wine.in diff --git a/debian/scripts/wineapploader b/debian/scripts/wineapploader.in old mode 100755 new mode 100644 similarity index 100% rename from debian/scripts/wineapploader rename to debian/scripts/wineapploader.in diff --git a/debian/scripts/winegcc b/debian/scripts/winegcc.in similarity index 100% rename from debian/scripts/winegcc rename to debian/scripts/winegcc.in diff --git a/debian/scripts/wineserver b/debian/scripts/wineserver.in old mode 100755 new mode 100644 similarity index 100% rename from debian/scripts/wineserver rename to debian/scripts/wineserver.in -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
