[Pkg-javascript-devel] Bug#495178: libjs-jquery: Should compile jquery.min.js and jquery.pack.js from jquery.js
Christian Hammers
ch at debian.org
Fri Jan 9 18:58:57 UTC 2009
tags 495178 + patch
stop
Hello
Cyril is right, the proposed patch contains a wrong symlink.
A proper one (ready for NMU) would is below.
bye,
-christian-
diff -Nru jquery-1.2.6/debian/changelog jquery-1.2.6/debian/changelog
--- jquery-1.2.6/debian/changelog 2008-07-18 16:56:22.000000000 +0200
+++ jquery-1.2.6/debian/changelog 2009-01-09 19:55:40.000000000 +0100
@@ -1,3 +1,13 @@
+jquery (1.2.6-1+deb50u1) testing-proposed-updates; urgency=low
+
+ * Non-maintainer upload.
+ * As there is no proper Javascript compressor in Lenny and shipping
+ compressed Javascript files violates the source requirements of the
+ Security Team, the jquery.pack.js and jquery.min.js are now symlinks
+ to the jquery.js. Closes: #495178
+
+ -- Christian Hammers <ch at debian.org> Fri, 09 Jan 2009 19:43:36 +0100
+
jquery (1.2.6-1) unstable; urgency=low
[ Steve Kemp ]
diff -Nru jquery-1.2.6/debian/install jquery-1.2.6/debian/install
--- jquery-1.2.6/debian/install 2008-07-18 16:52:02.000000000 +0200
+++ jquery-1.2.6/debian/install 2009-01-09 19:43:26.000000000 +0100
@@ -1 +1,2 @@
-dist/*.js /usr/share/javascript/jquery/
+dist/jquery.js /usr/share/javascript/jquery
+dist/jquery.lite.js /usr/share/javascript/jquery
diff -Nru jquery-1.2.6/debian/links jquery-1.2.6/debian/links
--- jquery-1.2.6/debian/links 2008-07-18 16:52:02.000000000 +0200
+++ jquery-1.2.6/debian/links 2009-01-09 19:42:59.000000000 +0100
@@ -1,2 +1,2 @@
-/usr/share/javascript/jquery/jquery.pack.js /usr/share/javascript/jquery/jquery.js
-
+/usr/share/javascript/jquery/jquery.js /usr/share/javascript/jquery/jquery.min.js
+/usr/share/javascript/jquery/jquery.js /usr/share/javascript/jquery/jquery.pack.js
More information about the Pkg-javascript-devel
mailing list