[SCM] muse/master: Refresh 1001-buildsystem.patch.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Nov 22 01:18:26 UTC 2012
The following commit has been merged in the master branch:
commit e97489d670889e323280a4d4f6f126049a0647f1
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Nov 22 01:16:26 2012 +0000
Refresh 1001-buildsystem.patch.
diff --git a/debian/patches/1001-buildsystem.patch b/debian/patches/1001-buildsystem.patch
index 359acf7..30c73b5 100644
--- a/debian/patches/1001-buildsystem.patch
+++ b/debian/patches/1001-buildsystem.patch
@@ -2,17 +2,21 @@ Description: Use a more consistent versioning.
Author: Alessio Treglia <alessio at debian.org>
Forwarded: not-needed
---
- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ CMakeLists.txt | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
--- muse.orig/CMakeLists.txt
+++ muse/CMakeLists.txt
-@@ -80,8 +80,8 @@ SET(MusE_VERSION_MINOR 0)
- SET(MusE_VERSION_PATCH 1)
- SET(MusE_VERSION "2.0.1")
- SET(MusE_VERSION_FULL "2.0.1")
--SET(MusE_INSTALL_NAME "muse-2.0")
+@@ -78,10 +78,10 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
+ SET(MusE_VERSION_MAJOR 2)
+ SET(MusE_VERSION_MINOR 1)
+ SET(MusE_VERSION_PATCH 0)
+-SET(MusE_VERSION "2.1rc1")
+-SET(MusE_VERSION_FULL "2.1rc1")
+-SET(MusE_INSTALL_NAME "muse-2.1")
-SET(MusE_EXEC_NAME "muse2")
++SET(MusE_VERSION "2.1~rc1")
++SET(MusE_VERSION_FULL "2.1~rc1")
+SET(MusE_INSTALL_NAME "muse")
+SET(MusE_EXEC_NAME "muse")
--
muse packaging
More information about the pkg-multimedia-commits
mailing list