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

Jens Reyer jreyer-guest at moszumanska.debian.org
Sat Oct 8 12:18:03 UTC 2016


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

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

commit a2b4a0361045672c5f362e973f3af74808b4f323
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.
    
    # Conflicts:
    #	debian/changelog
---
 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 948c8c5..00515ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ wine (1.8.4-2) UNRELEASED; urgency=medium
   * Cherrypick changes from master:
     - Make libc6-dev dependency portable.
     - Generate the correct SERVER_PROTOCOL_VERSION (closes: #836566).
+    - Mention the alternatives system in wine's package description.
 
  -- Jens Reyer <jre.winesim at gmail.com>  Fri, 23 Sep 2016 14:09:58 +0200
 
diff --git a/debian/control.in b/debian/control.in
index bccaa6b..ab70aa8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -88,7 +88,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: wine-binfmt
 Architecture: all
diff --git a/debian/rules b/debian/rules
index c47957f..776c9ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,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