diff options
| author | Chuck Short <zulcss@ubuntu.com> | 2013-03-04 13:47:47 -0600 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2013-03-04 19:55:13 +0000 |
| commit | 65a8c73bfe40918ecd9a54792638324ab0597b04 (patch) | |
| tree | 887bfb2d8ddbc8f0a07ce3725ae3712aeaaea747 | |
| parent | a02a8aa9462f8e2c30f636bbc9ef10c0b0529237 (diff) | |
0.6-1ubuntu1 (patches unapplied)import/0.6-1ubuntu1ubuntu/raring-proposedubuntu/raring-develubuntu/raring
Imported using git-ubuntu import.
Notes
Notes:
* debian/rules: Enable testsuite.
* debian/rules, debian/control: Dropped openstack-pkg-tools,
removed not needed.
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 5 | ||||
| -rwxr-xr-x | debian/rules | 7 |
3 files changed, 14 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index a20c3f4..39e19bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-json-pointer (0.6-1ubuntu1) raring; urgency=low + + * debian/rules: Enable testsuite. + * debian/rules, debian/control: Dropped openstack-pkg-tools, + removed not needed. + + -- Chuck Short <zulcss@ubuntu.com> Mon, 04 Mar 2013 13:47:47 -0600 + python-json-pointer (0.6-1) experimental; urgency=low * Initial release (Closes: #699507). diff --git a/debian/control b/debian/control index 29d0aeb..eb04d80 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,14 @@ Source: python-json-pointer Section: python Priority: optional -Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org> Uploaders: Loic Dachary (OuoU) <loic@debian.org>, Julien Danjou <acid@debian.org>, Thomas Goirand <zigo@debian.org>, Ghe Rivero <ghe.rivero@stackops.com>, Mehdi Abaakouk <sileht@sileht.net> -Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), openstack-pkg-tools +Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~) Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-json-pointer.git Vcs-Git: git://anonscm.debian.org/openstack/python-json-pointer.git diff --git a/debian/rules b/debian/rules index 5e1035a..c452f9d 100755 --- a/debian/rules +++ b/debian/rules @@ -2,9 +2,8 @@ #export DH_VERBOSE=1 -UPSTREAM_GIT = git://github.com/stefankoegl/python-json-pointer.git - -include /usr/share/openstack-pkg-tools/pkgos.make - %: dh $@ --with python2 + +override_dh_auto_test: + PYTHONPATH=$(CURDIR) python tests.py |
