[mupen64plus] 120/262: Remove misleading -development in version string

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:25 UTC 2015


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit d944e813832992b7e2b94ede97800ea71c03803f
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Tue Sep 8 21:31:09 2009 +0200

    Remove misleading -development in version string
---
 debian/changelog                        |  2 ++
 debian/patches/121-version-string.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2102416..950d4d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ mupen64plus (1.5+dfsg1-4) UNRELEASED; urgency=low
       (Closes: #545463)
     - Add 120-ftbfs-glibc210, Fix FTBFS using g++-4.4 and glibc 2.10 due to
       missing const keywords (Closes: #545462)
+    - Add 121-version-string.patch, remove misleading -development in version
+      string
 
  -- Sven Eckelmann <sven.eckelmann at gmx.de>  Mon, 07 Sep 2009 11:44:11 +0200
 
diff --git a/debian/patches/121-version-string.patch b/debian/patches/121-version-string.patch
new file mode 100644
index 0000000..2989ac2
--- /dev/null
+++ b/debian/patches/121-version-string.patch
@@ -0,0 +1,29 @@
+From 714af372e48e2350509e725cc4454409378be379 Mon Sep 17 00:00:00 2001
+From: Sven Eckelmann <sven.eckelmann at gmx.de>
+Date: Tue, 8 Sep 2009 21:18:02 +0200
+Subject: [PATCH] Remove misleading -development in version string
+
+
+Signed-off-by: Sven Eckelmann <sven.eckelmann at gmx.de>
+---
+ pre.mk |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/pre.mk b/pre.mk
+index c128cf7..2c74ef5 100644
+--- a/pre.mk
++++ b/pre.mk
+@@ -293,8 +293,8 @@ ifneq ($(RELEASE),)
+   PLUGIN_VERSION = $(VER)
+ else 
+   ifeq ($(shell svn info ./ 2>/dev/null),)
+-    MUPEN_VERSION = $(MUPEN_RELEASE)-development
+-    PLUGIN_VERSION = $(MUPEN_RELEASE)-development
++    MUPEN_VERSION = $(MUPEN_RELEASE)
++    PLUGIN_VERSION = $(MUPEN_RELEASE)
+   else
+     SVN_REVISION = $(shell svn info ./ 2>/dev/null | sed -n '/^Revision: /s/^Revision: //p')
+     SVN_BRANCH = $(shell svn info ./ 2>/dev/null | sed -n '/^URL: /s/.*mupen64plus.//1p')
+-- 
+1.6.3.3
+
diff --git a/debian/patches/series b/debian/patches/series
index 630daa2..387344b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,3 +19,4 @@
 118-ftbfs-debugger.patch
 119-debian-archs.patch
 120-ftbfs-glibc210.patch
+121-version-string.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git



More information about the Pkg-games-commits mailing list