[Python-modules-commits] r30893 - in packages/pywbem/trunk/debian (4 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Oct 4 13:23:23 UTC 2014


    Date: Saturday, October 4, 2014 @ 13:23:22
  Author: bzed
Revision: 30893

* Bump compat level to 8
* Install manpage properly

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

Modified: packages/pywbem/trunk/debian/changelog
===================================================================
--- packages/pywbem/trunk/debian/changelog	2014-10-04 13:15:31 UTC (rev 30892)
+++ packages/pywbem/trunk/debian/changelog	2014-10-04 13:23:22 UTC (rev 30893)
@@ -13,6 +13,8 @@
   * remove dpatch
   * Bump Standards-Version
   * Remove python-support
+  * Bump compat level to 8
+  * Install manpage properly
 
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.

Modified: packages/pywbem/trunk/debian/compat
===================================================================
--- packages/pywbem/trunk/debian/compat	2014-10-04 13:15:31 UTC (rev 30892)
+++ packages/pywbem/trunk/debian/compat	2014-10-04 13:23:22 UTC (rev 30893)
@@ -1 +1 @@
-7
+8

Modified: packages/pywbem/trunk/debian/control
===================================================================
--- packages/pywbem/trunk/debian/control	2014-10-04 13:15:31 UTC (rev 30892)
+++ packages/pywbem/trunk/debian/control	2014-10-04 13:23:22 UTC (rev 30893)
@@ -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)
+Build-Depends: debhelper (>= 8), python-all (>= 2.5)
 Build-Depends-Indep: 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 13:15:31 UTC (rev 30892)
+++ packages/pywbem/trunk/debian/rules	2014-10-04 13:23:22 UTC (rev 30893)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 PACKAGE = python-pywbem
 DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
@@ -18,9 +18,13 @@
 	dh $@ --with python2
 	rm -f wbemcli.py.1
 
-%:
+%: wbemcli.py.1
+	dh $@ --with python2
 
-binary binary-arch binary-indep: wbemcli.py.1
-	dh $@ --with python2 
-	
+
+override_dh_installman: wbemcli.py.1
+	install -d debian/python-pywbem/usr/share/man/man1/
+	man --recode UTF-8 wbemcli.py.1 > debian/python-pywbem/usr/share/man/man1/wbemcli.py.1
+	chmod 644 debian/python-pywbem/usr/share/man/man1/wbemcli.py.1
+
 .PHONY: binary binary-arch binary-indep install build clean clean-patched




More information about the Python-modules-commits mailing list