[Python-modules-commits] r30883 - in packages/pywbem/trunk/debian (changelog control rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Oct 4 09:36:42 UTC 2014


    Date: Saturday, October 4, 2014 @ 09:36:41
  Author: bzed
Revision: 30883

remove dpatch

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

Modified: packages/pywbem/trunk/debian/changelog
===================================================================
--- packages/pywbem/trunk/debian/changelog	2014-10-04 09:35:25 UTC (rev 30882)
+++ packages/pywbem/trunk/debian/changelog	2014-10-04 09:36:41 UTC (rev 30883)
@@ -10,6 +10,7 @@
   * add python-twisted, python-m2crypto and python-epydoc
     as dependencies
   * Use dh --with python2
+  * remove dpatch
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.

Modified: packages/pywbem/trunk/debian/control
===================================================================
--- packages/pywbem/trunk/debian/control	2014-10-04 09:35:25 UTC (rev 30882)
+++ packages/pywbem/trunk/debian/control	2014-10-04 09:36:41 UTC (rev 30883)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 7), python-all (>= 2.5), dpatch
+Build-Depends: debhelper (>= 7), python-all (>= 2.5)
 Build-Depends-Indep: python-support (>= 0.4), docbook-xsl, xsltproc, python-m2crypto, python-epydoc, python-twisted-web, python-twisted-core
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pywbem/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pywbem/trunk/

Modified: packages/pywbem/trunk/debian/rules
===================================================================
--- packages/pywbem/trunk/debian/rules	2014-10-04 09:35:25 UTC (rev 30882)
+++ packages/pywbem/trunk/debian/rules	2014-10-04 09:36:41 UTC (rev 30883)
@@ -17,11 +17,10 @@
 install:
 	dh $@ --with python2
 
-build: pywbemcli.1 patch
+build: pywbemcli.1
 	dh $@ --with python2
 
-clean: clean-patched unpatch
-clean-patched:
+clean: 
 	dh clean --with python2
 
 binary: binary-indep




More information about the Python-modules-commits mailing list