[pkg-wine-party] [wine] 01/03: Mention the alternatives system in wineVERSION's package description.

Jens Reyer jreyer-guest at moszumanska.debian.org
Fri Sep 16 13:28:29 UTC 2016


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

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

commit 5c5febe1949b5e9ed56eae37e73ee634ab576061
Author: Jens Reyer <jre.winesim at gmail.com>
Date:   Fri Sep 16 14:03:52 2016 +0200

    Mention the alternatives system in wineVERSION's package description.
---
 debian/changelog  | 1 +
 debian/control.in | 3 ++-
 debian/rules      | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b7788da..cbb482b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ wine-development (1.9.18-2) UNRELEASED; urgency=medium
 
   * Generate the correct SERVER_PROTOCOL_VERSION (closes: #836911, see also
     in stable: #836566).
+  * Mention the alternatives system in wineVERSION's package description.
 
  -- Jens Reyer <jre.winesim at gmail.com>  Tue, 13 Sep 2016 21:12:17 +0200
 
diff --git a/debian/control.in b/debian/control.in
index 8a87dff..0998e1f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -94,7 +94,8 @@ Description: Windows API implementation - standard suite
  This is still a work in progress and many applications may still not work.
  .
  This package provides essential wrappers and convenience tools for the
- standard Wine components.
+ standard Wine components. It also employs the Debian alternatives system to
+ provide the usual command names, e.g. "wine" instead of "wineDEBSUFFIX".
 
 Package: wine32VERSION
 Architecture: any-i386 any-powerpc armel armhf
diff --git a/debian/rules b/debian/rules
index 7a4251a..188e0ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ sonamesRecommends=$(shell \
     cut -d\" -f2)
 
 debian/control: debian/control.in
-	sed s/VERSION/$(VERSION)/g < $< > $@
+	sed "s/VERSION/$(VERSION)/g;s/DEBSUFFIX/$(DEBSUFFIX)/g" < $< > $@
 
 debian/wine$(VERSION)%: debian/wineVERSION%
 	sed "s/VERSION/$(VERSION)/g;s/DEBSUFFIX/$(DEBSUFFIX)/g" < $< > $@

-- 
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