[Python-modules-commits] r4911 - in packages/python-daap/trunk/debian (4 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sun Mar 23 23:27:05 UTC 2008


    Date: Sunday, March 23, 2008 @ 23:27:04
  Author: morph-guest
Revision: 4911

upgrading to 0.7.1

Modified:
  packages/python-daap/trunk/debian/changelog
  packages/python-daap/trunk/debian/control
  packages/python-daap/trunk/debian/rules
Deleted:
  packages/python-daap/trunk/debian/patches/

Modified: packages/python-daap/trunk/debian/changelog
===================================================================
--- packages/python-daap/trunk/debian/changelog	2008-03-23 22:20:58 UTC (rev 4910)
+++ packages/python-daap/trunk/debian/changelog	2008-03-23 23:27:04 UTC (rev 4911)
@@ -1,3 +1,15 @@
+python-daap (0.7.1-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/patches/01_upstream_changes.dpatch
+    - deleted since merged upstream
+  * debian/control
+    - removed dpatch build-deb (no more needed)
+  * debian/rules
+    - removed dpatch stuff (no more needed)
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 24 Mar 2008 00:29:47 +0100
+
 python-daap (0.7-2) unstable; urgency=low
 
   * Package adoption (Closes: #453831)

Modified: packages/python-daap/trunk/debian/control
===================================================================
--- packages/python-daap/trunk/debian/control	2008-03-23 22:20:58 UTC (rev 4910)
+++ packages/python-daap/trunk/debian/control	2008-03-23 23:27:04 UTC (rev 4911)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <matrixhasu at gmail.com>
-Build-Depends: debhelper (>= 5), python-central (>= 0.5.6), python-all-dev, dpatch
+Build-Depends: debhelper (>= 5), python-central (>= 0.5.6), python-all-dev
 XS-Python-Version: all
 Homepage: http://jerakeen.org/code/pythondaap/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-daap/trunk/

Modified: packages/python-daap/trunk/debian/rules
===================================================================
--- packages/python-daap/trunk/debian/rules	2008-03-23 22:20:58 UTC (rev 4910)
+++ packages/python-daap/trunk/debian/rules	2008-03-23 23:27:04 UTC (rev 4911)
@@ -4,12 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
 PYTHONS := $(shell pyversions -r debian/control)
 
 build: build-stamp
-build-stamp: patch-stamp
+build-stamp:
 	dh_testdir
 
 	for python in $(PYTHONS) ; do \
@@ -18,7 +16,7 @@
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




More information about the Python-modules-commits mailing list