Now packaging 1.1.5

This commit is contained in:
Thomas Goirand 2015-09-10 15:56:37 +02:00
parent bd601f5f31
commit ee2bd2b4eb
2 changed files with 16 additions and 8 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
python-pytimeparse (1.1.5-1) unstable; urgency=medium
* New upstream release.
* Removed python-future as (build-)depends.
-- Thomas Goirand <zigo@debian.org> Thu, 10 Sep 2015 15:55:46 +0200
python-pytimeparse (1.1.4-1) unstable; urgency=medium
* Initial release. (Closes: #782306)

17
debian/control vendored
View File

@ -2,14 +2,15 @@ Source: python-pytimeparse
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-all,
python-setuptools,
python3-all,
python3-setuptools
Build-Depends-Indep: python-future, python-nose, python3-nose
python3-setuptools,
Build-Depends-Indep: python-nose,
python3-nose,
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pytimeparse.git
Vcs-Git: git://anonscm.debian.org/openstack/python-pytimeparse.git
@ -17,8 +18,8 @@ Homepage: https://github.com/wroberts/pytimeparse
Package: python-pytimeparse
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-future, ${misc:Depends}, ${python:Depends}
Depends: ${misc:Depends},
${python:Depends},
Description: time expression parser - Python 2.x
A small Python library to parse various kinds of time expressions, inspired by
this StackOverflow question: http://stackoverflow.com/questions/4628122
@ -27,8 +28,8 @@ Description: time expression parser - Python 2.x
Package: python3-pytimeparse
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python3:Depends}
Depends: ${misc:Depends},
${python3:Depends},
Description: time expression parser - Python 3.x
A small Python library to parse various kinds of time expressions, inspired by
this StackOverflow question: http://stackoverflow.com/questions/4628122