[Python-modules-commits] r13610 - in packages/python-django-threadedcomments/trunk/debian (5 files)

ockham-guest at users.alioth.debian.org ockham-guest at users.alioth.debian.org
Thu Jun 24 23:17:46 UTC 2010


    Date: Thursday, June 24, 2010 @ 23:17:45
  Author: ockham-guest
Revision: 13610

Fixing all but one of the issue's pointed out by jwilk in his review

Modified:
  packages/python-django-threadedcomments/trunk/debian/changelog
  packages/python-django-threadedcomments/trunk/debian/control
  packages/python-django-threadedcomments/trunk/debian/copyright
  packages/python-django-threadedcomments/trunk/debian/rules
  packages/python-django-threadedcomments/trunk/debian/watch

Modified: packages/python-django-threadedcomments/trunk/debian/changelog
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/changelog	2010-06-24 19:49:42 UTC (rev 13609)
+++ packages/python-django-threadedcomments/trunk/debian/changelog	2010-06-24 23:17:45 UTC (rev 13610)
@@ -1,5 +1,5 @@
 python-django-threadedcomments (0.5.2-1) unstable; urgency=low
 
-  * Initial release (Closes: #580815, LP #575484)
+  * Initial release (Closes: #580815, LP: #575484)
 
  -- Bernhard Reiter <ockham at raz.or.at>  Thu, 06 May 2010 06:05:38 +0200

Modified: packages/python-django-threadedcomments/trunk/debian/control
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/control	2010-06-24 19:49:42 UTC (rev 13609)
+++ packages/python-django-threadedcomments/trunk/debian/control	2010-06-24 23:17:45 UTC (rev 13610)
@@ -3,9 +3,10 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernhard Reiter <ockham at raz.or.at>
-Build-Depends: debhelper (>= 7), python (>= 2.3), python-support,
- python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3), python-support,
+ python-setuptools, python-django (>= 1.0)
 Standards-Version: 3.8.4
+XS-Python-Version: >= 2.3
 Homepage: http://github.com/ericflo/django-threadedcomments
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-threadedcomments/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-threadedcomments/trunk/
@@ -14,7 +15,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
 Description: simple yet flexible threaded commenting system for Django
- What it means to say that they are *threaded* is that commenters can
+ This threaded commenting system for Django allows commenters to
  reply not only to the original item, but to other comments as well. It becomes
- near-trivial to create a system similar to what Reddit or Digg have in their 
+ near-trivial to create a system similar to what Reddit or Digg have in their
  comments sections.

Modified: packages/python-django-threadedcomments/trunk/debian/copyright
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/copyright	2010-06-24 19:49:42 UTC (rev 13609)
+++ packages/python-django-threadedcomments/trunk/debian/copyright	2010-06-24 23:17:45 UTC (rev 13610)
@@ -4,14 +4,14 @@
 Source: http://github.com/ericflo/django-threadedcomments/
 
 Files: *
-Copyright: Copyright (c) 2008, Eric Florenzano
-License: BSD
+Copyright: 2008, Eric Florenzano
+License: BSD-new
 
 Files: debian/*
-Copyright: 2010 Bernhard Reiter <ockham at raz.or.at>
-License: BSD
+Copyright: 2010, Bernhard Reiter <ockham at raz.or.at>
+License: BSD-new
 
-License: BSD
+License: BSD-new
  All rights reserved.
  .
  Redistribution and use in source and binary forms, with or without
@@ -39,6 +39,3 @@
  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.
- .
- On Debian systems, the complete text of the BSD License can be found in
- `/usr/share/common-licenses/BSD'.

Modified: packages/python-django-threadedcomments/trunk/debian/rules
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/rules	2010-06-24 19:49:42 UTC (rev 13609)
+++ packages/python-django-threadedcomments/trunk/debian/rules	2010-06-24 23:17:45 UTC (rev 13610)
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf django_threadedcomments.egg-info

Modified: packages/python-django-threadedcomments/trunk/debian/watch
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/watch	2010-06-24 19:49:42 UTC (rev 13609)
+++ packages/python-django-threadedcomments/trunk/debian/watch	2010-06-24 23:17:45 UTC (rev 13610)
@@ -1,2 +1,2 @@
 version=3
-http://githubredir.debian.net/github/ericflo/django-threadedcomments (.*).tar.gz
+http://githubredir.debian.net/github/ericflo/django-threadedcomments/ (.*).tar.gz




More information about the Python-modules-commits mailing list