diff --git a/debian/changelog b/debian/changelog index 737548c..758dcc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ openstack-nose (0.11-2) unstable; urgency=medium * Added upstream patch for better formating. + * Ran wrap-and-sort -t -a, and removed version for python-all + build-depends. + * Bumped Standards-Version to 3.9.6 (no change). -- Thomas Goirand Thu, 21 May 2015 18:35:07 +0200 diff --git a/debian/control b/debian/control index 9ebbb77..f2e5059 100644 --- a/debian/control +++ b/debian/control @@ -2,26 +2,25 @@ Source: openstack-nose Section: python Priority: optional Maintainer: PKG OpenStack -Uploaders: Julien Danjou , - Thomas Goirand , - Mehdi Abaakouk +Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), openstack-pkg-tools, - python-all (>= 2.6.6-3~), + python-all, python-setuptools, python3-all, - python3-setuptools -Standards-Version: 3.9.4 + python3-setuptools, +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/openstack-nose.git Vcs-Git: git://anonscm.debian.org/openstack/openstack-nose.git Homepage: https://github.com/openstack-dev/openstack-nose Package: python-openstack.nose-plugin Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python:Depends} -Replaces: python-openstack-common -Breaks: python-openstack-common +Pre-Depends: dpkg (>= 1.15.6~), +Depends: ${misc:Depends}, + ${python:Depends}, +Replaces: python-openstack-common, +Breaks: python-openstack-common, Description: nosetests output to mimic the output of openstack's run_tests.py - Python 2.x This package provides a nose plugin that allow's nosetests output to mimic the output of openstack's run_tests.py. @@ -30,8 +29,9 @@ Description: nosetests output to mimic the output of openstack's run_tests.py - Package: python3-openstack.nose-plugin Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends}, ${python3:Depends} +Pre-Depends: dpkg (>= 1.15.6~), +Depends: ${misc:Depends}, + ${python3:Depends}, Description: nosetests output to mimic the output of openstack's run_tests.py - Python 3.x This package provides a nose plugin that allow's nosetests output to mimic the output of openstack's run_tests.py.