r2354 - in python-tz/trunk/debian (4 files)
menesis-guest at users.alioth.debian.org
menesis-guest at users.alioth.debian.org
Tue Aug 23 15:30:51 UTC 2011
Date: Tuesday, August 23, 2011 @ 15:30:50
Author: menesis-guest
Revision: 2354
* Switch to dh_python2 (Closes: #617041):
* Switch to source format 3.0 (quilt)
* debian/control: build-depend on python-all (not -dev).
Modified:
python-tz/trunk/debian/changelog
python-tz/trunk/debian/control
python-tz/trunk/debian/patches/tzdata
python-tz/trunk/debian/rules
Modified: python-tz/trunk/debian/changelog
===================================================================
--- python-tz/trunk/debian/changelog 2011-08-23 15:08:03 UTC (rev 2353)
+++ python-tz/trunk/debian/changelog 2011-08-23 15:30:50 UTC (rev 2354)
@@ -1,3 +1,11 @@
+python-tz (2010b-2) oneiric; urgency=low
+
+ * Switch to dh_python2 (Closes: #617041):
+ * Switch to source format 3.0 (quilt)
+ * debian/control: build-depend on python-all (not -dev).
+
+ -- Gediminas Paulauskas <menesis at pov.lt> Tue, 23 Aug 2011 18:14:25 +0300
+
python-tz (2010b-1) unstable; urgency=low
* New upstream release.
Modified: python-tz/trunk/debian/control
===================================================================
--- python-tz/trunk/debian/control 2011-08-23 15:08:03 UTC (rev 2353)
+++ python-tz/trunk/debian/control 2011-08-23 15:30:50 UTC (rev 2354)
@@ -3,19 +3,15 @@
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4), quilt (>= 0.46-7)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools
+Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/pytz/
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/python-tz/trunk
+X-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/python-tz/trunk
Package: python-tz
Architecture: all
-Depends: tzdata, ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: ${pydeb:Provides}, ${python:Provides}
-Suggests: ${pydeb:Suggests}
-XB-Python-Version: ${python:Versions}
+Depends: tzdata, ${python:Depends}, ${misc:Depends}
Description: Python version of the Olson timezone database
python-tz brings the Olson tz database into Python. This library allows
accurate and cross platform timezone calculations using Python 2.3 or higher.
Modified: python-tz/trunk/debian/patches/tzdata
===================================================================
--- python-tz/trunk/debian/patches/tzdata 2011-08-23 15:08:03 UTC (rev 2353)
+++ python-tz/trunk/debian/patches/tzdata 2011-08-23 15:30:50 UTC (rev 2354)
@@ -4,7 +4,7 @@
Uses the pkg_resources module if available and no standard file
found at the calculated location.
"""
-+ # Patched in Debian, use the system zoninfo from the tzdata package
++ # Patched in Debian, use the system zoneinfo from the tzdata package
name_parts = name.lstrip('/').split('/')
for part in name_parts:
if part == os.path.pardir or os.path.sep in part:
Modified: python-tz/trunk/debian/rules
===================================================================
--- python-tz/trunk/debian/rules 2011-08-23 15:08:03 UTC (rev 2353)
+++ python-tz/trunk/debian/rules 2011-08-23 15:30:50 UTC (rev 2354)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --with pydeb --with python-central --with quilt $@
+ dh --with python2 $@
override_dh_install:
dh_install
More information about the pkg-zope-developers
mailing list