[Python-modules-commits] r30890 - in packages/pywbem/trunk/debian (clean rules wbemcli.py.1.xml)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Sat Oct 4 10:53:22 UTC 2014


    Date: Saturday, October 4, 2014 @ 10:53:21
  Author: bzed
Revision: 30890

fix wbemcli name everywhere

Modified:
  packages/pywbem/trunk/debian/clean
  packages/pywbem/trunk/debian/rules
  packages/pywbem/trunk/debian/wbemcli.py.1.xml

Modified: packages/pywbem/trunk/debian/clean
===================================================================
--- packages/pywbem/trunk/debian/clean	2014-10-04 10:51:19 UTC (rev 30889)
+++ packages/pywbem/trunk/debian/clean	2014-10-04 10:53:21 UTC (rev 30890)
@@ -1 +1 @@
-wbemcli.1
+wbemcli.py.1

Modified: packages/pywbem/trunk/debian/rules
===================================================================
--- packages/pywbem/trunk/debian/rules	2014-10-04 10:51:19 UTC (rev 30889)
+++ packages/pywbem/trunk/debian/rules	2014-10-04 10:53:21 UTC (rev 30890)
@@ -14,11 +14,8 @@
 	$(XP) $(DB2MAN) $<
 
 
-install:
-	dh $@ --with python2
-
 clean: 
-	dh clean --with python2
+	dh $@ --with python2
 	rm -f wbemcli.py.1
 
 %: wbemcli.py.1

Modified: packages/pywbem/trunk/debian/wbemcli.py.1.xml
===================================================================
--- packages/pywbem/trunk/debian/wbemcli.py.1.xml	2014-10-04 10:51:19 UTC (rev 30889)
+++ packages/pywbem/trunk/debian/wbemcli.py.1.xml	2014-10-04 10:53:21 UTC (rev 30890)
@@ -56,9 +56,9 @@
   <!ENTITY dhsection   "1">
   <!-- TITLE should be something like "User commands" or similar (see
        http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
-  <!ENTITY dhtitle     "wbemcli User Manual">
+  <!ENTITY dhtitle     "wbemcli.py User Manual">
   <!ENTITY dhucpackage "PYWBEM">
-  <!ENTITY dhpackage   "wbemcli">
+  <!ENTITY dhpackage   "wbemcli.py">
 ]>
 
 <refentry>




More information about the Python-modules-commits mailing list