Merge lp:~jamesodhunt/ubuntu/utopic/isodate/add-dep8-tests into lp:ubuntu/utopic/isodate

Proposed by James Hunt
Status: Merged
Merged at revision: 3
Proposed branch: lp:~jamesodhunt/ubuntu/utopic/isodate/add-dep8-tests
Merge into: lp:ubuntu/utopic/isodate
Diff against target: 70 lines (+26/-3)
5 files modified
debian/changelog (+12/-0)
debian/control (+4/-3)
debian/tests/control (+2/-0)
debian/tests/run-tests (+5/-0)
debian/watch (+3/-0)
To merge this branch: bzr merge lp:~jamesodhunt/ubuntu/utopic/isodate/add-dep8-tests
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+233902@code.launchpad.net

Description of the change

revno: 3
committer: James Hunt <email address hidden>
branch nick: ubuntu-isodate-add-tests
timestamp: Tue 2014-09-09 11:45:38 +0100
message:
  * debian/control:
    - Add XS-Testsuite for DEP-8 tests.
    - Update standards version.
    - Make python 2 and python 3 Descriptions unique to appease lintian.
  * debian/tests/: Basic DEP-8 test to run test suite for python 2 and
    python 3.
  * debian/watch: Added missing watch file.

Changes made as part of bug 1349899.

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Looking good to me, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-01-22 12:09:40 +0000
+++ debian/changelog 2014-09-09 10:47:17 +0000
@@ -1,3 +1,15 @@
1isodate (0.4.6-1ubuntu1) UNRELEASED; urgency=medium
2
3 * debian/control:
4 - Add XS-Testsuite for DEP-8 tests.
5 - Update standards version.
6 - Make python 2 and python 3 Descriptions unique to appease lintian.
7 * debian/tests/: Basic DEP-8 test to run test suite for python 2 and
8 python 3.
9 * debian/watch: Added missing watch file.
10
11 -- James Hunt <james.hunt@ubuntu.com> Tue, 09 Sep 2014 11:44:49 +0100
12
1isodate (0.4.6-1) unstable; urgency=low13isodate (0.4.6-1) unstable; urgency=low
214
3 * Initial release. (Closes: #656919)15 * Initial release. (Closes: #656919)
416
=== modified file 'debian/control'
--- debian/control 2012-01-22 12:09:40 +0000
+++ debian/control 2014-09-09 10:47:17 +0000
@@ -5,16 +5,17 @@
5Build-Depends: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-6~), debhelper (>= 7.0.50~)5Build-Depends: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-6~), debhelper (>= 7.0.50~)
6X-Python-Version: >= 2.56X-Python-Version: >= 2.5
7X-Python3-Version: >= 3.07X-Python3-Version: >= 3.0
8Standards-Version: 3.9.28Standards-Version: 3.9.5
9XS-Testsuite: autopkgtest
910
10Package: python-isodate11Package: python-isodate
11Architecture: all12Architecture: all
12Depends: ${misc:Depends}, ${python:Depends}13Depends: ${misc:Depends}, ${python:Depends}
13Description: ISO 8601 date/time/duration parser and formatter (Python module)14Description: ISO 8601 date/time/duration parser and formatter (Python module)
14 This module implements ISO 8601 date, time and duration parsing.15 This python module implements ISO 8601 date, time and duration parsing.
1516
16Package: python3-isodate17Package: python3-isodate
17Architecture: all18Architecture: all
18Depends: ${misc:Depends}, ${python3:Depends}19Depends: ${misc:Depends}, ${python3:Depends}
19Description: ISO 8601 date/time/duration parser and formatter (Python 3 module)20Description: ISO 8601 date/time/duration parser and formatter (Python 3 module)
20 This module implements ISO 8601 date, time and duration parsing.21 This python 3 module implements ISO 8601 date, time and duration parsing.
2122
=== added directory 'debian/tests'
=== added file 'debian/tests/control'
--- debian/tests/control 1970-01-01 00:00:00 +0000
+++ debian/tests/control 2014-09-09 10:47:17 +0000
@@ -0,0 +1,2 @@
1Tests: run-tests
2Depends: @, python-setuptools, python3-setuptools
03
=== added file 'debian/tests/run-tests'
--- debian/tests/run-tests 1970-01-01 00:00:00 +0000
+++ debian/tests/run-tests 2014-09-09 10:47:17 +0000
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3set -e
4
5python setup.py test && python3 setup.py test
06
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2014-09-09 10:47:17 +0000
@@ -0,0 +1,3 @@
1version=3
2opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \
3http://pypi.python.org/packages/source/i/isodate/isodate-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))

Subscribers

People subscribed via source and target branches

to all changes: