~ubuntu-branches/ubuntu/edgy/python-tz/edgy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 14:29:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214142904-36lky2owqswc1g5q
Tags: 2005r-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: python
3
3
Priority: extra
4
4
Maintainer: Brian Sutherland <jinty@web.de>
5
 
Build-Depends-Indep: debhelper (>= 4.0.0), python, python2.3-dev, python2.4-dev
6
 
Standards-Version: 3.6.1
 
5
Build-Depends-Indep: debhelper (>= 4.0.0), python, python2.4-dev
 
6
Standards-Version: 3.6.2
7
7
 
8
8
Package: python-tz
9
9
Architecture: all
20
20
 This package is a dummy package depending on the python-tz version for the
21
21
 current default Python version.
22
22
 
23
 
Package: python2.3-tz
24
 
Architecture: all
25
 
Depends: ${python:Depends}
26
 
Description: Python version of the Olson timezone database
27
 
 python-tz brings the Olson tz database into Python. This library allows
28
 
 accurate and cross platform timezone calculations using Python 2.3 or higher.
29
 
 It also solves the issue of ambiguous times at the end of daylight savings,
30
 
 which you can read more about in the Python Library Reference
31
 
 (datetime.tzinfo).
32
 
 .
33
 
 Homepage: http://pytz.sourceforge.net/
34
 
 .
35
 
 This package contains the Python modules for python version 2.3.
36
 
 
37
23
Package: python2.4-tz
38
24
Architecture: all
39
25
Depends: ${python:Depends}