[Debian-l10n-commits] r2757 - in /pootle/trunk/debian: control pootle.links rules

themill-guest at users.alioth.debian.org themill-guest at users.alioth.debian.org
Wed Nov 16 16:07:26 UTC 2011


Author: themill-guest
Date: Wed Nov 16 16:07:25 2011
New Revision: 2757

URL: http://svn.debian.org/wsvn/?sc=1&rev=2757
Log:
Change dependencies to use packaged versions

Added:
    pootle/trunk/debian/pootle.links
Modified:
    pootle/trunk/debian/control
    pootle/trunk/debian/rules

Modified: pootle/trunk/debian/control
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/control?rev=2757&op=diff
==============================================================================
--- pootle/trunk/debian/control (original)
+++ pootle/trunk/debian/control Wed Nov 16 16:07:25 2011
@@ -13,8 +13,9 @@
 Package: pootle
 Architecture: all
 Pre-Depends: python-django
-Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.9.0), adduser, python-lxml, libjs-jquery, python-django-registration, python-django-djblets, dbconfig-common
-Recommends: python-xapian, zip, python-levenshtein, iso-codes, cherrypy
+Depends: ${misc:Depends}, ${python:Depends}, translate-toolkit (>= 1.9.0), adduser, python-lxml, libjs-jquery, libjs-jquery-cookie, libjs-json, python-django-registration, python-django-djblets, dbconfig-common
+Recommends: python-xapian, zip, python-levenshtein, iso-codes
+Suggests: python-aeidon, apache2 | httpd | cherrypy
 XB-Python-Version: ${python:Versions}
 Description: Web-based translation and translation management tool
  Pootle provides a rich set of features for managing a translation

Added: pootle/trunk/debian/pootle.links
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/pootle.links?rev=2757&op=file
==============================================================================
--- pootle/trunk/debian/pootle.links (added)
+++ pootle/trunk/debian/pootle.links Wed Nov 16 16:07:25 2011
@@ -1,0 +1,3 @@
+usr/share/javascript/jquery/jquery.min.js usr/share/pootle/html/js/jquery/jquery.min.js
+usr/share/javascript/json/json2.min.js usr/share/pootle/html/js/json2.min.js
+usr/share/javascript/jquery-cookie/jquery.cookie.js usr/share/pootle/html/js/jquery/jquery.cookie.js

Modified: pootle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pootle/trunk/debian/rules?rev=2757&op=diff
==============================================================================
--- pootle/trunk/debian/rules (original)
+++ pootle/trunk/debian/rules Wed Nov 16 16:07:25 2011
@@ -14,7 +14,5 @@
 	rm $(d)/usr/share/doc/pootle/COPYING
 	rm $(d)/usr/share/doc/pootle/ChangeLog
 	# Pootle includes a copy of some javascript libraries
-	rm $(d)/usr/share/pootle/html/js/jquery/jquery.min.js
-	dh_link /usr/share/javascript/jquery/jquery.min.js \
-		/usr/share/pootle/html/js/jquery/jquery.min.js
+	rm $(d)/usr/share/pootle/html/js/jquery/jquery.min.js $(d)/usr/share/pootle/html/js/jquery/jquery.cookie.js #$(d)/usr/share/pootle/html/js/json2.min.js
 




More information about the Debian-l10n-commits mailing list