[Reportbug-commits] r593 - in branches/modules/debian (rules)

lawrencc at users.alioth.debian.org lawrencc at users.alioth.debian.org
Sat Jul 26 18:47:08 UTC 2008


    Date: Saturday, July 26, 2008 @ 18:47:07
  Author: lawrencc
Revision: 593

Put modules in right place/package

Modified:
  branches/modules/debian/rules

Modified: branches/modules/debian/rules
===================================================================
--- branches/modules/debian/rules	2008-07-26 18:42:58 UTC (rev 592)
+++ branches/modules/debian/rules	2008-07-26 18:47:07 UTC (rev 593)
@@ -40,11 +40,11 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/reportbug.
-	python setup.py install --root $(CURDIR)/debian/reportbug --install-lib $(CURDIR)/debian/python-reportbug/usr/lib
+	python setup.py install --root $(CURDIR)/debian/reportbug
+	mv $(CURDIR)/debian/reportbug/usr/lib $(CURDIR)/debian/python-reportbug/usr
+	chmod 0755 $(CURDIR)/debian/reportbug/usr/bin/*
+	cp -p reportbug.conf $(CURDIR)/debian/reportbug/etc
 
-	chmod 0755 `pwd`/debian/reportbug/usr/bin/*
-	cp -p reportbug.conf `pwd`/debian/reportbug/etc
-
 	touch install-stamp
 
 # Build architecture-dependent files here.




More information about the Reportbug-commits mailing list