r1298 - in python-tz/trunk/debian (changelog control rules)

Matthias Klose doko at alioth.debian.org
Mon Oct 27 08:09:19 UTC 2008


    Date: Monday, October 27, 2008 @ 08:09:17
  Author: doko
Revision: 1298

python-tz (2008c-2) unstable; urgency=low

  * Do not use setuptools to build the package (the setup falls back to
    distutils).
  * Set version to 2008c. Closes: #489979.

 -- Matthias Klose <doko at debian.org>  Wed, 09 Jul 2008 10:21:45 +0200

Modified:
  python-tz/trunk/debian/changelog
  python-tz/trunk/debian/control
  python-tz/trunk/debian/rules

Modified: python-tz/trunk/debian/changelog
===================================================================
--- python-tz/trunk/debian/changelog	2008-10-20 15:16:12 UTC (rev 1297)
+++ python-tz/trunk/debian/changelog	2008-10-27 08:09:17 UTC (rev 1298)
@@ -1,3 +1,11 @@
+python-tz (2008c-2) unstable; urgency=low
+
+  * Do not use setuptools to build the package (the setup falls back to
+    distutils).
+  * Set version to 2008c. Closes: #489979.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 09 Jul 2008 10:21:45 +0200
+
 python-tz (2008c-1) unstable; urgency=low
 
   * New upstream release.
@@ -6,7 +14,7 @@
 
 python-tz (2008b-1) unstable; urgency=low
 
-  * New uptsream release.
+  * New upstream release.
 
  -- Fabio Tranchitella <kobold at debian.org>  Wed, 23 Apr 2008 10:01:59 +0200
 

Modified: python-tz/trunk/debian/control
===================================================================
--- python-tz/trunk/debian/control	2008-10-20 15:16:12 UTC (rev 1297)
+++ python-tz/trunk/debian/control	2008-10-27 08:09:17 UTC (rev 1298)
@@ -4,7 +4,8 @@
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <jinty at web.de>, Fabio Tranchitella <kobold at debian.org>
 Build-Depends: debhelper (>= 5.0.38)
-Build-Depends-Indep: python-all-dev (>= 2.3.5-9), python-central (>= 0.5), python-setuptools (>= 0.6b3)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-9), python-central (>= 0.5)
+Build-Conflicts: python-setuptools
 Standards-Version: 3.7.3
 Homepage: http://pytz.sourceforge.net/
 XS-Python-Version: all

Modified: python-tz/trunk/debian/rules
===================================================================
--- python-tz/trunk/debian/rules	2008-10-20 15:16:12 UTC (rev 1297)
+++ python-tz/trunk/debian/rules	2008-10-27 08:09:17 UTC (rev 1298)
@@ -13,7 +13,7 @@
 	touch $@
 build-python%:
 	dh_testdir
-	python$* setup.py build
+	PYTHONPATH=$(CURDIR) python$* setup.py build
 	touch $@
 
 .PHONY: clean
@@ -40,7 +40,7 @@
 	install -D debian/test-pytz debian/$(PACKAGE)/usr/lib/python-tz/test-pytz.py
 
 install-python%:
-	python$* setup.py install --no-compile --single-version-externally-managed --root=debian/$(PACKAGE)
+	PYTHONPATH=$(CURDIR) python$* setup.py install --no-compile --root=debian/$(PACKAGE)
 	# remove zoneinfo, our patch to pytz makes it use the one from tzdata
 	rm -rf debian/$(PACKAGE)/usr/lib/python$*/site-packages/pytz/zoneinfo
 




More information about the pkg-zope-commits mailing list