[Python-modules-commits] r25393 - in packages/python-django-threadedcomments/trunk/debian (4 files)
ockham-guest at users.alioth.debian.org
ockham-guest at users.alioth.debian.org
Mon Aug 5 12:42:54 UTC 2013
Date: Monday, August 5, 2013 @ 12:42:51
Author: ockham-guest
Revision: 25393
debian/control: Remove python-textile, python-markdown, python-docutils
from Build-Depends: and Suggests:
debian/patches/add_markup_deps_to_install, debian/patches/series:
Remove patch, as obsolete.
Modified:
packages/python-django-threadedcomments/trunk/debian/changelog
packages/python-django-threadedcomments/trunk/debian/control
packages/python-django-threadedcomments/trunk/debian/patches/series
Deleted:
packages/python-django-threadedcomments/trunk/debian/patches/add_markup_deps_to_install
Modified: packages/python-django-threadedcomments/trunk/debian/changelog
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/changelog 2013-08-05 10:49:09 UTC (rev 25392)
+++ packages/python-django-threadedcomments/trunk/debian/changelog 2013-08-05 12:42:51 UTC (rev 25393)
@@ -3,6 +3,10 @@
[ Bernhard Reiter ]
* New upstream release
* debian/control, debian/copyright: Update upstream links. (Closes: #713930)
+ * debian/control: Remove python-textile, python-markdown, python-docutils
+ from Build-Depends: and Suggests:
+ * debian/patches/add_markup_deps_to_install, debian/patches/series:
+ Remove patch, as obsolete.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
Modified: packages/python-django-threadedcomments/trunk/debian/control
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/control 2013-08-05 10:49:09 UTC (rev 25392)
+++ packages/python-django-threadedcomments/trunk/debian/control 2013-08-05 12:42:51 UTC (rev 25393)
@@ -4,8 +4,7 @@
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.0.50~), python-all (>= 2.6.6-3~),
- python-setuptools, python-django (>= 1.0), python-textile, python-markdown,
- python-docutils
+ python-setuptools, python-django (>= 1.0)
Standards-Version: 3.9.3
X-Python-Version: >= 2.3
Homepage: https://github.com/HonzaKral/django-threadedcomments
@@ -15,7 +14,6 @@
Package: python-django-threadedcomments
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
-Suggests: python-textile, python-markdown, python-docutils
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
Deleted: packages/python-django-threadedcomments/trunk/debian/patches/add_markup_deps_to_install
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/patches/add_markup_deps_to_install 2013-08-05 10:49:09 UTC (rev 25392)
+++ packages/python-django-threadedcomments/trunk/debian/patches/add_markup_deps_to_install 2013-08-05 12:42:51 UTC (rev 25393)
@@ -1,17 +0,0 @@
-# Description: Add note about dependencies required for comments markup.
-# Author: Bernhard Reiter <ockham at raz.or.at>
-# Forwarded: http://github.com/ockham/django-threadedcomments/commit/b4f2477d529ca88565716e39eb85d6c1455b72fb
-
---- a/INSTALL.txt
-+++ b/INSTALL.txt
-@@ -10,4 +10,8 @@
-
- Note that this application requires Python 2.3 or later, and Django later than
- 0.96. You can obtain Python from http://www.python.org/ and Django from
--http://www.djangoproject.com/.
-\ No newline at end of file
-+http://www.djangoproject.com/.
-+
-+In case you want to use markup for your comments, you will also need the
-+corresponding markup packages, see
-+http://docs.djangoproject.com/en/dev/ref/contrib/markup/
Modified: packages/python-django-threadedcomments/trunk/debian/patches/series
===================================================================
--- packages/python-django-threadedcomments/trunk/debian/patches/series 2013-08-05 10:49:09 UTC (rev 25392)
+++ packages/python-django-threadedcomments/trunk/debian/patches/series 2013-08-05 12:42:51 UTC (rev 25393)
@@ -1,3 +1,2 @@
django14
gravatar_default_url
-add_markup_deps_to_install
More information about the Python-modules-commits
mailing list