[Python-modules-commits] r4898 - in packages/enthought-traits/trunk/debian (3 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sat Mar 22 23:12:56 UTC 2008


    Date: Saturday, March 22, 2008 @ 23:12:55
  Author: morph-guest
Revision: 4898

fixing 472045 (FTBFS)

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

Modified: packages/enthought-traits/trunk/debian/changelog
===================================================================
--- packages/enthought-traits/trunk/debian/changelog	2008-03-22 22:59:01 UTC (rev 4897)
+++ packages/enthought-traits/trunk/debian/changelog	2008-03-22 23:12:55 UTC (rev 4898)
@@ -1,3 +1,13 @@
+enthought-traits (2.0.4-2) UNRELEASED; urgency=low
+
+  * debian/control
+    - added versioned build-dep on python-central
+  * debian/rules
+    - fixed due to new python-central directories format (Closes: #472045)
+    - moved pth file removal command into install
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 22 Mar 2008 23:59:14 +0100
+
 enthought-traits (2.0.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/enthought-traits/trunk/debian/control
===================================================================
--- packages/enthought-traits/trunk/debian/control	2008-03-22 22:59:01 UTC (rev 4897)
+++ packages/enthought-traits/trunk/debian/control	2008-03-22 23:12:55 UTC (rev 4898)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Ondrej Certik <ondrej at certik.cz>, Varun Hiremath <varun at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python-all-dev, python-central, python-setuptools
+Build-Depends: cdbs, debhelper (>= 5), python-all-dev, python-central (>= 0.6), python-setuptools
 Standards-Version: 3.7.3
 Homepage: http://code.enthought.com/traits/
 XS-Python-Version: >=2.4

Modified: packages/enthought-traits/trunk/debian/rules
===================================================================
--- packages/enthought-traits/trunk/debian/rules	2008-03-22 22:59:01 UTC (rev 4897)
+++ packages/enthought-traits/trunk/debian/rules	2008-03-22 23:12:55 UTC (rev 4898)
@@ -8,7 +8,7 @@
 
 DEB_COMPRESS_EXCLUDE		:= .py
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
-SITE_PACKAGES=$(DEB_DESTDIR)usr/share/pycentral/python-enthought-traits/site-packages
+SITE_PACKAGES=$(DEB_DESTDIR)`pycentral pycentraldir python-enthought-traits`
 
 clean::
 	find -type d | grep build$ | xargs $(RM) -r
@@ -24,9 +24,9 @@
 	  DIR=`dirname $$file`; \
 	  cd $$DIR && python$* setup.py install --root $(DEB_DESTDIR); \
 	done
+	find $(CURDIR)/`pycentral pycentraldir python-enthought-traits` -type f | grep nspkg.pth$ | xargs $(RM)
 
 binary-predeb/python-enthought-traits::
-	find $(SITE_PACKAGES) -type f | grep nspkg.pth$ | xargs $(RM)
 	touch $(SITE_PACKAGES)/enthought/__init__.py
 	touch $(SITE_PACKAGES)/enthought/traits/__init__.py
 	touch $(SITE_PACKAGES)/enthought/traits/ui/__init__.py




More information about the Python-modules-commits mailing list