debian/0000755000000000000000000000000012201221445007157 5ustar debian/rules0000755000000000000000000000072612200445275010254 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_test: ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) echo "SECRET_KEY='test'" > threadedcomments/testsettings.py; \ set -e; \ for python in $(shell pyversions -r); do \ DJANGO_SETTINGS_MODULE="threadedcomments.testsettings" \ $$python -m threadedcomments.tests; \ done; \ rm threadedcomments/testsettings.py endif override_dh_auto_clean: dh_auto_clean rm -rf django_threadedcomments.egg-info debian/docs0000644000000000000000000000003412177720417010046 0ustar README.rst CONTRIBUTORS.txt debian/source/0000755000000000000000000000000012201221365010460 5ustar debian/source/format0000644000000000000000000000001411372065041011673 0ustar 3.0 (quilt) debian/NEWS.Debian0000644000000000000000000000042412201211772011041 0ustar python-django-threadedcomments (0.9.0-1) unstable; urgency=low To update the database from the layout generated by version 0.5 of this package, run `python manage.py migrate_threaded_comments`. -- Bernhard Reiter Fri, 09 Aug 2013 16:04:31 +0200 debian/watch0000644000000000000000000000017111525272057010224 0ustar version=3 http://pypi.python.org/packages/source/d/django-threadedcomments/django-threadedcomments-([0-9a-z.]*)\.tar\.gz debian/control0000644000000000000000000000210712201172423010563 0ustar Source: python-django-threadedcomments Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Bernhard Reiter Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools, python-django (>= 1.0) Standards-Version: 3.9.4 X-Python-Version: >= 2.3 Homepage: https://github.com/HonzaKral/django-threadedcomments Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-threadedcomments/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-threadedcomments/trunk/ Package: python-django-threadedcomments Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0) Suggests: python-django-south Description: simple yet flexible threaded commenting system for Django 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 comments sections. debian/changelog0000644000000000000000000000533712201221360011035 0ustar python-django-threadedcomments (0.9.0-1) unstable; urgency=low [ Bernhard Reiter ] * New upstream release * debian/compat: Bump to 9. * debian/control, debian/copyright: Update upstream links. (Closes: #713930) * debian/control: - Remove python-textile, python-markdown, python-docutils from Build-Depends: and Suggests: - Bump debhelper Build-Depends to >= 9. - Bump Standards-Version to 3.9.4. - Add Suggests: python-django-south * debian/copyright: s/BSD-new/BSD-3-clause/ * debian/docs, debian/doc-base: Update/remove to correspond with upstream sources. * debian/patches/series, debian/patches/add_markup_deps_to_install, debian/patches/gravatar_default_url, debian/patches/django14: Remove patches, as obsolete. * debian/rules: Add a SECRET_KEY for tests during building. (Closes: #711369) * debian/NEWS.Debian: Add. [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. -- Bernhard Reiter Fri, 09 Aug 2013 19:12:14 +0200 python-django-threadedcomments (0.5.3-4) unstable; urgency=medium * debian/patches/django14, debian/patches/series: Fix for Django 1.4 compatibility (Closes: #669481) * debian/patches/remove_urlfields_from_tests, debian/patches/series: Drop patch, as URLField auto-verification has been dropped from Django 1.4. * debian/control: Bump Standards-Version to 3.9.2. * debian/copyright: Update to comply with copyright-format 1.0. -- Bernhard Reiter Fri, 22 Jun 2012 03:04:18 +0200 python-django-threadedcomments (0.5.3-3) unstable; urgency=low * Migrate from python-support to dh_python2. debian/control: - Remove python-support from Build-Depends. - Build-Depend on python-all (>= 2.6.6-3~) instead of (>= 2.3) - s/XS-Python-Version/X-Python-Version/ debian/rules: - Add '--with python2' after 'dh $@' -- Bernhard Reiter Sun, 24 Jul 2011 15:16:54 +0200 python-django-threadedcomments (0.5.3-2) unstable; urgency=medium * debian/patches/remove_urlfields_from_tests: Remove auto-verified URLFields from (non-preview) tests as this lead to FTBFS on build systems which don't have internet access. (Closes: #614535) * debian/control: Bump Standards-Version to 3.9.2 (no changes needed) -- Bernhard Reiter Sat, 23 Jul 2011 15:54:32 +0200 python-django-threadedcomments (0.5.3-1) unstable; urgency=low * New upstream release. * debian/watch: point to PyPi release instead of github -- Bernhard Reiter Fri, 11 Feb 2011 16:30:16 +0200 python-django-threadedcomments (0.5.2-1) unstable; urgency=low * Initial release (Closes: #580815, LP: #575484) -- Bernhard Reiter Tue, 21 Sep 2010 20:05:17 +0200 debian/compat0000644000000000000000000000000212177720712010372 0ustar 9 debian/copyright0000644000000000000000000000362612200513116011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-threadedcomments Upstream-Contact: Honza Král Source: https://github.com/HonzaKral/django-threadedcomments Files: * Copyright: 2009, Eric Florenzano and Thejaswi Puthraya License: BSD-3-clause Files: debian/* Copyright: 2010, Bernhard Reiter License: BSD-3-clause License: BSD-3-clause 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.