[Python-modules-commits] r19993 - in packages/pyhamcrest/trunk/debian (control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jan 10 21:49:34 UTC 2012


    Date: Tuesday, January 10, 2012 @ 21:49:32
  Author: piotr
Revision: 19993

remove quilt from control and rules (source format = 3.0 (quilt))

Modified:
  packages/pyhamcrest/trunk/debian/control
  packages/pyhamcrest/trunk/debian/rules

Modified: packages/pyhamcrest/trunk/debian/control
===================================================================
--- packages/pyhamcrest/trunk/debian/control	2012-01-10 21:42:55 UTC (rev 19992)
+++ packages/pyhamcrest/trunk/debian/control	2012-01-10 21:49:32 UTC (rev 19993)
@@ -3,13 +3,12 @@
 Priority: optional
 Maintainer: David Villa Alises <David.Villa at uclm.es>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), quilt
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/hamcrest
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyhamcrest
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyhamcrest/trunk/
 
-
 Package: python-hamcrest
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}

Modified: packages/pyhamcrest/trunk/debian/rules
===================================================================
--- packages/pyhamcrest/trunk/debian/rules	2012-01-10 21:42:55 UTC (rev 19992)
+++ packages/pyhamcrest/trunk/debian/rules	2012-01-10 21:49:32 UTC (rev 19993)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2 --with quilt
+	dh $@ --with python2




More information about the Python-modules-commits mailing list