[SCM] muse/master: Keep the same name of the ancient series.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Aug 12 09:39:22 UTC 2011
The following commit has been merged in the master branch:
commit 7dc9afad3d1592787c0bccb674987dd35acf3141
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Aug 12 11:40:05 2011 +0200
Keep the same name of the ancient series.
diff --git a/debian/patches/1001-buildsystem.patch b/debian/patches/1001-buildsystem.patch
index 6118952..0d0f01c 100644
--- a/debian/patches/1001-buildsystem.patch
+++ b/debian/patches/1001-buildsystem.patch
@@ -2,21 +2,23 @@ Description: Use a more consistent versioning.
Author: Alessio Treglia <alessio at debian.org>
Forwarded: not-needed
---
- CMakeLists.txt | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
+ CMakeLists.txt | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
---- muse-2.0beta2.orig/CMakeLists.txt
-+++ muse-2.0beta2/CMakeLists.txt
-@@ -63,9 +63,9 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
+--- muse.orig/CMakeLists.txt
++++ muse/CMakeLists.txt
+@@ -63,10 +63,10 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
SET(MusE_VERSION_MAJOR 2)
SET(MusE_VERSION_MINOR 0)
SET(MusE_VERSION_PATCH 0)
-SET(MusE_VERSION "2.0beta2")
-SET(MusE_VERSION_FULL "2.0beta2")
-SET(MusE_INSTALL_NAME "muse-2.0beta")
+-SET(MusE_EXEC_NAME "muse2")
+SET(MusE_VERSION "2.0~beta2")
+SET(MusE_VERSION_FULL "2.0~beta2")
+SET(MusE_INSTALL_NAME "muse")
- SET(MusE_EXEC_NAME "muse2")
++SET(MusE_EXEC_NAME "muse")
## The directory where we will install the shared components:
+ SET(MusE_MODULES_DIR ${CMAKE_INSTALL_LIBDIR}/${MusE_INSTALL_NAME}/modules)
--
muse packaging
More information about the pkg-multimedia-commits
mailing list