[Python-modules-commits] r4901 - in packages/enthought-traits-ui/trunk/debian (changelog rules)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Sun Mar 23 05:30:38 UTC 2008


    Date: Sunday, March 23, 2008 @ 05:30:37
  Author: varun
Revision: 4901

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

Modified:
  packages/enthought-traits-ui/trunk/debian/changelog
  packages/enthought-traits-ui/trunk/debian/rules

Modified: packages/enthought-traits-ui/trunk/debian/changelog
===================================================================
--- packages/enthought-traits-ui/trunk/debian/changelog	2008-03-23 00:03:27 UTC (rev 4900)
+++ packages/enthought-traits-ui/trunk/debian/changelog	2008-03-23 05:30:37 UTC (rev 4901)
@@ -1,14 +1,17 @@
-enthought-traits-ui (2.0.4-2) UNRELEASED; urgency=low
+enthought-traits-ui (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: #472009)
     - removed unconditional rm on "usr/lib"
-    - redefined SITE_PACKAGES variable creation
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 23 Mar 2008 00:21:55 +0100
+  [ Varun Hiremath ]
+  * Make some minor fixes in debian/rules
 
+ -- Varun Hiremath <varun at debian.org>  Sun, 23 Mar 2008 10:55:49 +0530
+
 enthought-traits-ui (2.0.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/enthought-traits-ui/trunk/debian/rules
===================================================================
--- packages/enthought-traits-ui/trunk/debian/rules	2008-03-23 00:03:27 UTC (rev 4900)
+++ packages/enthought-traits-ui/trunk/debian/rules	2008-03-23 05:30:37 UTC (rev 4901)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
 DEB_PYTHON_SYSTEM=pycentral
 
@@ -8,7 +7,6 @@
 
 DEB_COMPRESS_EXCLUDE		:= .py
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
-SITE_PACKAGES=$(CURDIR)`pycentral pycentraldir python-enthought-traits-ui`
 
 clean::
 	find -type d | grep build$ | xargs $(RM) -r
@@ -25,8 +23,5 @@
 	  cd $$DIR && python$* setup.py install --root $(DEB_DESTDIR); \
 	done;
 
-binary-predeb/python-enthought-traits-ui::
-	find $(SITE_PACKAGES) -type f | grep nspkg.pth$ | xargs $(RM)
-
 get-orig-source:
 	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)




More information about the Python-modules-commits mailing list