[Python-modules-commits] r12342 - in packages/python-gasp/trunk/debian (changelog rules)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Tue Mar 23 00:46:46 UTC 2010


    Date: Tuesday, March 23, 2010 @ 00:46:36
  Author: ffm-guest
Revision: 12342

Remove requires.txt in debian/rules, so that it will not be installed.

Modified:
  packages/python-gasp/trunk/debian/changelog
  packages/python-gasp/trunk/debian/rules

Modified: packages/python-gasp/trunk/debian/changelog
===================================================================
--- packages/python-gasp/trunk/debian/changelog	2010-03-22 23:13:07 UTC (rev 12341)
+++ packages/python-gasp/trunk/debian/changelog	2010-03-23 00:46:36 UTC (rev 12342)
@@ -12,7 +12,7 @@
   * Bump standards version to 3.8.4.
   * debian/rules: Change get-orig-source to reflect upstream  
 
- -- Luke Faraone <luke at faraone.cc>  Tue, 09 Mar 2010 08:51:00 -0500
+ -- Luke Faraone <luke at faraone.cc>  Thu, 11 Mar 2010 12:16:43 -0500
 
 python-gasp (0.3.2-1) unstable; urgency=low
 

Modified: packages/python-gasp/trunk/debian/rules
===================================================================
--- packages/python-gasp/trunk/debian/rules	2010-03-22 23:13:07 UTC (rev 12341)
+++ packages/python-gasp/trunk/debian/rules	2010-03-23 00:46:36 UTC (rev 12342)
@@ -7,6 +7,9 @@
 
 DEB_PYTHON_SETUP_CMD = setup.py
 
+install/python-gasp::
+	rm -rf debian/python-gasp/usr/lib/python*/site-packages/gasp*egg-info/requires.txt
+
 .PHONY: get-orig-source
 get-orig-source:
 	REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*bzr([^-]+).*,\1,p'); \
@@ -17,4 +20,3 @@
 	 bzr export -r $$REV python-gasp_$$VER.orig.tar.gz lp:gasp-core; \
         fi
 
-




More information about the Python-modules-commits mailing list