[Python-modules-commits] r18322 - in packages/python-django-feincms/trunk/debian (4 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Wed Aug 24 19:05:36 UTC 2011


    Date: Wednesday, August 24, 2011 @ 19:05:35
  Author: janos-guest
Revision: 18322

New upstream release 1.4.2.

Modified:
  packages/python-django-feincms/trunk/debian/changelog
  packages/python-django-feincms/trunk/debian/control
  packages/python-django-feincms/trunk/debian/python-django-feincms-doc.links
  packages/python-django-feincms/trunk/debian/rules

Modified: packages/python-django-feincms/trunk/debian/changelog
===================================================================
--- packages/python-django-feincms/trunk/debian/changelog	2011-08-24 19:01:21 UTC (rev 18321)
+++ packages/python-django-feincms/trunk/debian/changelog	2011-08-24 19:05:35 UTC (rev 18322)
@@ -1,4 +1,4 @@
-python-django-feincms (1.4.1-1) unstable; urgency=low
+python-django-feincms (1.4.2-1) unstable; urgency=low
 
   * New upstream release.
   * Remove get-orig-source from debian/rules as there is no need for
@@ -8,8 +8,11 @@
   * Link jquery and jquery-ui files in debian/python-django-feincms.links.
   * Remove debian/patches/fix-tagging-import.patch as it is fixed upstream.
   * Add debian/source/local-options.
+  * Removed version dependencies for python-django and libjs-jquery-ui. 
+  * Add libjs-underscore dependency for python-django-feincms-doc and link
+    to underscore.js.
 
- -- Janos Guljas <janos at resenje.org>  Wed, 17 Aug 2011 02:09:45 +0200
+ -- Janos Guljas <janos at resenje.org>  Wed, 24 Aug 2011 20:55:24 +0200
 
 python-django-feincms (1.3.1~dfsg-1) unstable; urgency=low
 

Modified: packages/python-django-feincms/trunk/debian/control
===================================================================
--- packages/python-django-feincms/trunk/debian/control	2011-08-24 19:01:21 UTC (rev 18321)
+++ packages/python-django-feincms/trunk/debian/control	2011-08-24 19:05:35 UTC (rev 18322)
@@ -29,7 +29,7 @@
 
 Package: python-django-feincms-doc
 Architecture: all
-Depends: ${misc:Depends}, libjs-jquery
+Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
 Section: doc
 Description: Django-based Page CMS and CMS building toolkit - documentation
  FeinCMS is an extremely stupid content management system. It knows

Modified: packages/python-django-feincms/trunk/debian/python-django-feincms-doc.links
===================================================================
--- packages/python-django-feincms/trunk/debian/python-django-feincms-doc.links	2011-08-24 19:01:21 UTC (rev 18321)
+++ packages/python-django-feincms/trunk/debian/python-django-feincms-doc.links	2011-08-24 19:05:35 UTC (rev 18322)
@@ -1,2 +1,3 @@
 /usr/share/javascript/jquery/jquery.js usr/share/doc/python-django-feincms-doc/html/_static/jquery.js
+/usr/share/javascript/underscore/underscore.js usr/share/doc/python-django-feincms-doc/html/_static/underscore.js
 

Modified: packages/python-django-feincms/trunk/debian/rules
===================================================================
--- packages/python-django-feincms/trunk/debian/rules	2011-08-24 19:01:21 UTC (rev 18321)
+++ packages/python-django-feincms/trunk/debian/rules	2011-08-24 19:05:35 UTC (rev 18322)
@@ -3,6 +3,7 @@
 %:
 	dh $@ --with python2
 
+
 override_dh_auto_build:
 	dh_auto_build
 	sphinx-build -b html docs debian/html




More information about the Python-modules-commits mailing list