~ahasenack/ubuntu/oneiric/python-tz/day-leap-fix-885163

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Gediminas Paulauskas
  • Date: 2011-08-23 18:14:25 UTC
  • Revision ID: package-import@ubuntu.com-20110823181425-af676e7psc5lw8m3
Tags: 2010b-1ubuntu1
* debian/patches/tzdata: remove import of pkg_resources (Closes: #599047)
* Switch to dh_python2 (LP: #831411, Closes: #617041).
* Switch to source format 3.0 (quilt)
* debian/control: build-depend on python-all (not -dev).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
5
5
Uploaders: Brian Sutherland <brian@vanguardistas.net>, Fabio Tranchitella <kobold@debian.org>
6
 
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)
7
 
Standards-Version: 3.8.3
 
6
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools
 
7
Standards-Version: 3.9.2
8
8
Homepage: http://pypi.python.org/pypi/pytz/
9
 
XS-Python-Version: all
10
 
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/python-tz/trunk
 
9
X-Python-Version: >= 2.4
 
10
Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/python-tz/trunk
11
11
 
12
12
Package: python-tz
13
13
Architecture: all
14
 
Depends: tzdata, ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
15
 
Recommends: ${pydeb:Recommends}
16
 
Provides: ${pydeb:Provides}, ${python:Provides}
17
 
Suggests: ${pydeb:Suggests}
18
 
XB-Python-Version: ${python:Versions}
 
14
Depends: tzdata, ${python:Depends}, ${misc:Depends}
19
15
Description: Python version of the Olson timezone database
20
16
 python-tz brings the Olson tz database into Python. This library allows
21
17
 accurate and cross platform timezone calculations using Python 2.3 or higher.