[Python-modules-commits] r27378 - in packages/python-icalendar/trunk/debian (4 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Wed Jan 22 01:03:26 UTC 2014


    Date: Wednesday, January 22, 2014 @ 01:03:25
  Author: noskcaj-guest
Revision: 27378

Remove embedded javascript libs

Added:
  packages/python-icalendar/trunk/debian/python-icalendar-doc.links
Modified:
  packages/python-icalendar/trunk/debian/changelog
  packages/python-icalendar/trunk/debian/control
  packages/python-icalendar/trunk/debian/rules

Modified: packages/python-icalendar/trunk/debian/changelog
===================================================================
--- packages/python-icalendar/trunk/debian/changelog	2014-01-22 00:49:01 UTC (rev 27377)
+++ packages/python-icalendar/trunk/debian/changelog	2014-01-22 01:03:25 UTC (rev 27378)
@@ -8,9 +8,13 @@
   [ Jackson Doak ]
   * New upstream release
   * debian/watch: Use pypi since it makes the watch file easier to read
-  * debian/control: Fix capitalisation error in description
+  * debian/control: 
+    - Fix capitalisation error in description
+    - Make python-icalendar-doc depend on libjs-underscore and libjs-jquery
   * debian/copyright: Use DEP8 format
-  * debian/rules: Exclude license.txt from dh_installdocs
+  * debian/rules: 
+    - Exclude license.txt and embedded javascript libraries from dh_installdocs
+  * Create debian/python-calendar-doc.links to provide javascript libs
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Wed, 22 Jan 2014 11:25:50 +1100
 

Modified: packages/python-icalendar/trunk/debian/control
===================================================================
--- packages/python-icalendar/trunk/debian/control	2014-01-22 00:49:01 UTC (rev 27377)
+++ packages/python-icalendar/trunk/debian/control	2014-01-22 01:03:25 UTC (rev 27378)
@@ -22,7 +22,9 @@
 Depends: ${shlibs:Depends},
  ${misc:Depends},
  ${python:Depends},
- ${sphinxdoc:Depends}
+ ${sphinxdoc:Depends},
+ libjs-underscore,
+ libjs-jquery
 Description: parser/generator of iCalendar files for use with Python -- docs
  The icalendar package is a parser/generator of iCalendar files for use with
  Python.

Added: packages/python-icalendar/trunk/debian/python-icalendar-doc.links
===================================================================
--- packages/python-icalendar/trunk/debian/python-icalendar-doc.links	                        (rev 0)
+++ packages/python-icalendar/trunk/debian/python-icalendar-doc.links	2014-01-22 01:03:25 UTC (rev 27378)
@@ -0,0 +1,2 @@
+/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-icalendar-doc/html/_static/jquery.js
+/usr/share/javascript/underscore/underscore.js /usr/share/doc/python-icalendar-doc/html/_static/underscore.js
\ No newline at end of file

Modified: packages/python-icalendar/trunk/debian/rules
===================================================================
--- packages/python-icalendar/trunk/debian/rules	2014-01-22 00:49:01 UTC (rev 27377)
+++ packages/python-icalendar/trunk/debian/rules	2014-01-22 01:03:25 UTC (rev 27378)
@@ -25,4 +25,4 @@
 	dh_installchangelogs CHANGES.rst
 
 override_dh_installdocs:
-	dh_installdocs -Xlicense.txt
\ No newline at end of file
+	dh_installdocs -Xlicense.txt -Xjquery.js -Xunderscore.js
\ No newline at end of file




More information about the Python-modules-commits mailing list