[Python-modules-commits] r2496 - in /packages/petsc4py/trunk/debian: changelog control rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Jun 3 11:33:40 UTC 2007


Author: piotr
Date: Sun Jun  3 11:33:39 2007
New Revision: 2496

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2496
Log:
minor dpatch fixes

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

Modified: packages/petsc4py/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/changelog?rev=2496&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/changelog (original)
+++ packages/petsc4py/trunk/debian/changelog Sun Jun  3 11:33:39 2007
@@ -1,6 +1,7 @@
 petsc4py (0.7.3-2) unstable; urgency=medium
 
   * Patched the build system to work with python-numpy 1.0.3 (Closes: #427196)
+    - dpatch added to Build-Depends
 
  -- Ondrej Certik <ondrej at certik.cz>  Sun, 03 Jun 2007 11:11:54 +0200
 

Modified: packages/petsc4py/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/control?rev=2496&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/control (original)
+++ packages/petsc4py/trunk/debian/control Sun Jun  3 11:33:39 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ondrej Certik <ondrej at certik.cz>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>=2.3.5-11), python-numpy (>=1:1.0.3-1), petsc-dev (>=2.3.2-3)
+Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-central (>= 0.5), python-all-dev (>=2.3.5-11), python-numpy (>=1:1.0.3-1), petsc-dev (>=2.3.2-3), dpatch (>= 2.0.10)
 Standards-Version: 3.7.2
 XS-Python-Version: all
 

Modified: packages/petsc4py/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/petsc4py/trunk/debian/rules?rev=2496&op=diff
==============================================================================
--- packages/petsc4py/trunk/debian/rules (original)
+++ packages/petsc4py/trunk/debian/rules Sun Jun  3 11:33:39 2007
@@ -5,12 +5,4 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
-	dpatch cat-all >patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
+include /usr/share/cdbs/1/rules/dpatch.mk




More information about the Python-modules-commits mailing list