[Python-modules-commits] r16474 - in packages/pywavelets/trunk/debian (4 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Apr 11 20:24:59 UTC 2011


    Date: Monday, April 11, 2011 @ 20:24:55
  Author: eriol-guest
Revision: 16474

Switched to dpkg-source 3.0 (quilt) format

Modified:
  packages/pywavelets/trunk/debian/changelog
  packages/pywavelets/trunk/debian/control
  packages/pywavelets/trunk/debian/rules
  packages/pywavelets/trunk/debian/source/format

Modified: packages/pywavelets/trunk/debian/changelog
===================================================================
--- packages/pywavelets/trunk/debian/changelog	2011-04-11 14:13:40 UTC (rev 16473)
+++ packages/pywavelets/trunk/debian/changelog	2011-04-11 20:24:55 UTC (rev 16474)
@@ -2,14 +2,14 @@
 
   * debian/control
     - Removed Piotr and added myself to Uploaders (Closes: #579114)
-    - Added quilt to Build-Depends
   * debian/patches/01_fix-cython-0-14-compiling.patch
     - Added upstream patch (Mercurial rev 784802d4118c) to compile
       using Cython 0.14
   * debian/rules
-    - Added dh_quilt_patch and dh_quilt_unpatch to handle patches
     - Don't compress objects.inv. Thanks to Michael Fladischer for the report.
       (Closes: #608766)
+  * debian/source/format
+    - Switched to dpkg-source 3.0 (quilt) format
   * debian/{control, rules}
     - Switched to dh_python2.
 

Modified: packages/pywavelets/trunk/debian/control
===================================================================
--- packages/pywavelets/trunk/debian/control	2011-04-11 14:13:40 UTC (rev 16473)
+++ packages/pywavelets/trunk/debian/control	2011-04-11 20:24:55 UTC (rev 16474)
@@ -5,7 +5,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0.38), python-all-dev (>=2.6.6-3),
  python-setuptools (>= 0.6b3-1~), python-numpy (>= 1:0.9.8-2), cython,
- python-sphinx, quilt
+ python-sphinx
 Standards-Version: 3.8.4
 Homepage: http://www.pybytes.com/pywavelets/
 X-Python-Version: >= 2.4

Modified: packages/pywavelets/trunk/debian/rules
===================================================================
--- packages/pywavelets/trunk/debian/rules	2011-04-11 14:13:40 UTC (rev 16473)
+++ packages/pywavelets/trunk/debian/rules	2011-04-11 20:24:55 UTC (rev 16474)
@@ -9,7 +9,6 @@
 clean:
 	dh_testdir
 	dh_testroot
-	dh_quilt_unpatch
 	rm -rf build doc/build
 	rm -rf $(MODULE_NAME).egg-info
 	find . -name '*\.py[co]' -delete
@@ -25,7 +24,6 @@
 
 build-ext-%:
 	dh_testdir
-	dh_quilt_patch
 	python$* setup.py build
 	touch $@
 

Modified: packages/pywavelets/trunk/debian/source/format
===================================================================
--- packages/pywavelets/trunk/debian/source/format	2011-04-11 14:13:40 UTC (rev 16473)
+++ packages/pywavelets/trunk/debian/source/format	2011-04-11 20:24:55 UTC (rev 16474)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list