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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun Jan 27 19:12:12 UTC 2008


    Date: Sunday, January 27, 2008 @ 19:12:11
  Author: pochu-guest
Revision: 570

* debian/control,
  debian/rules,
  debian/patches:
  - Remove dpatch magic.

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

Modified: packages/decibel-audio-player/trunk/debian/changelog
===================================================================
--- packages/decibel-audio-player/trunk/debian/changelog	2008-01-27 17:30:27 UTC (rev 569)
+++ packages/decibel-audio-player/trunk/debian/changelog	2008-01-27 19:12:11 UTC (rev 570)
@@ -6,8 +6,12 @@
     - Removed, since the manpage is now shipped upstream.
   * debian/patches/01_fix_hashbang.dpatch:
     - Removed. The hashbang fix has been applied upstream.
+  * debian/control,
+    debian/rules,
+    debian/patches:
+    - Remove dpatch magic.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 27 Jan 2008 18:18:41 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 27 Jan 2008 20:08:58 +0100
 
 decibel-audio-player (0.08-1) unstable; urgency=low
 

Modified: packages/decibel-audio-player/trunk/debian/control
===================================================================
--- packages/decibel-audio-player/trunk/debian/control	2008-01-27 17:30:27 UTC (rev 569)
+++ packages/decibel-audio-player/trunk/debian/control	2008-01-27 19:12:11 UTC (rev 570)
@@ -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/rules
===================================================================
--- packages/decibel-audio-player/trunk/debian/rules	2008-01-27 17:30:27 UTC (rev 569)
+++ packages/decibel-audio-player/trunk/debian/rules	2008-01-27 19:12:11 UTC (rev 570)
@@ -4,11 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
+build:
 
-build:	patch
-
-clean:	unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp




More information about the Python-apps-commits mailing list