[Python-modules-commits] r9578 - in packages/pywbem/trunk/debian (5 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Aug 29 10:07:01 UTC 2009


    Date: Saturday, August 29, 2009 @ 10:07:00
  Author: bzed
Revision: 9578

Set debhelper compat level to 7.

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

Modified: packages/pywbem/trunk/debian/changelog
===================================================================
--- packages/pywbem/trunk/debian/changelog	2009-08-29 09:01:59 UTC (rev 9577)
+++ packages/pywbem/trunk/debian/changelog	2009-08-29 10:07:00 UTC (rev 9578)
@@ -1,3 +1,9 @@
+pywbem (0.7.0-3) unstable; urgency=low
+
+  * Set debhelper compat level to 7.
+
+ -- Bernd Zeimetz <bzed at debian.org>  Sat, 29 Aug 2009 12:06:03 +0200
+
 pywbem (0.7.0-2) unstable; urgency=low
 
   * Really install wbemcli to /usr/bin.

Modified: packages/pywbem/trunk/debian/compat
===================================================================
--- packages/pywbem/trunk/debian/compat	2009-08-29 09:01:59 UTC (rev 9577)
+++ packages/pywbem/trunk/debian/compat	2009-08-29 10:07:00 UTC (rev 9578)
@@ -1 +1 @@
-5
+7

Modified: packages/pywbem/trunk/debian/control
===================================================================
--- packages/pywbem/trunk/debian/control	2009-08-29 09:01:59 UTC (rev 9577)
+++ packages/pywbem/trunk/debian/control	2009-08-29 10:07:00 UTC (rev 9578)
@@ -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~), python-all-dbg
 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/

Modified: packages/pywbem/trunk/debian/pyversions
===================================================================
--- packages/pywbem/trunk/debian/pyversions	2009-08-29 09:01:59 UTC (rev 9577)
+++ packages/pywbem/trunk/debian/pyversions	2009-08-29 10:07:00 UTC (rev 9578)
@@ -1 +1 @@
-2.3-
+2.3-2.4

Modified: packages/pywbem/trunk/debian/rules
===================================================================
--- packages/pywbem/trunk/debian/rules	2009-08-29 09:01:59 UTC (rev 9577)
+++ packages/pywbem/trunk/debian/rules	2009-08-29 10:07:00 UTC (rev 9578)
@@ -40,4 +40,6 @@
 	dh $@ --remaining
 	
 
+override_dh_pysupport:
+	echo foo
 .PHONY: binary binary-arch binary-indep install build




More information about the Python-modules-commits mailing list