[SCM] Debian packaging of jifty branch, master, updated. c8718dc80a8e07ec8ce4aa65c5abed7e8fb547c4

gregor herrmann gregoa at debian.org
Mon Aug 29 17:47:20 UTC 2011


The following commit has been merged in the master branch:
commit 7fb5f06b0722e2b1f38b541bfdcbb003da97f037
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 29 18:53:00 2011 +0200

    Update jquery filename in debian/{rules,libjifty-perl.links,copyright}.

diff --git a/debian/copyright b/debian/copyright
index d6bdf10..f8dfd51 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -61,8 +61,8 @@ License: BSD-like
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Files: */share/web/static/js/jquery-1.2.1.js  	 
-Copyright: 2007, John Resig (jquery.com) 	 
+Files: */share/web/static/js/jquery-1.4.1.js
+Copyright: 2010, John Resig (jquery.com)
 License: GPL or MIT 	 
   	 
 Files: */share/web/static/js/jsan/DOM/Events.js 	 
diff --git a/debian/libjifty-perl.links b/debian/libjifty-perl.links
index d1f8165..f477168 100644
--- a/debian/libjifty-perl.links
+++ b/debian/libjifty-perl.links
@@ -1,7 +1,7 @@
 usr/share/man/man3/Jifty.3pm.gz  usr/share/man/man1/jifty.1pm.gz
 # use of packaged scriptaculous, prototype and jquery
 /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.2.6.js
+/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
 # 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
diff --git a/debian/rules b/debian/rules
index 931268d..74e0a02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_install:
 	dh_install -plibjifty-perl \
 		-XManual/Tutorial \
 		-Xprototypism/scriptaculous \
-		-Xjs/jquery-1.2.6.js \
+		-Xjs/jquery-1.4.1.js \
 		-Xyui/container.js \
 		-Xyui/dom.js \
 		-Xyui/event.js \

-- 
Debian packaging of jifty



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