[SCM] Debian packaging of jifty branch, master, updated. debian/1.10518+dfsg-2-21-g0211523

gregor herrmann gregoa at debian.org
Tue Jun 25 19:44:06 UTC 2013


The following commit has been merged in the master branch:
commit 2f55704ddc875d6aed000db5594d15daddaa1821
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 25 21:03:45 2013 +0200

    Use packaged libjs-ie7 instead of the embedded copy.

diff --git a/debian/control b/debian/control
index 31e2db3..9a1e110 100644
--- a/debian/control
+++ b/debian/control
@@ -199,6 +199,7 @@ Depends: ${perl:Depends},
          libipc-pubsub-perl,
          libipc-run3-perl,
          libjifty-dbi-perl (>= 0.66),
+         libjs-ie7,
          libjs-jquery,
          libjs-prototype,
          libjs-scriptaculous,
diff --git a/debian/libjifty-perl.links b/debian/libjifty-perl.links
index f477168..de491c4 100644
--- a/debian/libjifty-perl.links
+++ b/debian/libjifty-perl.links
@@ -1,8 +1,9 @@
 usr/share/man/man3/Jifty.3pm.gz  usr/share/man/man1/jifty.1pm.gz
-# use of packaged scriptaculous, prototype and jquery
+# use of packaged scriptaculous, prototype, jquery, ie7-js
 /usr/share/javascript/scriptaculous/  usr/share/perl5/auto/share/dist/Jifty/plugins/Jifty/Plugin/Prototypism/web/static/js/prototypism/scriptaculous
 /usr/share/javascript/jquery/jquery.js  usr/share/perl5/auto/share/dist/Jifty/web/static/js/jquery-1.4.1.js
 /usr/share/javascript/prototype/prototype.js  usr/share/perl5/auto/share/dist/Jifty/plugins/Jifty/Plugin/Prototypism/web/static/js/prototypism/prototype.js
+/usr/share/javascript/ie7/  usr/share/perl5/auto/share/dist/Jifty/plugins/Jifty/Plugin/Prototypism/web/static/js/iefixes
 # share/web/static/js/yui/{container,dom,event,menu,tabview,yahoo}.js
 /usr/share/javascript/yui/container/container.js usr/share/perl5/auto/share/dist/Jifty/web/static/js/yui/container.js
 /usr/share/javascript/yui/dom/dom.js usr/share/perl5/auto/share/dist/Jifty/web/static/js/yui/dom.js
diff --git a/debian/rules b/debian/rules
index 4f0afe5..4694fb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ override_dh_install:
 		-XManual/Tutorial \
 		-Xprototypism/scriptaculous \
 		-Xjs/jquery-1.4.1.js \
+		-Xjs/iefixes \
 		-Xyui/container.js \
 		-Xyui/dom.js \
 		-Xyui/event.js \

-- 
Debian packaging of jifty



More information about the Pkg-perl-cvs-commits mailing list