debian/0000755000000000000000000000000012165550547007200 5ustar debian/links0000644000000000000000000000040012143471356010231 0ustar /usr/share/javascript/jquery/jquery.min.js /usr/share/javascript/jquery/jquery.pack.js /usr/share/javascript/jquery/jquery.min.js /usr/share/javascript/jquery/jquery.lite.js /usr/share/javascript/jquery/jquery.js /usr/share/javascript/jquery/jquery.min.js debian/control0000644000000000000000000000200312165546336010577 0ustar Source: jquery Section: web Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Javascript Maintainers Uploaders: Marcelo Jorge Vieira (metal) , Steve Kemp Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.3 Homepage: http://jquery.com/ Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jquery.git Vcs-Git: git://git.debian.org/git/pkg-javascript/jquery.git Package: libjs-jquery Architecture: all Multi-Arch: foreign Conflicts: jquery Replaces: jquery Breaks: movabletype-opensource (<< 5.1.4+dfsg-3~) Depends: ${misc:Depends} Suggests: javascript-common Description: JavaScript library for dynamic web applications jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript. debian/watch0000644000000000000000000000017312052324614010217 0ustar version=3 opts="dversionmangle=s/[+]dfsg(.?\d+)?$//" \ http://docs.jquery.com/Downloading_jQuery \ .*jquery-([\d\.]+).js debian/README.Debian0000644000000000000000000000213112052324614011223 0ustar jquery for Debian ----------------- If you wish to include jQuery in your HTML files which are served via a webserver you should add the following lines to your section: If you're generating files which are going to be served via the filesystem (such that no HTTP server is used) instead you should access jQuery via the filesystem path : -- Steve Kemp Tue, 19 Oct 2010 08:44:80 +0000 Explain why dfsg-packaging -------------------------- jQuery originally comes with jshint.js and this file is licensed under MIT license with one added sentence: 'The Software shall be used for Good, not Evil.' However, it violates the Debian Policy. If you want to build jQuery with tests, get jshint.js wget -q -O build/lib/jshint.js http://www.jshint.com/src/js/jshint.js -- Marcelo Jorge Vieira Thu, 15 Nov 2012 14:29:12 -0200 debian/source/0000755000000000000000000000000011523076157010475 5ustar debian/source/format0000644000000000000000000000001412046573252011702 0ustar 3.0 (quilt) debian/install0000644000000000000000000000012211531426567010564 0ustar dist/*.js /usr/share/javascript/jquery version.txt /usr/share/javascript/jquery debian/rules0000755000000000000000000000021712143471356010254 0ustar #!/usr/bin/make -f build %: dh $@ override_dh_auto_clean: rm -rf dist/ dh_clean override_dh_clean: rm -rf dist/ dh_clean .PHONY: build debian/compat0000644000000000000000000000000211347551714010374 0ustar 7 debian/patches/0000755000000000000000000000000012143471356010623 5ustar debian/patches/build.patch0000644000000000000000000000124612052324614012737 0ustar --- jquery.orig/Makefile 2012-05-22 11:55:47.000000000 -0300 +++ jquery/Makefile 2012-05-22 22:04:41.000000000 -0300 @@ -5,8 +5,8 @@ PREFIX = . DIST_DIR = ${PREFIX}/dist -JS_ENGINE ?= `which node nodejs 2>/dev/null` -COMPILER = ${JS_ENGINE} ${BUILD_DIR}/uglify.js --unsafe +JS_ENGINE ?= `which node 2>/dev/null || which nodejs 2>/dev/null` +COMPILER = `which uglifyjs 2>/dev/null` --unsafe POST_COMPILER = ${JS_ENGINE} ${BUILD_DIR}/post-compile.js BASE_FILES = ${SRC_DIR}/core.js\ @@ -42,7 +42,7 @@ JQ_VER = $(shell cat version.txt) VER = sed "s/@VERSION/${JQ_VER}/" -DATE=$(shell git log -1 --pretty=format:%ad) +DATE=$(shell date) all: update_submodules core debian/patches/series0000644000000000000000000000003012143471356012031 0ustar build.patch no-min.diff debian/patches/no-min.diff0000644000000000000000000000035112143471356012651 0ustar --- jquery-1.7.2+debian.orig/Makefile +++ jquery-1.7.2+debian/Makefile @@ -46,7 +46,7 @@ DATE=$(shell date) all: update_submodules core -core: jquery min hint size +core: jquery @@echo "jQuery build complete." ${DIST_DIR}: debian/changelog0000644000000000000000000001640712165550525011056 0ustar jquery (1.7.2+dfsg-2ubuntu1) saucy; urgency=low * Sync with Debian (LP: #1197055). Remaining change: - debian/control: Suggest rather than recommend javascript-common; it's in universe and we don't necessarily need to publish these scripts via http -- Jeremy Bicha Tue, 02 Jul 2013 13:24:53 -0400 jquery (1.7.2+dfsg-2) unstable; urgency=high * Added Breaks to movabletype-opensource (Closes: #700527) Thanks Dominic Hargreaves and gregor herrmann -- Marcelo Jorge Vieira (metal) Sat, 11 May 2013 13:34:03 -0300 jquery (1.7.2+dfsg-1) unstable; urgency=high * Removed non-free files in upstream tarball (Closes: #692618) -- Marcelo Jorge Vieira (metal) Thu, 15 Nov 2012 13:11:00 -0200 jquery (1.7.2+debian-2.1) unstable; urgency=high * Non-maintainer upload. * Don't ship minified js, uglify is not in wheezy (closes: #679665). * Make build a phony target explicitly, since there's a build directory in the source package. -- Julien Cristau Sat, 04 Aug 2012 08:26:20 +0200 jquery (1.7.2+debian-2) unstable; urgency=low * libjs-jquery package should be marked Multi-Arch: foreign (Closes: #676838); Thanks Nicolas Le Cam -- Marcelo Jorge Vieira (metal) Thu, 14 Jun 2012 12:18:51 -0300 jquery (1.7.2+debian-1) unstable; urgency=high * Distfile does not contain complete source code (Closes: #665968) + Repacking tarball to add necessary build files + Using uglify to minify files + Updating copyright file -- Marcelo Jorge Vieira (metal) Tue, 22 May 2012 21:26:51 -0300 jquery (1.7.2-1) unstable; urgency=low * New upstream release * Updated Standards-Version to 3.9.3 + Machine-readable debian/copyright version 1.0 -- Marcelo Jorge Vieira (metal) Sun, 25 Mar 2012 20:19:22 -0300 jquery (1.7.1-1) unstable; urgency=low * New upstream release -- Marcelo Jorge Vieira (metal) Sat, 24 Dec 2011 13:08:57 -0200 jquery (1.7-1) unstable; urgency=low * New upstream release (Closes: #649440) -- Marcelo Jorge Vieira (metal) Sun, 20 Nov 2011 22:14:10 -0200 jquery (1.6.4-1) unstable; urgency=low * New upstream release -- Marcelo Jorge Vieira (metal) Mon, 26 Sep 2011 12:30:46 -0300 jquery (1.6.2-1) unstable; urgency=low * New upstream release -- Marcelo Jorge Vieira (metal) Thu, 14 Jul 2011 15:04:32 -0300 jquery (1.6.1-1) unstable; urgency=low * New upstream release (Closes: #628052) -- Marcelo Jorge Vieira (metal) Sun, 29 May 2011 20:21:27 -0300 jquery (1.5.1-1) unstable; urgency=low * New upstream release -- Marcelo Jorge Vieira (metal) Sat, 26 Feb 2011 23:36:04 -0300 jquery (1.5-3) unstable; urgency=low * Installing version.txt (Closes: #595001) -- Marcelo Jorge Vieira (metal) Thu, 24 Feb 2011 07:08:06 -0300 jquery (1.5-2) unstable; urgency=low [Steve kemp] * Updated to mention the filesystem-path, as per #596212 -- Marcelo Jorge Vieira (metal) Fri, 04 Feb 2011 20:25:02 -0200 jquery (1.5-1) unstable; urgency=low * New upstream release * Updated Standards-Version to 3.9.1 (no changes) * Switch to dpkg-source 3.0 (quilt) format -- Marcelo Jorge Vieira (metal) Thu, 03 Feb 2011 22:47:43 -0200 jquery (1.4.2-2) unstable; urgency=low * Setting debhelper version to >= 7.0.50~ - Fixed lintian warning about debhelper overrides. -- Marcelo Jorge Vieira (metal) Wed, 17 Mar 2010 23:14:37 -0300 jquery (1.4.2-1) unstable; urgency=low * New upstream release * Fixed watch file * Updating package to debhelper 7 * Minimizing rules file * Generating jquery minified from source (Closes: #571786) -- Marcelo Jorge Vieira (metal) Mon, 15 Mar 2010 21:28:46 -0300 jquery (1.4.1-1) unstable; urgency=low * New upstream release (Closes: #568143) * Updated Standards-Version to 3.8.4 (no changes) * Changing my email for Debian address -- Marcelo Jorge Vieira (metal) Wed, 03 Feb 2010 00:06:22 -0200 jquery (1.4-1) unstable; urgency=low [Steve Kemp] * New upstream release. -- Steve Kemp Thu, 14 Jan 2010 17:39:30 +0200 jquery (1.3.3-2) unstable; urgency=low [ Steve Kemp ] * Removed all non-Debian/ files. We should work from the .orig.gz * Added. * Updated to use a -release.zip not the .js file for looking for releases. [ Daniel Baumann ] * Removing myself from uploaders. -- Daniel Baumann Wed, 26 Aug 2009 17:39:30 +0200 jquery (1.3.3-1) unstable; urgency=high [ Steve Kemp ] * Re-upload with orig.tar.gz file present, unfortunately this means bumping the release number, but that is a small price to pay. (Closes: #526228) * Updated to standards version 3.8.1 -- Steve Kemp Tue, 19 May 2009 21:11:01 +0000 jquery (1.3.2-2) unstable; urgency=high [ Steve Kemp ] * Correctly update the .min.js, .light.js, and .packaged.js files to be symlinks. - My own bad git usage. -- Steve Kemp Thu, 26 Feb 2009 16:00:16 +0000 jquery (1.3.2-1) unstable; urgency=low [ Steve Kemp ] * Updated to release 1.3.2 of jquery. (Closes: #515112) -- Steve Kemp Thu, 26 Feb 2009 15:55:51 +0000 jquery (1.2.6-2) unstable; urgency=medium [ Daniel Baumann ] * Updating to standards 3.8.0. [ Steve Kemp ] * Updated to the new 1.2.6 release * Correct the name of the library [ Daniel Baumann ] * Removing 'files' from unclean build. * Removing useless empty line at the end of links file. * Temporarily don't install packaged javascript files compressed by upstream until we have yuicompressor in the archive. To not break existing installations, symlinks to uncompressed jquery.js are shipped. * Correcting wrong symlinks of previous commit, thanks to Christian Hammers (Closes: #495178). -- Daniel Baumann Sat, 10 Jan 2009 14:21:00 -0500 jquery (1.2.6-1) unstable; urgency=low [ Steve Kemp ] * New upstream release -- Steve Kemp Fri, 18 Jul 2008 15:55:55 +0000 jquery (1.2.3-4) unstable; urgency=low [ Steve Kemp ] * Moved to collaborative hosting: - http://git.debian.org/git/pkg-javascript/ [ Daniel Baumann ] * Downgrading relation to javascript-common from depends to recommends. * Removing useless empty line on top of README.Debian. * Removing explicit appearance of README.Debian in dh_installdocs call, since this is taken automatically anyway. -- Steve Kemp Sat, 10 May 2008 16:17:18 +0000 jquery (1.2.3-3) unstable; urgency=medium * Renamed the binary package from 'jquery' to 'libjs-jquery' to follow the very early Javascript policy. -- Steve Kemp Sun, 6 Apr 2008 15:44:51 +0000 jquery (1.2.3-2) unstable; urgency=high * Updated to follow the very early Javascript policy. - Install files beneath /usr/share/javascript -- Steve Kemp Sat, 5 Apr 2008 15:14:13 +0000 jquery (1.2.3-1) unstable; urgency=low * Initial release. (Closes: #473125) -- Steve Kemp Fri, 28 Mar 2008 15:14:13 +0000 debian/copyright0000644000000000000000000000734012052324614011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jQuery Source: http://jquery.com/ Comment: For more details on developers please see http://docs.jquery.com/Contributors Files: * Copyright: 2005-2011 John Resig, Brandon Aaron & Jörn Zaefferer License: GPL-2 or MIT Files: src/selector.js Copyright: 2011, The Dojo Foundation License: MIT or BSD or GPL-2 Files: src/sizzle/* Copyright: 2011, The Dojo Foundation License: MIT or BSD or GPL-2 Files: test/qunit/* Copyright: 2011, John Resig 2011, Jörn Zaefferer License: GPL-2 or MIT Files: test/qunit/qunit.js Copyright: 2011, John Resig 2011, Jörn Zaefferer 2008, Ariel Flesler License: GPL-2 or MIT, and BSD Files: debian/* Copyright: 2008 Steve Kemp 2010 Marcelo Jorge Vieira License: GPL-2 or MIT License: GPL-2 On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: MIT Copyright (c) 2011 John Resig, http://jquery.com/ . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: BSD Copyright (c) 2009, John Resig All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY John Resig ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/README.Sources0000644000000000000000000000054211347550652011501 0ustar GIT Usage --------- I've updated this package such that only the debian/ tree is stored in git, which I think makes sense. For minor updates to the package we can get the orig.tar.gz via "apt-get source .." For new releases we merely need to download the latest .zip and repack as jquery-x.y.z.orig.tar.gz - making no other changes. Steve --