[Python-modules-commits] r15503 - in packages/django-markupfield/trunk/debian (5 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Feb 7 12:00:58 UTC 2011
Date: Monday, February 7, 2011 @ 12:00:32
Author: fladi-guest
Revision: 15503
New upstream release.
Modified:
packages/django-markupfield/trunk/debian/changelog
packages/django-markupfield/trunk/debian/control
packages/django-markupfield/trunk/debian/copyright
Deleted:
packages/django-markupfield/trunk/debian/patches/
packages/django-markupfield/trunk/debian/pyversions
Modified: packages/django-markupfield/trunk/debian/changelog
===================================================================
--- packages/django-markupfield/trunk/debian/changelog 2011-02-07 11:14:33 UTC (rev 15502)
+++ packages/django-markupfield/trunk/debian/changelog 2011-02-07 12:00:32 UTC (rev 15503)
@@ -1,10 +1,15 @@
-django-markupfield (1.0.0a2-2) UNRELEASED; urgency=low
+django-markupfield (1.0.0b2-1) unstable; urgency=low
+ * New upstream release.
* Remove workaround for #575377 as it is fixed by python-2.5.5-5.
* Use DEP5 for copyright file.
* Update to Debian policy 3.9.0.
+ * Set PMPT as maintainer and myself as uploader.
+ * Bump to standards-version 3.9.1.
+ * Drop fix_tests patch as it has been fixed upstream.
+ * Drop debian/pyversions in favour of XS-Python-Version.
- -- Fladischer Michael <FladischerMichael at fladi.at> Mon, 05 Jul 2010 12:23:55 +0200
+ -- Fladischer Michael <FladischerMichael at fladi.at> Mon, 07 Feb 2011 13:00:03 +0100
django-markupfield (1.0.0a2-1) unstable; urgency=low
Modified: packages/django-markupfield/trunk/debian/control
===================================================================
--- packages/django-markupfield/trunk/debian/control 2011-02-07 11:14:33 UTC (rev 15502)
+++ packages/django-markupfield/trunk/debian/control 2011-02-07 12:00:32 UTC (rev 15503)
@@ -1,11 +1,12 @@
Source: django-markupfield
Section: python
Priority: optional
-Maintainer: Fladischer Michael <FladischerMichael at fladi.at>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+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-django (>= 1.0), python-markdown, python-docutils
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
+XS-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/django-markupfield/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-markupfield/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-markupfield/trunk/
Modified: packages/django-markupfield/trunk/debian/copyright
===================================================================
--- packages/django-markupfield/trunk/debian/copyright 2011-02-07 11:14:33 UTC (rev 15502)
+++ packages/django-markupfield/trunk/debian/copyright 2011-02-07 12:00:32 UTC (rev 15503)
@@ -1,6 +1,6 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: django-markupfield
-Maintainer: James Turk, <james.p.turk at gmail.com>
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: django-markupfield
+Upstream-Contact: James Turk <james.p.turk at gmail.com>
Source: http://pypi.python.org/pypi/django-markupfield/
Files: *
@@ -12,27 +12,27 @@
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:
- .
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- * 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.
- * Neither the name of django-markupfield 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:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * 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.
+ * Neither the name of django-markupfield 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-markupfield/trunk/debian/pyversions
===================================================================
--- packages/django-markupfield/trunk/debian/pyversions 2011-02-07 11:14:33 UTC (rev 15502)
+++ packages/django-markupfield/trunk/debian/pyversions 2011-02-07 12:00:32 UTC (rev 15503)
@@ -1 +0,0 @@
-2.5-
More information about the Python-modules-commits
mailing list