[Python-modules-commits] r20551 - in packages/python-django-feincms/trunk/debian (4 files)
janos-guest at users.alioth.debian.org
janos-guest at users.alioth.debian.org
Fri Feb 24 17:37:23 UTC 2012
Date: Friday, February 24, 2012 @ 17:37:21
Author: janos-guest
Revision: 20551
New upstream release.
Modified:
packages/python-django-feincms/trunk/debian/changelog
packages/python-django-feincms/trunk/debian/control
packages/python-django-feincms/trunk/debian/copyright
packages/python-django-feincms/trunk/debian/rules
Modified: packages/python-django-feincms/trunk/debian/changelog
===================================================================
--- packages/python-django-feincms/trunk/debian/changelog 2012-02-23 20:51:07 UTC (rev 20550)
+++ packages/python-django-feincms/trunk/debian/changelog 2012-02-24 17:37:21 UTC (rev 20551)
@@ -1,3 +1,17 @@
+python-django-feincms (1.5.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Add python-beautifulsoup in Build-Depends as required for making
+ documentation.
+ * python-django-feincms:
+ - add python-beautifulsoup in Recommends as it is used by cleanse.py
+ * Update debian/copyright Format value.
+ * Bump standards to 3.9.3.
+ * Remove executable flag from javascript file
+ feincms/static/feincms/jquery-ui-1.8.16.custom.min.js.
+
+ -- Janos Guljas <janos at resenje.org> Fri, 24 Feb 2012 18:25:35 +0100
+
python-django-feincms (1.4.2-2) unstable; urgency=low
* Add DM-Upload-Allowed control field.
Modified: packages/python-django-feincms/trunk/debian/control
===================================================================
--- packages/python-django-feincms/trunk/debian/control 2012-02-23 20:51:07 UTC (rev 20550)
+++ packages/python-django-feincms/trunk/debian/control 2012-02-24 17:37:21 UTC (rev 20551)
@@ -6,8 +6,8 @@
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all, python-setuptools, python-django,
python-sphinx, python-imaging, python-feedparser, python-django-mptt,
- python-django-tagging, python-lxml, python-tidylib
-Standards-Version: 3.9.2
+ python-django-tagging, python-lxml, python-tidylib, python-beautifulsoup
+Standards-Version: 3.9.3
Homepage: http://github.com/matthiask/feincms
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-feincms/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-feincms/trunk/
@@ -17,7 +17,7 @@
Depends: ${misc:Depends}, ${python:Depends}, python-django, python-django-mptt,
python-django-tagging, python-imaging, python-feedparser, python-tidylib,
libjs-jquery, libjs-jquery-ui, libjs-jquery-cookie
-Recommends: python-lxml
+Recommends: python-lxml, python-beautifulsoup
Provides: ${python:Provides}
Description: Django-based Page CMS and CMS building toolkit
FeinCMS is an extremely stupid content management system. It knows
Modified: packages/python-django-feincms/trunk/debian/copyright
===================================================================
--- packages/python-django-feincms/trunk/debian/copyright 2012-02-23 20:51:07 UTC (rev 20550)
+++ packages/python-django-feincms/trunk/debian/copyright 2012-02-24 17:37:21 UTC (rev 20551)
@@ -1,10 +1,10 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FeinCMS
Upstream-Contact: Matthias Kestenholz <mk at spinlock.ch>
Source: http://github.com/matthiask/feincms
Files: *
-Copyright: 2009-2010, Feinheit GmbH and contributors
+Copyright: 2009-2011, Feinheit GmbH and contributors
License: BSD
Files: example/test_utils.py
Modified: packages/python-django-feincms/trunk/debian/rules
===================================================================
--- packages/python-django-feincms/trunk/debian/rules 2012-02-23 20:51:07 UTC (rev 20550)
+++ packages/python-django-feincms/trunk/debian/rules 2012-02-24 17:37:21 UTC (rev 20551)
@@ -19,6 +19,7 @@
override_dh_fixperms:
dh_fixperms
chmod -x debian/python-django-feincms/usr/share/pyshared/feincms/static/feincms/fein_tree.js
+ chmod -x debian/python-django-feincms/usr/share/pyshared/feincms/static/feincms/jquery-ui-1.8.16.custom.min.js
override_dh_installexamples:
dh_installexamples -Xexample/media/.gitignore
More information about the Python-modules-commits
mailing list