~ubuntu-branches/ubuntu/wily/muse/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/1001-buildsystem.patch

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 17:12:54 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20111203171254-28b1j4lpb46r5jtl
Tags: 2.0~rc1-1
* New upstream RC release.
* Refresh patches, remove those patches not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
--- muse.orig/CMakeLists.txt
9
9
+++ muse/CMakeLists.txt
10
 
@@ -63,10 +63,10 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
 
10
@@ -66,10 +66,10 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
11
11
 SET(MusE_VERSION_MAJOR 2)
12
12
 SET(MusE_VERSION_MINOR 0)
13
13
 SET(MusE_VERSION_PATCH 0)
14
 
-SET(MusE_VERSION       "2.0beta2")
15
 
-SET(MusE_VERSION_FULL  "2.0beta2")
16
 
-SET(MusE_INSTALL_NAME  "muse-2.0beta")
 
14
-SET(MusE_VERSION       "2.0rc1")
 
15
-SET(MusE_VERSION_FULL  "2.0rc1")
 
16
-SET(MusE_INSTALL_NAME  "muse-2.0rc1")
17
17
-SET(MusE_EXEC_NAME     "muse2")
18
 
+SET(MusE_VERSION       "2.0~beta2")
19
 
+SET(MusE_VERSION_FULL  "2.0~beta2")
 
18
+SET(MusE_VERSION       "2.0~rc1")
 
19
+SET(MusE_VERSION_FULL  "2.0~rc1")
20
20
+SET(MusE_INSTALL_NAME  "muse")
21
21
+SET(MusE_EXEC_NAME     "muse")
22
22