[Python-modules-commits] r17778 - in packages/python-llfuse/trunk/debian (3 files)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Sat Jul 9 19:55:11 UTC 2011
Date: Saturday, July 9, 2011 @ 19:55:10
Author: nikratio-guest
Revision: 17778
Use underscore.js from libjs-underscore rather than shipping
our own version. Thanks to Jakub Wilk for his packaging review.
Modified:
packages/python-llfuse/trunk/debian/changelog
packages/python-llfuse/trunk/debian/control
packages/python-llfuse/trunk/debian/python-llfuse-doc.links
Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog 2011-07-09 19:36:42 UTC (rev 17777)
+++ packages/python-llfuse/trunk/debian/changelog 2011-07-09 19:55:10 UTC (rev 17778)
@@ -1,3 +1,12 @@
+python-llfuse (0.33-2) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * Use underscore.js from libjs-underscore rather than shipping
+ our own version.
+ * Thanks to Jakub Wilk for his packaging review.
+
+ -- Nikolaus Rath <Nikolaus at rath.org> Sat, 09 Jul 2011 15:52:34 -0400
+
python-llfuse (0.33-1) unstable; urgency=low
* New upstream release.
Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control 2011-07-09 19:36:42 UTC (rev 17777)
+++ packages/python-llfuse/trunk/debian/control 2011-07-09 19:55:10 UTC (rev 17778)
@@ -103,6 +103,7 @@
Section: doc
Recommends: python-llfuse | python3-llfuse
Depends: libjs-jquery,
+ libjs-underscore,
${shlibs:Depends},
${misc:Depends}
Description: Python bindings for the low-level FUSE API (documentation)
Modified: packages/python-llfuse/trunk/debian/python-llfuse-doc.links
===================================================================
--- packages/python-llfuse/trunk/debian/python-llfuse-doc.links 2011-07-09 19:36:42 UTC (rev 17777)
+++ packages/python-llfuse/trunk/debian/python-llfuse-doc.links 2011-07-09 19:55:10 UTC (rev 17778)
@@ -1 +1,2 @@
/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-llfuse-doc/html/_static/jquery.js
+/usr/share/javascript/underscore/underscore.js /usr/share/doc/python-llfuse-doc/html/_static/underscore.js
More information about the Python-modules-commits
mailing list