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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun May 11 11:23:42 UTC 2008


    Date: Sunday, May 11, 2008 @ 11:23:41
  Author: pochu-guest
Revision: 1054

* New upstream release.
  - Remove unneded clean rules in debian/rules, fixed upstream now.
  - Updated debian/copyright.
  - debian/patches: removed, applied upstream.
* debian/watch: don't update the package as that's done by svn-bp.
* debian/rules,
  debian/control:
  - Remove dpatch magic.

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
  packages/decibel-audio-player/trunk/debian/watch
Deleted:
  packages/decibel-audio-player/trunk/debian/patches/

Modified: packages/decibel-audio-player/trunk/debian/changelog
===================================================================
--- packages/decibel-audio-player/trunk/debian/changelog	2008-05-09 22:11:45 UTC (rev 1053)
+++ packages/decibel-audio-player/trunk/debian/changelog	2008-05-11 11:23:41 UTC (rev 1054)
@@ -1,3 +1,16 @@
+decibel-audio-player (0.10-1) unstable; urgency=low
+
+  * New upstream release.
+    - Remove unneded clean rules in debian/rules, fixed upstream now.
+    - Updated debian/copyright.
+    - debian/patches: removed, applied upstream.
+  * debian/watch: don't update the package as that's done by svn-bp.
+  * debian/rules,
+    debian/control:
+    - Remove dpatch magic.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 11 May 2008 13:21:09 +0200
+
 decibel-audio-player (0.09-2) unstable; urgency=low
 
   * debian/patches/fix_multimedia_keys.dpatch:

Modified: packages/decibel-audio-player/trunk/debian/control
===================================================================
--- packages/decibel-audio-player/trunk/debian/control	2008-05-09 22:11:45 UTC (rev 1053)
+++ packages/decibel-audio-player/trunk/debian/control	2008-05-11 11:23:41 UTC (rev 1054)
@@ -3,7 +3,7 @@
 Priority: optional
 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), dpatch
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: python (>=2.4), python-central (>= 0.5.6)
 Standards-Version: 3.7.3
 Homepage: http://decibel.silent-blade.org/

Modified: packages/decibel-audio-player/trunk/debian/copyright
===================================================================
--- packages/decibel-audio-player/trunk/debian/copyright	2008-05-09 22:11:45 UTC (rev 1053)
+++ packages/decibel-audio-player/trunk/debian/copyright	2008-05-11 11:23:41 UTC (rev 1054)
@@ -30,5 +30,16 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
+-------------------------------------------
+
+The files 'po/*.po' are copyright:
+
+    Copyright (C) 2007-2008 Rosetta Contributors and Canonical Ltd 2008
+
+and are licensed under the same license as the decibel-audio-player package,
+see above.
+
+-------------------------------------------
+
 The Debian packaging is (C) 2007-2008, 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	2008-05-09 22:11:45 UTC (rev 1053)
+++ packages/decibel-audio-player/trunk/debian/rules	2008-05-11 11:23:41 UTC (rev 1054)
@@ -4,20 +4,16 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
 build:
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	$(MAKE) clean
 	dh_clean 
-	rm -rf locale/*/LC_MESSAGES/decibel-audio-player.mo
-	rm -rf decibel-audio-player decibel-audio-player-remote
 
-install: patch build
+install: build
 	dh_testdir
 	dh_testroot
 	dh_installdirs

Modified: packages/decibel-audio-player/trunk/debian/watch
===================================================================
--- packages/decibel-audio-player/trunk/debian/watch	2008-05-09 22:11:45 UTC (rev 1053)
+++ packages/decibel-audio-player/trunk/debian/watch	2008-05-11 11:23:41 UTC (rev 1054)
@@ -1,2 +1,3 @@
 version=3
-opts="uversionmangle=s/-beta/~beta/" http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-(.*)\.tar\.gz debian uupdate
+opts="uversionmangle=s/-beta/~beta/" \
+http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list