[Python-modules-commits] r15514 - in packages/django-nose/trunk/debian (4 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Feb 7 13:28:44 UTC 2011


    Date: Monday, February 7, 2011 @ 13:28:43
  Author: fladi-guest
Revision: 15514

Prepare for upload to unstable.

Modified:
  packages/django-nose/trunk/debian/changelog
  packages/django-nose/trunk/debian/control
  packages/django-nose/trunk/debian/copyright
Deleted:
  packages/django-nose/trunk/debian/pyversions

Modified: packages/django-nose/trunk/debian/changelog
===================================================================
--- packages/django-nose/trunk/debian/changelog	2011-02-07 13:28:35 UTC (rev 15513)
+++ packages/django-nose/trunk/debian/changelog	2011-02-07 13:28:43 UTC (rev 15514)
@@ -1,3 +1,13 @@
+django-nose (0.1.2-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * Update DEP5 format.
+  * Set PMPT as maintainer and myself as uploader.
+  * Provide a more verbose long description.
+  * Drop debian/pyversions in favour of XS-Python-Version.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 07 Feb 2011 14:17:27 +0100
+
 django-nose (0.1.2-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/django-nose/trunk/debian/control
===================================================================
--- packages/django-nose/trunk/debian/control	2011-02-07 13:28:35 UTC (rev 15513)
+++ packages/django-nose/trunk/debian/control	2011-02-07 13:28:43 UTC (rev 15514)
@@ -1,11 +1,12 @@
 Source: django-nose
 Section: python
 Priority: optional
-Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-support, 
+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
 Standards-Version: 3.9.1
+XS-Python-Version: >= 2.5
 Homepage: http://pypi.python.org/pypi/django-nose/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-nose/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-nose/trunk/
@@ -15,4 +16,6 @@
 Depends: ${python:Depends}, ${misc:Depends}, python-django, python-nose
 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. 
+ 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-02-07 13:28:35 UTC (rev 15513)
+++ packages/django-nose/trunk/debian/copyright	2011-02-07 13:28:43 UTC (rev 15514)
@@ -1,6 +1,6 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: django-nose
-Maintainer: Jeff Balogh <me at jeffbalogh.org>
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: django-nose
+Upstream-Contact: Jeff Balogh <me at jeffbalogh.org>
 Source: http://pypi.python.org/pypi/django-nose/
 
 Files: *
@@ -12,28 +12,28 @@
 License: BSD
 
 License: BSD
-    Redistribution and use in source and binary forms, with or without modification,
-    are permitted provided that the following conditions are met:
-    .
-        1. Redistributions of source code must retain the above copyright notice,
-           this list of conditions and the following disclaimer.
-    .
-        2. Redistributions in binary form must reproduce the above copyright
-           notice, this list of conditions and the following disclaimer in the
-           documentation and/or other materials provided with the distribution.
-    .
-        3. Neither the name of django-nose nor the names of its contributors may be
-           used to endorse or promote products derived from this software without
-           specific prior written permission.
-    .
-    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-    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.
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+     1. Redistributions of source code must retain the above copyright notice,
+        this list of conditions and the following disclaimer.
+ .
+     2. Redistributions in binary form must reproduce the above copyright
+        notice, this list of conditions and the following disclaimer in the
+        documentation and/or other materials provided with the distribution.
+ .
+     3. Neither the name of django-nose nor the names of its contributors may be
+        used to endorse or promote products derived from this software without
+        specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ 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.
 

Deleted: packages/django-nose/trunk/debian/pyversions
===================================================================
--- packages/django-nose/trunk/debian/pyversions	2011-02-07 13:28:35 UTC (rev 15513)
+++ packages/django-nose/trunk/debian/pyversions	2011-02-07 13:28:43 UTC (rev 15514)
@@ -1 +0,0 @@
-2.5-




More information about the Python-modules-commits mailing list