This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 5ae22673f2db4d289f8db6d401b55579dbdfe7da Author: Jens Reyer <[email protected]> Date: Sun Jul 3 22:22:15 2016 +0200 Drop now obsolete development/winegcc.patch. Not needed, since /usr/bin/wine will now always be available. # Conflicts: # debian/patches/series --- debian/changelog | 1 + debian/patches/development/winegcc.patch | 14 -------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7ee62d7..c5a78b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ wine (1.8.3-3) UNRELEASED; urgency=medium - Generate scripts (wine, wineserver, wineapploader, winegcc) with hardcoded paths/names instead of runtime detection. - Export DEBSUFFIX from d/rules. + - Drop now obsolete development/winegcc.patch. -- Jens Reyer <[email protected]> Thu, 28 Jul 2016 17:33:38 +0200 diff --git a/debian/patches/development/winegcc.patch b/debian/patches/development/winegcc.patch deleted file mode 100644 index 1c9c232..0000000 --- a/debian/patches/development/winegcc.patch +++ /dev/null @@ -1,14 +0,0 @@ -description: call wine-development instead of wine from the winegcc shell script -author: Michael Gilbert <[email protected]> - ---- a/tools/winegcc/winegcc.c -+++ b/tools/winegcc/winegcc.c -@@ -131,7 +131,7 @@ static const char* app_loader_template = - "fi\n" - "\n" - "# determine the WINELOADER\n" -- "if [ ! -x \"$WINELOADER\" ]; then WINELOADER=\"wine\"; fi\n" -+ "if [ ! -x \"$WINELOADER\" ]; then WINELOADER=\"wine-development\"; fi\n" - "\n" - "# and try to start the app\n" - "exec \"$WINELOADER\" \"$apppath\" \"$@\"\n" diff --git a/debian/patches/series b/debian/patches/series index fd442e2..927f3cb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -14,7 +14,6 @@ generate/opengl.patch generate/unicode.patch generate/request.patch -# development/winegcc.patch # development/winemenubuilder.patch glu32.patch -- 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
