[Python-modules-commits] r17642 - in packages/python-llfuse/trunk/debian (control rules)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Mon Jun 27 21:18:28 UTC 2011


    Date: Monday, June 27, 2011 @ 21:18:27
  Author: nikratio-guest
Revision: 17642

Don't use dh_quilt, dpkg-source can handle quilt patches on its own.

Modified:
  packages/python-llfuse/trunk/debian/control
  packages/python-llfuse/trunk/debian/rules

Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control	2011-06-27 21:04:02 UTC (rev 17641)
+++ packages/python-llfuse/trunk/debian/control	2011-06-27 21:18:27 UTC (rev 17642)
@@ -16,8 +16,7 @@
                pkg-config,
                python-distribute,
                python3-setuptools,
-               cython (>= 0.14),
-               quilt (>= 0.46-7~)
+               cython (>= 0.14)
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/python-llfuse/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-llfuse/trunk 

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-06-27 21:04:02 UTC (rev 17641)
+++ packages/python-llfuse/trunk/debian/rules	2011-06-27 21:18:27 UTC (rev 17642)
@@ -6,7 +6,7 @@
 PYVERS=$(shell pyversions -vr) $(shell py3versions -vr) 
 
 %:
-	dh $@ --with python2,python3,quilt
+	dh $@ --with python2,python3
 
 override_dh_auto_build: build-stamp
 




More information about the Python-modules-commits mailing list