[Python-apps-commits] r6513 - in packages/decibel-audio-player/trunk/debian (5 files)

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Jan 17 23:50:39 UTC 2011


    Date: Monday, January 17, 2011 @ 23:50:37
  Author: pochu
Revision: 6513

* New upstream release.
* debian/patches/01_desktop_file_exec_F.patch:
  - New patch. We can open multiple files in the same instance, so
    teach the desktop file that. Thanks Adrien Clerc. Closes: #610102.
* debian/control:
  - Standards-Version is 3.9.1, no changes needed.

Added:
  packages/decibel-audio-player/trunk/debian/patches/
  packages/decibel-audio-player/trunk/debian/patches/01_desktop_file_exec_F.patch
  packages/decibel-audio-player/trunk/debian/patches/series
Modified:
  packages/decibel-audio-player/trunk/debian/changelog
  packages/decibel-audio-player/trunk/debian/control

Modified: packages/decibel-audio-player/trunk/debian/changelog
===================================================================
--- packages/decibel-audio-player/trunk/debian/changelog	2011-01-17 21:45:48 UTC (rev 6512)
+++ packages/decibel-audio-player/trunk/debian/changelog	2011-01-17 23:50:37 UTC (rev 6513)
@@ -1,3 +1,14 @@
+decibel-audio-player (1.06-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/patches/01_desktop_file_exec_F.patch:
+    - New patch. We can open multiple files in the same instance, so
+      teach the desktop file that. Thanks Adrien Clerc. Closes: #610102.
+  * debian/control:
+    - Standards-Version is 3.9.1, no changes needed.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 17 Jan 2011 23:49:05 +0000
+
 decibel-audio-player (1.04-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/decibel-audio-player/trunk/debian/control
===================================================================
--- packages/decibel-audio-player/trunk/debian/control	2011-01-17 21:45:48 UTC (rev 6512)
+++ packages/decibel-audio-player/trunk/debian/control	2011-01-17 23:50:37 UTC (rev 6513)
@@ -5,7 +5,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: python (>=2.4), python-support
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://decibel.silent-blade.org/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/decibel-audio-player/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/decibel-audio-player/trunk/

Added: packages/decibel-audio-player/trunk/debian/patches/01_desktop_file_exec_F.patch
===================================================================
--- packages/decibel-audio-player/trunk/debian/patches/01_desktop_file_exec_F.patch	                        (rev 0)
+++ packages/decibel-audio-player/trunk/debian/patches/01_desktop_file_exec_F.patch	2011-01-17 23:50:37 UTC (rev 6513)
@@ -0,0 +1,10 @@
+--- a/res/decibel-audio-player.desktop
++++ b/res/decibel-audio-player.desktop
+@@ -1,6 +1,6 @@
+ [Desktop Entry]
+ Name=Decibel Audio Player
+-Exec=decibel-audio-player
++Exec=decibel-audio-player %F
+ Terminal=false
+ Type=Application
+ Icon=decibel-audio-player

Added: packages/decibel-audio-player/trunk/debian/patches/series
===================================================================
--- packages/decibel-audio-player/trunk/debian/patches/series	                        (rev 0)
+++ packages/decibel-audio-player/trunk/debian/patches/series	2011-01-17 23:50:37 UTC (rev 6513)
@@ -0,0 +1 @@
+01_desktop_file_exec_F.patch




More information about the Python-apps-commits mailing list