[Demudi-commits] r797 - rosegarden/trunk/debian

Free Ekanayaka free-guest at costa.debian.org
Wed Jun 7 11:02:17 UTC 2006


Author: free-guest
Date: 2006-06-07 11:02:13 +0000 (Wed, 07 Jun 2006)
New Revision: 797

Modified:
   rosegarden/trunk/debian/changelog
   rosegarden/trunk/debian/control
   rosegarden/trunk/debian/rosegarden.install
   rosegarden/trunk/debian/rules
Log:
* New upstream version (Closes: #354784, #354786)
* New package source name, simply rosegarden instead of rosegarden4, the
  former rosegarden4 source package should be removed from the archive.
  Furtehrmore this new package replaces the legacy rosegarden and rosegarden2
  binary packages whose upstream is now completely discontinued.
* Copy the .desktop file to /usr/share/applications too, so that it
  appears in the GNOME menu too
* Menu icon included by the upstream (Closes: #299390)

Modified: rosegarden/trunk/debian/changelog
===================================================================
--- rosegarden/trunk/debian/changelog	2006-06-07 10:25:09 UTC (rev 796)
+++ rosegarden/trunk/debian/changelog	2006-06-07 11:02:13 UTC (rev 797)
@@ -2,7 +2,11 @@
 
   [Mike O'Connor]
   * New Maintainer (Closes: #352541)
-  * New upstream version
+  * New upstream version (Closes: #354784, #354786)
+  * New package source name, simply rosegarden instead of rosegarden4, the
+    former rosegarden4 source package should be removed from the archive.
+    Furtehrmore this new package replaces the legacy rosegarden and rosegarden2
+    binary packages whose upstream is now completely discontinued.
   * No longer building a verbose debug version (Closes: #311087)
   * Fixed typo in manpage (Closes: #341660)
   * Split arch-indep files into a rosegarden4-data pacakge (Closes: #233437)
@@ -11,6 +15,9 @@
 
   [Free Ekanayaka]
   * Using dpatch to manage changes to upstream code
+  * Copy the .desktop file to /usr/share/applications too, so that it
+    appears in the GNOME menu too
+  * Menu icon included by the upstream (Closes: #299390)
 
  -- Free Ekanayaka <freee at debian.org>  Wed,  7 Jun 2006 12:16:42 +0200
 

Modified: rosegarden/trunk/debian/control
===================================================================
--- rosegarden/trunk/debian/control	2006-06-07 10:25:09 UTC (rev 796)
+++ rosegarden/trunk/debian/control	2006-06-07 11:02:13 UTC (rev 797)
@@ -4,7 +4,7 @@
 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
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: rosegarden
 Architecture: any

Modified: rosegarden/trunk/debian/rosegarden.install
===================================================================
--- rosegarden/trunk/debian/rosegarden.install	2006-06-07 10:25:09 UTC (rev 796)
+++ rosegarden/trunk/debian/rosegarden.install	2006-06-07 11:02:13 UTC (rev 797)
@@ -2,3 +2,4 @@
 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	2006-06-07 10:25:09 UTC (rev 796)
+++ rosegarden/trunk/debian/rules	2006-06-07 11:02:13 UTC (rev 797)
@@ -77,6 +77,8 @@
 
 	scons install PREFIX=/usr DESTDIR=`pwd`/debian/tmp  CACHEDIR=.scons-cache 
 	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