[Python-modules-commits] r17413 - in packages/django-nose/trunk/debian (3 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Sun Jun 12 08:29:18 UTC 2011
Date: Sunday, June 12, 2011 @ 08:29:17
Author: fladi-guest
Revision: 17413
Bump python-django dependency to (>= 1.2).
Run `wrap-and-sort`.
Modified:
packages/django-nose/trunk/debian/changelog
packages/django-nose/trunk/debian/control
packages/django-nose/trunk/debian/copyright
Modified: packages/django-nose/trunk/debian/changelog
===================================================================
--- packages/django-nose/trunk/debian/changelog 2011-06-12 07:48:52 UTC (rev 17412)
+++ packages/django-nose/trunk/debian/changelog 2011-06-12 08:29:17 UTC (rev 17413)
@@ -2,8 +2,10 @@
* New upstream release.
* Bump standards version to 3.9.2 (no change).
+ * Use wrap-and-sort on debian/*.
+ * Bump python-django dependency to (>= 1.2).
- -- Fladischer Michael <FladischerMichael at fladi.at> Thu, 09 Jun 2011 14:32:12 +0200
+ -- Fladischer Michael <FladischerMichael at fladi.at> Sun, 12 Jun 2011 09:54:48 +0200
django-nose (0.1.2-2) unstable; urgency=low
Modified: packages/django-nose/trunk/debian/control
===================================================================
--- packages/django-nose/trunk/debian/control 2011-06-12 07:48:52 UTC (rev 17412)
+++ packages/django-nose/trunk/debian/control 2011-06-12 08:29:17 UTC (rev 17413)
@@ -3,8 +3,12 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-support,
- python-setuptools, python-django, python-nose
+Build-Depends: debhelper (>= 7.0.50~),
+ python-all (>= 2.5),
+ python-django (>= 1.2),
+ python-nose,
+ python-setuptools,
+ python-support
Standards-Version: 3.9.2
XS-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/django-nose/
@@ -13,9 +17,9 @@
Package: python-django-nose
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-django, python-nose
+Depends: python-django (>= 1.2), python-nose, ${misc:Depends}, ${python:Depends}
Description: Django test runner that uses python-nose
- python-django-nose integrates python-nose into Django test runner by
+ python-django-nose integrates python-nose into Django test runner by
extending the Django management CLI with nose-related options.
Those options are targeted at running nose tests directly from within the
Django management system (e.g. django-admin).
Modified: packages/django-nose/trunk/debian/copyright
===================================================================
--- packages/django-nose/trunk/debian/copyright 2011-06-12 07:48:52 UTC (rev 17412)
+++ packages/django-nose/trunk/debian/copyright 2011-06-12 08:29:17 UTC (rev 17413)
@@ -36,4 +36,3 @@
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
More information about the Python-modules-commits
mailing list