[Python-modules-commits] r25956 - in packages/django-nose/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Sep 24 13:52:09 UTC 2013


    Date: Tuesday, September 24, 2013 @ 13:52:07
  Author: fladi-guest
Revision: 25956

Drop versioned dependencies for python-all and python-django and bump Standards-Version.

Modified:
  packages/django-nose/trunk/debian/changelog
  packages/django-nose/trunk/debian/control

Modified: packages/django-nose/trunk/debian/changelog
===================================================================
--- packages/django-nose/trunk/debian/changelog	2013-09-24 13:23:21 UTC (rev 25955)
+++ packages/django-nose/trunk/debian/changelog	2013-09-24 13:52:07 UTC (rev 25956)
@@ -1,9 +1,25 @@
-django-nose (1.1-2) UNRELEASED; urgency=low
+django-nose (1.2-1) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:00:44 +0200
+  [ Michael Fladischer ]
+  * New upstream release.
+  * Switch to dh_python2.
+  * Build-Depends on dh-python.
+  * Bump Standards version to 3.9.4.
+  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
+    and build-indep targets.
+  * Drop versioned Build-Depends on python-all as no prior versions are
+    available in Wheezy.
+  * Drop versioned Depends and Build-Depends on python-django as no prior
+    versions are available in Wheezy.
+  * Use correct DEP5 format URL for d/copyright.
+  * Refresh patch.
+  * Update years in d/copyright.
 
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 24 Sep 2013 15:47:07 +0200
+
 django-nose (1.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/django-nose/trunk/debian/control
===================================================================
--- packages/django-nose/trunk/debian/control	2013-09-24 13:23:21 UTC (rev 25955)
+++ packages/django-nose/trunk/debian/control	2013-09-24 13:52:07 UTC (rev 25956)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 8.1.0~),
                dh-python,
-               python-all (>= 2.5),
-               python-django (>= 1.2),
+               python-all,
+               python-django,
                python-django-south,
                python-nose,
                python-setuptools
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 X-Python-Version: >= 2.5
 Homepage: http://pypi.python.org/pypi/django-nose/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-nose/trunk/
@@ -18,7 +18,7 @@
 
 Package: python-django-nose
 Architecture: all
-Depends: python-django (>= 1.2), python-nose, ${misc:Depends}, ${python:Depends}
+Depends: python-django, 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
  extending the Django management CLI with nose-related options.




More information about the Python-modules-commits mailing list