This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 53f8f2251d4e884f4798a4d40a1fa747f9fe9cd8 Author: Jens Reyer <[email protected]> Date: Wed Jun 22 23:33:47 2016 +0200 Export DEBSUFFIX from d/rules. --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index aedf82c..ff5a571 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ wine-development (1.9.12-2) 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]> Wed, 22 Jun 2016 23:28:47 +0200 diff --git a/debian/rules b/debian/rules index 28cc8a2..7a4251a 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
