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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun Nov 23 12:27:06 UTC 2008


    Date: Sunday, November 23, 2008 @ 12:27:06
  Author: pochu-guest
Revision: 1983

* New upstream release.
  - debian/patches/fix_library_empty_tags.dpatch:
    + Removed, fixed upstream.
* Remove dpatch magic, not needed anymore.
* Fix watch file.

Modified:
  packages/decibel-audio-player/trunk/debian/changelog
  packages/decibel-audio-player/trunk/debian/control
  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-11-22 17:54:57 UTC (rev 1982)
+++ packages/decibel-audio-player/trunk/debian/changelog	2008-11-23 12:27:06 UTC (rev 1983)
@@ -1,3 +1,13 @@
+decibel-audio-player (1.00-1) unstable; urgency=low
+
+  * New upstream release.
+    - debian/patches/fix_library_empty_tags.dpatch:
+      + Removed, fixed upstream.
+  * Remove dpatch magic, not needed anymore.
+  * Fix watch file.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 23 Nov 2008 13:24:51 +0100
+
 decibel-audio-player (0.11-3) UNRELEASED; urgency=low
 
   * debian/control

Modified: packages/decibel-audio-player/trunk/debian/control
===================================================================
--- packages/decibel-audio-player/trunk/debian/control	2008-11-22 17:54:57 UTC (rev 1982)
+++ packages/decibel-audio-player/trunk/debian/control	2008-11-23 12:27:06 UTC (rev 1983)
@@ -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.8.0
 Homepage: http://decibel.silent-blade.org/

Modified: packages/decibel-audio-player/trunk/debian/rules
===================================================================
--- packages/decibel-audio-player/trunk/debian/rules	2008-11-22 17:54:57 UTC (rev 1982)
+++ packages/decibel-audio-player/trunk/debian/rules	2008-11-23 12:27:06 UTC (rev 1983)
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/dpatch/dpatch.make
+build:
 
-build: patch
-
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp

Modified: packages/decibel-audio-player/trunk/debian/watch
===================================================================
--- packages/decibel-audio-player/trunk/debian/watch	2008-11-22 17:54:57 UTC (rev 1982)
+++ packages/decibel-audio-player/trunk/debian/watch	2008-11-23 12:27:06 UTC (rev 1983)
@@ -1,3 +1,4 @@
 version=3
 opts="uversionmangle=s/-beta/~beta/" \
+http://decibel.silent-blade.org/index.php?n=Main.Download \
 http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list