[Python-modules-commits] r9420 - in packages/pywbem/trunk/debian (rules)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Fri Aug 21 19:22:49 UTC 2009
Date: Friday, August 21, 2009 @ 19:22:49
Author: bzed
Revision: 9420
Move 'mv' part into the right targegt.
Modified:
packages/pywbem/trunk/debian/rules
Modified: packages/pywbem/trunk/debian/rules
===================================================================
--- packages/pywbem/trunk/debian/rules 2009-08-21 19:15:54 UTC (rev 9419)
+++ packages/pywbem/trunk/debian/rules 2009-08-21 19:22:49 UTC (rev 9420)
@@ -21,9 +21,15 @@
dh $@
-install:
- dh $@
+binary: binary-indep
+binary-arch:
+ # nothing to do
+binary-indep:
+ dh $@ --before dh_install
mv $(CURDIR)/debian/$(PACKAGE)/$(DEFAULT_PYTHON))/pywbem/wbemcli.py \
$(CURDIR)/debian/$(PACKAGE)/usr/bin/wbemcli
rm -f $(CURDIR)/debian/$(PACKAGE)/usr/lib/*/*/pywbem/wbemcli.py
+ dh $@ --remaining
+
+.PHONY: binary binary-arch binary-indep install build
More information about the Python-modules-commits
mailing list