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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Fri Dec 25 17:39:13 UTC 2009


    Date: Friday, December 25, 2009 @ 17:39:12
  Author: bzed
Revision: 10869

* NOT RELEASED YET
* Remove embedded code copy from python-ply from the
  package. Closes: #555364

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	2009-12-25 16:46:38 UTC (rev 10868)
+++ packages/pywbem/trunk/debian/changelog	2009-12-25 17:39:12 UTC (rev 10869)
@@ -1,3 +1,11 @@
+pywbem (0.7.0-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Remove embedded code copy from python-ply from the
+    package. Closes: #555364
+
+ -- Bernd Zeimetz <bzed at debian.org>  Fri, 25 Dec 2009 18:38:11 +0100
+
 pywbem (0.7.0-3) unstable; urgency=low
 
   * Set debhelper compat level to 7.

Modified: packages/pywbem/trunk/debian/control
===================================================================
--- packages/pywbem/trunk/debian/control	2009-12-25 16:46:38 UTC (rev 10868)
+++ packages/pywbem/trunk/debian/control	2009-12-25 17:39:12 UTC (rev 10869)
@@ -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.4-1~)
+Build-Depends: debhelper (>= 7), python-all (>= 2.5.4-1~), dpatch
 Build-Depends-Indep: python-support (>= 0.4), docbook-xsl, xsltproc
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pywbem/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pywbem/trunk/
@@ -12,7 +12,7 @@
 
 Package: python-pywbem
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-ply
 Recommends: python-twisted-web, python-twisted-core,
  python-elementtree | python (>= 2.5)
 Description: Python WBEM Client and Provider Interface

Modified: packages/pywbem/trunk/debian/rules
===================================================================
--- packages/pywbem/trunk/debian/rules	2009-12-25 16:46:38 UTC (rev 10868)
+++ packages/pywbem/trunk/debian/rules	2009-12-25 17:39:12 UTC (rev 10869)
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/dpatch/dpatch.make
+
 -include /usr/share/python/python.mk
 ifeq (,$(py_sitename))
   py_sitename = site-packages
@@ -25,9 +27,12 @@
 %:
 	dh $@
 
-build: wbemcli.1
+build: wbemcli.1 patch
 	dh $@
 
+clean: clean-patched unpatch
+clean-patched:
+	dh clean
 
 binary: binary-indep
 binary-arch:
@@ -40,4 +45,4 @@
 	dh $@ --remaining
 	
 
-.PHONY: binary binary-arch binary-indep install build
+.PHONY: binary binary-arch binary-indep install build clean clean-patched




More information about the Python-modules-commits mailing list