[Python-modules-commits] r10359 - in packages/webhelpers/trunk/debian (4 files)
jwilk-guest at users.alioth.debian.org
jwilk-guest at users.alioth.debian.org
Wed Nov 11 14:47:01 UTC 2009
Date: Wednesday, November 11, 2009 @ 14:47:00
Author: jwilk-guest
Revision: 10359
Use the system-wide scriptaculous javascript library.
Modified:
packages/webhelpers/trunk/debian/changelog
packages/webhelpers/trunk/debian/control
packages/webhelpers/trunk/debian/rules
Deleted:
packages/webhelpers/trunk/debian/links
Modified: packages/webhelpers/trunk/debian/changelog
===================================================================
--- packages/webhelpers/trunk/debian/changelog 2009-11-11 13:37:38 UTC (rev 10358)
+++ packages/webhelpers/trunk/debian/changelog 2009-11-11 14:47:00 UTC (rev 10359)
@@ -1,3 +1,9 @@
+webhelpers (0.6.4-2) UNRELEASED; urgency=low
+
+ * Use the system-wide scriptaculous javascript library.
+
+ -- Jakub Wilk <ubanus at users.sf.net> Wed, 11 Nov 2009 15:34:31 +0100
+
webhelpers (0.6.4-1.2) unstable; urgency=low
* Non-maintainer upload.
Modified: packages/webhelpers/trunk/debian/control
===================================================================
--- packages/webhelpers/trunk/debian/control 2009-11-11 13:37:38 UTC (rev 10358)
+++ packages/webhelpers/trunk/debian/control 2009-11-11 14:47:00 UTC (rev 10359)
@@ -11,7 +11,7 @@
Package: python-webhelpers
Architecture: all
-Depends: ${python:Depends}, python-routes ( >= 1.1), python-simplejson ( >= 1.4), libjs-prototype
+Depends: ${python:Depends}, python-routes ( >= 1.1), python-simplejson ( >= 1.4), libjs-scriptaculous
Description: Library of helper functions to make writing web application templates easier
One of the sub-sections of Web Helpers contains a full port of the template
helpers that are provided by Ruby on Rails with slight adaptations on
Deleted: packages/webhelpers/trunk/debian/links
===================================================================
--- packages/webhelpers/trunk/debian/links 2009-11-11 13:37:38 UTC (rev 10358)
+++ packages/webhelpers/trunk/debian/links 2009-11-11 14:47:00 UTC (rev 10359)
@@ -1 +0,0 @@
-usr/share/javascript/prototype/prototype.js usr/share/python-support/python-webhelpers/webhelpers/rails/javascripts/prototype.js
Modified: packages/webhelpers/trunk/debian/rules
===================================================================
--- packages/webhelpers/trunk/debian/rules 2009-11-11 13:37:38 UTC (rev 10358)
+++ packages/webhelpers/trunk/debian/rules 2009-11-11 14:47:00 UTC (rev 10359)
@@ -34,7 +34,8 @@
--no-compile \
--single-version-externally-managed \
--root $(CURDIR)/debian/$(package) --install-layout=deb
- rm -f $(CURDIR)/debian/$(package)/usr/lib/$(PYDEFAULT)/$(SITEDIR)/webhelpers/rails/javascripts/prototype.js
+ cd debian/$(package)/usr/lib/$(PYDEFAULT)/$(SITEDIR)/webhelpers/rails/ && \
+ ( rm -Rf javascripts; ln -sf /usr/share/javascript/scriptaculous/ javascripts; )
binary-indep: build install
dh_testdir
More information about the Python-modules-commits
mailing list