[SCM] muse/master: Refresh 1001-buildsystem.patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jul 18 14:44:05 UTC 2012


The following commit has been merged in the master branch:
commit b5b3f14dd2c626d2bcb2159638744a70252f3559
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jul 18 16:06:23 2012 +0200

    Refresh 1001-buildsystem.patch.

diff --git a/debian/patches/1001-buildsystem.patch b/debian/patches/1001-buildsystem.patch
index 2ba8db1..915dd71 100644
--- a/debian/patches/1001-buildsystem.patch
+++ b/debian/patches/1001-buildsystem.patch
@@ -2,23 +2,19 @@ Description: Use a more consistent versioning.
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: not-needed
 ---
- CMakeLists.txt |    8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
+ CMakeLists.txt |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 --- muse.orig/CMakeLists.txt
 +++ muse/CMakeLists.txt
-@@ -66,10 +66,10 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
- SET(MusE_VERSION_MAJOR 2)
- SET(MusE_VERSION_MINOR 0)
+@@ -80,8 +80,8 @@ SET(MusE_VERSION_MINOR 0)
  SET(MusE_VERSION_PATCH 0)
--SET(MusE_VERSION       "2.0rc2")
--SET(MusE_VERSION_FULL  "2.0rc2")
--SET(MusE_INSTALL_NAME  "muse-2.0rc2")
+ SET(MusE_VERSION       "2.0")
+ SET(MusE_VERSION_FULL  "2.0")
+-SET(MusE_INSTALL_NAME  "muse-2.0")
 -SET(MusE_EXEC_NAME     "muse2")
-+SET(MusE_VERSION       "2.0~rc2")
-+SET(MusE_VERSION_FULL  "2.0~rc2")
 +SET(MusE_INSTALL_NAME  "muse")
 +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)
+ SET(MusE_MODULES_DIR ${LIB_INSTALL_DIR}/${MusE_INSTALL_NAME}/modules)

-- 
muse packaging



More information about the pkg-multimedia-commits mailing list