[Python-apps-commits] r4335 - in packages/pyflakes/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Dec 20 22:08:28 UTC 2009


    Date: Sunday, December 20, 2009 @ 22:08:27
  Author: morph
Revision: 4335

* debian/{control, rules}
  - use 'dh --with quilt $@', b-depending on the minimum version of quilt that
    supports it, also adjusting XS-P-V to '>= 2.5' so it will be compatible
    with Python 2.6; code changes inspired by Ubuntu diff

Modified:
  packages/pyflakes/trunk/debian/changelog
  packages/pyflakes/trunk/debian/control
  packages/pyflakes/trunk/debian/rules

Modified: packages/pyflakes/trunk/debian/changelog
===================================================================
--- packages/pyflakes/trunk/debian/changelog	2009-12-20 21:06:36 UTC (rev 4334)
+++ packages/pyflakes/trunk/debian/changelog	2009-12-20 22:08:27 UTC (rev 4335)
@@ -3,8 +3,12 @@
   * New upstream release
   * debian/patches/always_close_fd.diff
     - refreshed to reflect new code
+  * debian/{control, rules}
+    - use 'dh --with quilt $@', b-depending on the minimum version of quilt that
+      supports it, also adjusting XS-P-V to '>= 2.5' so it will be compatible
+      with Python 2.6; code changes inspired by Ubuntu diff
 
- -- Sandro Tosi <morph at debian.org>  Sun, 20 Dec 2009 22:04:25 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 20 Dec 2009 22:28:29 +0100
 
 pyflakes (0.3.0-2) unstable; urgency=low
 

Modified: packages/pyflakes/trunk/debian/control
===================================================================
--- packages/pyflakes/trunk/debian/control	2009-12-20 21:06:36 UTC (rev 4334)
+++ packages/pyflakes/trunk/debian/control	2009-12-20 22:08:27 UTC (rev 4335)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Tristan Seligmann <mithrandi at mithrandi.net>, Varun Hiremath <varun at debian.org>, Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 7), python-support (>= 1.0.0), python, quilt
-XS-Python-Version: 2.5
+Build-Depends: debhelper (>= 7), python-support (>= 1.0.0), python, quilt (>= 0.46-7)
+XS-Python-Version: >= 2.5
 Standards-Version: 3.8.3
 Homepage: http://divmod.org/trac/wiki/DivmodPyflakes
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pyflakes/trunk/

Modified: packages/pyflakes/trunk/debian/rules
===================================================================
--- packages/pyflakes/trunk/debian/rules	2009-12-20 21:06:36 UTC (rev 4334)
+++ packages/pyflakes/trunk/debian/rules	2009-12-20 22:08:27 UTC (rev 4335)
@@ -1,17 +1,9 @@
 #!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
 
 # Build instructions
 %:
-	dh $@
+	dh --with quilt $@
 
-# Dependency information
-build: patch
-clean: unpatch
-binary-arch: build
-binary-indep: build
-binary: binary-arch binary-indep
-
 PACKAGE = pyflakes
 SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
 SVN_REVISION := $(shell echo $(SRC_VERSION) | awk -F"+" '{ print $$2 }' | sed 's/svn//' )




More information about the Python-apps-commits mailing list