[Python-modules-commits] r4903 - in packages/enthought-chaco2/trunk/debian (changelog rules)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sun Mar 23 06:10:18 UTC 2008


    Date: Sunday, March 23, 2008 @ 06:10:17
  Author: varun
Revision: 4903

  - added versioned build-dep on python-central (>= 0.6)
* Some more minor fixes in debian/rules

Modified:
  packages/enthought-chaco2/trunk/debian/changelog
  packages/enthought-chaco2/trunk/debian/rules

Modified: packages/enthought-chaco2/trunk/debian/changelog
===================================================================
--- packages/enthought-chaco2/trunk/debian/changelog	2008-03-23 05:31:40 UTC (rev 4902)
+++ packages/enthought-chaco2/trunk/debian/changelog	2008-03-23 06:10:17 UTC (rev 4903)
@@ -1,13 +1,17 @@
-enthought-chaco2 (2.0.4-2) UNRELEASED; urgency=low
+enthought-chaco2 (2.0.4-2) unstable; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
-    - added versioned build-dep on python-central
+    - added versioned build-dep on python-central (>= 0.6)
   * debian/rules
     - fixed due to new python-central directories format (Closes: #472041)
     - moved some removal command in install
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 22 Mar 2008 23:49:50 +0100
+  [ Varun Hiremath ]
+  * Some more minor fixes in debian/rules
 
+ -- Varun Hiremath <varun at debian.org>  Sun, 23 Mar 2008 11:40:51 +0530
+
 enthought-chaco2 (2.0.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/enthought-chaco2/trunk/debian/rules
===================================================================
--- packages/enthought-chaco2/trunk/debian/rules	2008-03-23 05:31:40 UTC (rev 4902)
+++ packages/enthought-chaco2/trunk/debian/rules	2008-03-23 06:10:17 UTC (rev 4903)
@@ -9,7 +9,7 @@
 DEB_COMPRESS_EXCLUDE		:= .py
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
 
-SITE_PACKAGES=$(CURDIR)/debian/python-enthought-chaco2`pycentral pycentraldir python-enthought-chaco2`
+SITE_PACKAGES=$(DEB_DESTDIR)`pycentral pycentraldir python-enthought-chaco2`
 EXAMPLES=$(DEB_DESTDIR)/usr/share/doc/python-enthought-chaco2/examples
 
 clean::
@@ -29,7 +29,6 @@
 	  cd $$DIR && python$* setup.py install --root $(DEB_DESTDIR); \
 	done;
 	find $(CURDIR)/debian/python-enthought-chaco2 -name 'LICENSE*' -delete
-	find $(SITE_PACKAGES) -type f | grep nspkg.pth$ | xargs $(RM)
 
 binary-predeb/python-enthought-chaco2::
 	find $(SITE_PACKAGES) -type f | xargs sed -i '/^#!/d'




More information about the Python-modules-commits mailing list