[Python-modules-commits] r12867 - in packages/python-django-threadedcomments/trunk (11 files)
ockham-guest at users.alioth.debian.org
ockham-guest at users.alioth.debian.org
Mon May 10 20:18:41 UTC 2010
Date: Monday, May 10, 2010 @ 20:18:41
Author: ockham-guest
Revision: 12867
Add python-django-threadedcomments/trunk/debian dir and included files.
Added:
packages/python-django-threadedcomments/trunk/debian/
packages/python-django-threadedcomments/trunk/debian/changelog
packages/python-django-threadedcomments/trunk/debian/compat
packages/python-django-threadedcomments/trunk/debian/control
packages/python-django-threadedcomments/trunk/debian/copyright
packages/python-django-threadedcomments/trunk/debian/doc-base
packages/python-django-threadedcomments/trunk/debian/docs
packages/python-django-threadedcomments/trunk/debian/rules
packages/python-django-threadedcomments/trunk/debian/source/
packages/python-django-threadedcomments/trunk/debian/source/format
packages/python-django-threadedcomments/trunk/debian/watch
Property changes on: packages/python-django-threadedcomments/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-django-threadedcomments/trunk/debian/changelog
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/changelog (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/changelog 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1,5 @@
+python-django-threadedcomments (0.5.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #580815, LP #575484)
+
+ -- Bernhard Reiter <ockham at raz.or.at> Thu, 06 May 2010 06:05:38 +0200
Added: packages/python-django-threadedcomments/trunk/debian/compat
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/compat (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/compat 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1 @@
+7
Added: packages/python-django-threadedcomments/trunk/debian/control
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/control (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/control 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1,18 @@
+Source: python-django-threadedcomments
+Section: python
+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
+Standards-Version: 3.8.4
+Homepage: http://github.com/ericflo/django-threadedcomments
+
+Package: python-django-threadedcomments
+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
+ 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
+ comments sections.
Added: packages/python-django-threadedcomments/trunk/debian/copyright
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/copyright (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/copyright 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1,44 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: django-threadedcomments
+Maintainer: Eric Florenzano <floguy at gmail.com>
+Source: http://github.com/ericflo/django-threadedcomments/
+
+Files: *
+Copyright: Copyright (c) 2008, Eric Florenzano
+License: BSD
+
+Files: debian/*
+Copyright: 2010 Bernhard Reiter <ockham at raz.or.at>
+License: BSD
+
+License: BSD
+ All rights reserved.
+ .
+ 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 the author nor the names of other
+ 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.
+ .
+ On Debian systems, the complete text of the BSD License can be found in
+ `/usr/share/common-licenses/BSD'.
Added: packages/python-django-threadedcomments/trunk/debian/doc-base
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/doc-base (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/doc-base 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1,10 @@
+Document: python-django-threadedcomments
+Title: python-django-threadedcomments
+Author: Eric Florenzano
+Abstract: django-threadedcomments is a simple yet flexible threaded commenting
+ system for Django
+Section: Programming/Python
+
+Format: Text
+Index: /usr/share/doc/python-django-threadedcomments/index.txt
+Files: /usr/share/doc/python-django-threadedcomments/*.txt
Added: packages/python-django-threadedcomments/trunk/debian/docs
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/docs (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/docs 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1,3 @@
+README.txt
+CONTRIBUTORS.txt
+docs/*
Added: packages/python-django-threadedcomments/trunk/debian/rules
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/rules (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/rules 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Property changes on: packages/python-django-threadedcomments/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-django-threadedcomments/trunk/debian/source/format
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/source/format (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/source/format 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-django-threadedcomments/trunk/debian/watch
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/watch (rev 0)
+++ packages/python-django-threadedcomments/trunk/debian/watch 2010-05-10 20:18:41 UTC (rev 12867)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/ericflo/django-threadedcomments (.*).tar.gz
More information about the Python-modules-commits
mailing list