~ubuntu-branches/ubuntu/utopic/muse/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-07 10:27:14 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130107102714-fajkwjbz02aqupbh
Tags: 2.1-1
* New upstream release.
* Refresh 1001-buildsystem.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Author: Alessio Treglia <alessio@debian.org>
3
3
Forwarded: not-needed
4
4
---
5
 
 CMakeLists.txt |    8 ++++----
6
 
 1 file changed, 4 insertions(+), 4 deletions(-)
 
5
 CMakeLists.txt |    4 ++--
 
6
 1 file changed, 2 insertions(+), 2 deletions(-)
7
7
 
8
8
--- muse.orig/CMakeLists.txt
9
9
+++ muse/CMakeLists.txt
10
 
@@ -85,10 +85,10 @@ set(CMAKE_SKIP_RULE_DEPENDENCY TRUE)
11
 
 SET(MusE_VERSION_MAJOR 2)
12
 
 SET(MusE_VERSION_MINOR 1)
 
10
@@ -87,8 +87,8 @@ SET(MusE_VERSION_MINOR 1)
13
11
 SET(MusE_VERSION_PATCH 0)
14
 
-SET(MusE_VERSION       "2.1rc2")
15
 
-SET(MusE_VERSION_FULL  "2.1rc2")
 
12
 SET(MusE_VERSION       "2.1")
 
13
 SET(MusE_VERSION_FULL  "2.1")
16
14
-SET(MusE_INSTALL_NAME  "muse-2.1")
17
15
-SET(MusE_EXEC_NAME     "muse2")
18
 
+SET(MusE_VERSION       "2.1~rc2")
19
 
+SET(MusE_VERSION_FULL  "2.1~rc2")
20
16
+SET(MusE_INSTALL_NAME  "muse")
21
17
+SET(MusE_EXEC_NAME     "muse")
22
18