[med-svn] r16324 - trunk/packages/python-emperor/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Feb 25 16:15:15 UTC 2014


Author: tille
Date: 2014-02-25 16:15:15 +0000 (Tue, 25 Feb 2014)
New Revision: 16324

Modified:
   trunk/packages/python-emperor/trunk/debian/control
   trunk/packages/python-emperor/trunk/debian/linktrees
Log:
ATTENTION: Tim, please test!!!

I replaced a code copy of the package libjs-jquery-ui in a newer version via

  replace        usr/share/javascript/jquery-ui/ui/jquery-ui.custom.min.js       usr/share/emperor/support_files/js/jquery-ui-1.8.17.custom.min.js

which is *hackish* since it encodes a wrong version in a file name (Debian has version 1.10).  The alternative would be to patch format.py but before we go on doing things like this we should verify whether this approach wo replace JS libraries by higher versions might really work!



Modified: trunk/packages/python-emperor/trunk/debian/control
===================================================================
--- trunk/packages/python-emperor/trunk/debian/control	2014-02-25 15:48:39 UTC (rev 16323)
+++ trunk/packages/python-emperor/trunk/debian/control	2014-02-25 16:15:15 UTC (rev 16324)
@@ -8,7 +8,8 @@
 Build-Depends: debhelper (>= 9),
                python,
                dh-linktree,
-               libjs-twitter-bootstrap
+               libjs-twitter-bootstrap,
+               libjs-jquery-ui
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-emperor/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-emperor/trunk/

Modified: trunk/packages/python-emperor/trunk/debian/linktrees
===================================================================
--- trunk/packages/python-emperor/trunk/debian/linktrees	2014-02-25 15:48:39 UTC (rev 16323)
+++ trunk/packages/python-emperor/trunk/debian/linktrees	2014-02-25 16:15:15 UTC (rev 16324)
@@ -1 +1,2 @@
-embed usr/share/twitter-bootstrap/files/ usr/share/doc/emperor/html/bootstrap/
+embed	usr/share/twitter-bootstrap/files/				usr/share/doc/emperor/html/bootstrap/
+replace	usr/share/javascript/jquery-ui/ui/jquery-ui.custom.min.js	usr/share/emperor/support_files/js/jquery-ui-1.8.17.custom.min.js




More information about the debian-med-commit mailing list