[Demudi-commits] r1063 - in rosegarden/trunk/debian: . patches

Free Ekanayaka free-guest at alioth.debian.org
Fri Feb 9 11:39:55 CET 2007


Author: free-guest
Date: 2007-02-09 11:39:49 +0100 (Fri, 09 Feb 2007)
New Revision: 1063

Modified:
   rosegarden/trunk/debian/changelog
   rosegarden/trunk/debian/control
   rosegarden/trunk/debian/patches/00list
   rosegarden/trunk/debian/rosegarden.install
   rosegarden/trunk/debian/rules
Log:
releasing version 1:1.5.0-1

Modified: rosegarden/trunk/debian/changelog
===================================================================
--- rosegarden/trunk/debian/changelog	2007-02-07 10:40:03 UTC (rev 1062)
+++ rosegarden/trunk/debian/changelog	2007-02-09 10:39:49 UTC (rev 1063)
@@ -1,3 +1,13 @@
+rosegarden (1:1.5.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Switch to cmake
+  * Depend on fftw3-dev
+  * No need to copy the .desktop file to /usr/share/applications 
+    anymore, as it is now the default location
+
+ -- Free Ekanayaka <freee at debian.org>  Wed,  7 Feb 2007 10:36:44 +0000
+
 rosegarden (1:1.4.0-1) unstable; urgency=low
 
   * New upstream version (Closes: 385658)

Modified: rosegarden/trunk/debian/control
===================================================================
--- rosegarden/trunk/debian/control	2007-02-07 10:40:03 UTC (rev 1062)
+++ rosegarden/trunk/debian/control	2007-02-09 10:39:49 UTC (rev 1063)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
 Uploaders: Mike O'Connor <stew at vireo.org>, Free Ekanayaka <freee at debian.org>
-Build-Depends: debhelper (>> 4.0.0), scons, kdelibs4-dev, libasound2-dev (>= 1.0.0), libjack-dev, ladspa-sdk, liblrdf0-dev, liblircclient-dev, dssi-dev (>= 0.4 ), liblo0-dev (>= 0.7), libxft-dev, dpatch
+Build-Depends: debhelper (>> 4.0.0), cmake, kdelibs4-dev, libasound2-dev (>= 1.0.0), libjack-dev, ladspa-sdk, liblrdf0-dev, liblircclient-dev, dssi-dev (>= 0.4 ), liblo0-dev (>= 0.7), libxft-dev, dpatch, fftw3-dev
 Standards-Version: 3.7.2
 
 Package: rosegarden

Modified: rosegarden/trunk/debian/patches/00list
===================================================================
--- rosegarden/trunk/debian/patches/00list	2007-02-07 10:40:03 UTC (rev 1062)
+++ rosegarden/trunk/debian/patches/00list	2007-02-09 10:39:49 UTC (rev 1063)
@@ -1 +0,0 @@
-20_env.dpatch

Modified: rosegarden/trunk/debian/rosegarden.install
===================================================================
--- rosegarden/trunk/debian/rosegarden.install	2007-02-07 10:40:03 UTC (rev 1062)
+++ rosegarden/trunk/debian/rosegarden.install	2007-02-09 10:39:49 UTC (rev 1063)
@@ -1,5 +1,4 @@
 debian/tmp/usr/bin/rosegarden*
 debian/tmp/usr/bin/rosegardensequencer*
-debian/tmp/usr/share/applnk
 debian/tmp/usr/share/mimelnk
 debian/tmp/usr/share/applications

Modified: rosegarden/trunk/debian/rules
===================================================================
--- rosegarden/trunk/debian/rules	2007-02-07 10:40:03 UTC (rev 1062)
+++ rosegarden/trunk/debian/rules	2007-02-09 10:39:49 UTC (rev 1063)
@@ -43,21 +43,20 @@
 
 configure-stamp:
 	dh_testdir
-	scons configure PREFIX=/usr CACHEDIR=.scons-cache 
+	cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix`
 	touch configure-stamp
 
 build: build-stamp
 
 build-stamp: configure-stamp patch-stamp 
 	dh_testdir
-
-	scons CACHEDIR=.scons-cache 
-
+	make
 	touch build-stamp
 
 clean: unpatch
 	dh_testdir
 	dh_testroot
+
 #	scons -c CACHEDIR=.scons-cache 
 	rm -rf .scons-cache
 	rm -rf .sconf_temp
@@ -75,10 +74,8 @@
 	dh_clean -k
 	dh_installdirs
 
-	scons install PREFIX=/usr DESTDIR=`pwd`/debian/tmp  CACHEDIR=.scons-cache 
+	make install DESTDIR=`pwd`/debian/tmp 
 	find debian/tmp/usr/share -type f -exec chmod 664 {} \;
-	mkdir -p debian/tmp/usr/share/applications
-	cp debian/tmp/usr/share/applnk/Applications/rosegarden.desktop debian/tmp/usr/share/applications
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Demudi-commits mailing list