This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 9ebb90e7241b6e845fe53a6b6194378219f2e6dc Author: Jens Reyer <[email protected]> Date: Wed Jun 22 23:33:47 2016 +0200 Export DEBSUFFIX from d/rules. # Conflicts: # debian/changelog --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 45523fe..7ee62d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ wine (1.8.3-3) UNRELEASED; urgency=medium ('-stable' or '-development') in user exposed files. - Generate scripts (wine, wineserver, wineapploader, winegcc) with hardcoded paths/names instead of runtime detection. + - Export DEBSUFFIX from d/rules. -- Jens Reyer <[email protected]> Thu, 28 Jul 2016 17:33:38 +0200 diff --git a/debian/rules b/debian/rules index 08d8dee..c47957f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,7 @@ DEBSUFFIX=-stable else DEBSUFFIX=$(VERSION) endif +export DEBSUFFIX MANDIR=usr/share/man BINDIR=usr/lib/wine$(VERSION) -- 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
