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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Mar 14 09:22:33 UTC 2009


    Date: Saturday, March 14, 2009 @ 09:22:32
  Author: pochu-guest
Revision: 2594

* Recommend python-gnomekeyring rather than python-gnome2-desktop
  now that the latter has been split.
* Recommend python-gnome2 for the multimedia keys plugin.
* Depend on gstreamer0.10-plugins-{base,good}, recommend -ugly
  and suggest -bad, since decibel is useless without audio
  decoders. Closes: #517326.
* Add "Copyright" to the packaging section in debian/copyright to
  please lintian, and update years.
* Clean up whitespaces.
* Switch to python-support.

Modified:
  packages/decibel-audio-player/trunk/debian/changelog
  packages/decibel-audio-player/trunk/debian/control
  packages/decibel-audio-player/trunk/debian/copyright
  packages/decibel-audio-player/trunk/debian/rules

Modified: packages/decibel-audio-player/trunk/debian/changelog
===================================================================
--- packages/decibel-audio-player/trunk/debian/changelog	2009-03-14 07:14:00 UTC (rev 2593)
+++ packages/decibel-audio-player/trunk/debian/changelog	2009-03-14 09:22:32 UTC (rev 2594)
@@ -4,8 +4,20 @@
   * debian/copyright:
     + Replace in common-licenses from GPL to GPL-2.
 
- -- Marco Rodrigues <gothicx at sapo.pt>  Sat, 13 Dec 2008 16:02:16 +0000
+  [ Emilio Pozuelo Monfort ]
+  * Recommend python-gnomekeyring rather than python-gnome2-desktop
+    now that the latter has been split.
+  * Recommend python-gnome2 for the multimedia keys plugin.
+  * Depend on gstreamer0.10-plugins-{base,good}, recommend -ugly
+    and suggest -bad, since decibel is useless without audio
+    decoders. Closes: #517326.
+  * Add "Copyright" to the packaging section in debian/copyright to
+    please lintian, and update years.
+  * Clean up whitespaces.
+  * Switch to python-support.
 
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 09 Mar 2009 23:14:14 +0100
+
 decibel-audio-player (1.00-1) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: packages/decibel-audio-player/trunk/debian/control
===================================================================
--- packages/decibel-audio-player/trunk/debian/control	2009-03-14 07:14:00 UTC (rev 2593)
+++ packages/decibel-audio-player/trunk/debian/control	2009-03-14 09:22:32 UTC (rev 2594)
@@ -4,25 +4,29 @@
 Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: python (>=2.4), python-central (>= 0.5.6)
+Build-Depends-Indep: python (>=2.4), python-support
 Standards-Version: 3.8.0
 Homepage: http://decibel.silent-blade.org/
-XS-Python-Version: current, >=2.4
+XS-Python-Version: >=2.4
 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/
 
 Package: decibel-audio-player
 Architecture: all
 Depends: ${python:Depends},
- python-gtk2 (>=2.6.3-2),
- python-glade2 (>=2.6.3-2),
- python-mutagen (>= 1.10),
- python-gst0.10 (>=0.10),
- python-dbus
-Recommends: python-notify (>=0.1),
- python-gnome2-desktop,
- python-cddb
-XB-Python-Version: ${python:Versions}
+         python-gtk2 (>=2.6.3-2),
+         python-glade2 (>=2.6.3-2),
+         python-mutagen (>= 1.10),
+         python-gst0.10 (>=0.10),
+         python-dbus,
+         gstreamer0.10-plugins-base,
+         gstreamer0.10-plugins-good
+Recommends: gstreamer0.10-plugins-ugly,
+            python-notify (>=0.1),
+            python-gnome2,
+            python-gnomekeyring,
+            python-cddb
+Suggests: gstreamer0.10-plugins-bad
 Description: simple and nice music player for the GNOME desktop
  Decibel is a GTK+ audio player which aims at being very
  straightforward to use by mean of a very clean and user

Modified: packages/decibel-audio-player/trunk/debian/copyright
===================================================================
--- packages/decibel-audio-player/trunk/debian/copyright	2009-03-14 07:14:00 UTC (rev 2593)
+++ packages/decibel-audio-player/trunk/debian/copyright	2009-03-14 09:22:32 UTC (rev 2594)
@@ -3,11 +3,11 @@
 
 It was downloaded from http://decibel.silent-blade.org/index.php?n=Main.Download
 
-Upstream Author: 
+Upstream Author:
 
     Ingelrest Francois <athropos at gmail.com>
 
-Copyright Holder: 
+Copyright Holder:
 
     Copyright (C) 2007 Ingelrest Francois <athropos at gmail.com>
 
@@ -17,12 +17,12 @@
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
- 
+
     This package is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
- 
+
     You should have received a copy of the GNU General Public License
     along with this package; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
@@ -41,5 +41,5 @@
 
 -------------------------------------------
 
-The Debian packaging is (C) 2007-2008, Emilio Pozuelo Monfort <pochu at ubuntu.com> and
+The Debian packaging is Copyright © 2007-2009, Emilio Pozuelo Monfort <pochu at ubuntu.com> and
 is licensed under the GPL, see above.

Modified: packages/decibel-audio-player/trunk/debian/rules
===================================================================
--- packages/decibel-audio-player/trunk/debian/rules	2009-03-14 07:14:00 UTC (rev 2593)
+++ packages/decibel-audio-player/trunk/debian/rules	2009-03-14 09:22:32 UTC (rev 2594)
@@ -28,7 +28,7 @@
 	dh_compress
 	dh_fixperms
 	chmod +x debian/decibel-audio-player/usr/share/decibel-audio-player/src/decibel-audio-player.py
-	dh_pycentral
+	dh_pysupport
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums




More information about the Python-apps-commits mailing list