debian/0000755000000000000000000000000012111033727007163 5ustar debian/control0000644000000000000000000000236712111032353010570 0ustar Source: jqueryui Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Marcelo Jorge Vieira (metal) Build-Depends: debhelper (>= 7.0.50~), yui-compressor Standards-Version: 3.9.3 Homepage: http://jqueryui.com/ Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jqueryui.git Vcs-Git: git://git.debian.org/pkg-javascript/jqueryui.git Package: libjs-jquery-ui Architecture: all Depends: ${misc:Depends}, libjs-jquery (>= 1.6) Recommends: javascript-common Suggests: libjs-jquery-ui-docs Description: JavaScript UI library for dynamic web applications jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. Package: libjs-jquery-ui-docs Section: doc Architecture: all Depends: ${misc:Depends}, libjs-jquery-ui Description: Documentation for JQuery-UI jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. debian/README.Debian0000644000000000000000000000251411707612577011246 0ustar jqueryui for Debian ------------------- In order to make use of jqueryui in your html, include the following lines in your html header: The files 'jquery-ui.js' and 'jquery-ui.css' contains ALL the jquery-ui effects and widgets. You can find the non minified version of the file with all the effects in /usr/share/javascript/jquery-ui/ui. If you just want to pick some effect, you find the files for each effect in /usr/share/javascript/jqeury-ui, but you will need to pay attention to the files dependencies. A good way to check it is using the web interface to download jquery at http://jqueryui.com/download -- Walter Cruz Wed, 25 Feb 2009 18:59:04 -0300 Explain why dfsg-packaging -------------------------- jQuery-UI originally comes with minified files and external tools. However, it violates the Debian Policy. See the 'get-orig-source' rule in debian/rules for the files removed from upstream tarball. -- Marcelo Jorge Vieira Mon, 09 May 2011 16:30:21 -0300 debian/compat0000644000000000000000000000000211707612577010401 0ustar 7 debian/rules0000755000000000000000000000460312111031457010244 0ustar #!/usr/bin/make -f PKG_PATH:=/usr/share/javascript/jquery-ui JS_FILE:=$$(basename development-bundle/ui/jquery-ui.custom.js) JS_MIN_FILE:=$$(basename development-bundle/ui/jquery-ui.custom.min.js) CSS_FILE:=$$(basename css/smoothness/jquery-ui-*.custom.css) CSS_MIN_FILE:=$$(basename css/smoothness/jquery-ui-*.custom.min.css) DH_LINKS_FILE:=debian/libjs-jquery-ui.links %: dh $@ override_dh_auto_build: for file in `find development-bundle/ui/jquery* -name '*.js'`; do \ yui-compressor $$file -o $${file%.js}.min.js; \ done for file in `find css/smoothness/ -name '*.css'`; do \ yui-compressor $$file -o $${file%.css}.min.css; \ done echo "$(PKG_PATH)/ui/$(JS_FILE) $(PKG_PATH)/jquery-ui.js" > $(DH_LINKS_FILE) echo "$(PKG_PATH)/ui/$(JS_MIN_FILE) $(PKG_PATH)/jquery-ui.min.js" >> $(DH_LINKS_FILE) echo "$(PKG_PATH)/css/smoothness/$(CSS_FILE) $(PKG_PATH)/css/smoothness/jquery-ui.css" >> $(DH_LINKS_FILE) echo "$(PKG_PATH)/css/smoothness/$(CSS_MIN_FILE) $(PKG_PATH)/css/smoothness/jquery-ui.min.css" >> $(DH_LINKS_FILE) dh_auto_build override_dh_auto_clean: rm -f $(DH_LINKS_FILE) for file in `find development-bundle/ui/ -name '*.min.js'`; do \ rm -f $$file; \ done for file in `find css/smoothness/ -name '*.min.css'`; do \ rm -f $$file; \ done dh_auto_clean get-orig-source: OUTDIR=$$PWD ; \ MAKEFILE=`echo $(MAKEFILE_LIST) | awk '{ print $$1 }'` ; \ FILE=`readlink -f $$MAKEFILE` ; \ DIR=`dirname $$FILE` ; \ cd $$DIR/.. ; \ TMP=`mktemp -d` ; \ if ! USCAN=`uscan --destdir $$TMP` ; then exit 1 ; fi ; \ VERSION=`echo $$USCAN | sed -n 's/.*Newer version (\(.*\)) available.*/\1/p'` ; \ cd $$TMP ; \ mkdir jqueryui-$$VERSION; \ unzip -o -q jquery-ui-$$VERSION.custom.zip -d jqueryui-$$VERSION; \ cd jqueryui-$$VERSION ; \ mv jquery-ui-$$VERSION.custom/* . ; \ rm -rf jquery-ui-$$VERSION.custom ; \ rm -rf js ; \ rm -f css/smoothness/*.min.css ; \ rm -f development-bundle/jquery-*.js ; \ rm -f development-bundle/grunt.js ; \ rm -rf development-bundle/external ; \ rm -rf development-bundle/ui/minified/ ; \ rm -rf development-bundle/themes/base/minified/ ; \ rm -rf development-bundle/themes/smoothness/minified/ ; \ cd .. ; \ tar c jqueryui-$$VERSION | gzip -9 > jqueryui_$$VERSION+dfsg.orig.tar.gz ; \ rm -rf jqueryui-$$VERSION ; \ mv jqueryui_$$VERSION+dfsg.orig.tar.gz $$OUTDIR ; \ cd $$OUTDIR ; \ rm -rf $$TMP ; \ echo Saved file at jqueryui_$$VERSION+dfsg.orig.tar.gz debian/libjs-jquery-ui.install0000644000000000000000000000027211767733452013631 0ustar css/ /usr/share/javascript/jquery-ui development-bundle/themes /usr/share/javascript/jquery-ui development-bundle/ui /usr/share/javascript/jquery-ui debian/libjs-jquery-ui-docs.examples0000644000000000000000000000003311707612577014720 0ustar development-bundle/demos/* debian/changelog0000644000000000000000000000771512111032357011045 0ustar jqueryui (1.10.1+dfsg-1) unstable; urgency=low * New Upstream Version * Fixed watch file * Bump jQuery dependency to 1.6 * Updating debian/rules + Updating get-orig-source rule + Updating path to JS files -- Marcelo Jorge Vieira (metal) Tue, 19 Feb 2013 22:56:19 -0300 jqueryui (1.8.ooops.23+dfsg-1) experimental; urgency=low * New Upstream Version -- Marcelo Jorge Vieira (metal) Wed, 22 Aug 2012 17:34:44 -0300 jqueryui (1.8.ooops.21+dfsg-2) unstable; urgency=low * Minifying effects and UI files (Closes: #677619) -- Marcelo Jorge Vieira (metal) Mon, 18 Jun 2012 19:28:36 -0300 jqueryui (1.8.ooops.21+dfsg-1) unstable; urgency=low * New Upstream Version -- Marcelo Jorge Vieira (metal) Tue, 12 Jun 2012 16:41:58 -0300 jqueryui (1.8.ooops.20+dfsg-1) unstable; urgency=low * New Upstream Version * Updated Standards-Version to 3.9.3 + Machine-readable debian/copyright version 1.0 -- Marcelo Jorge Vieira (metal) Sun, 06 May 2012 18:57:28 -0300 jqueryui (1.8.ooops.18+dfsg-1) unstable; urgency=low * New Upstream Version -- Marcelo Jorge Vieira (metal) Thu, 01 Mar 2012 19:48:59 -0300 jqueryui (1.8.ooops.17+dfsg-1) unstable; urgency=low * New Upstream Version -- Marcelo Jorge Vieira (metal) Tue, 24 Jan 2012 18:19:02 -0200 jqueryui (1.8.ooops.16+dfsg-1) unstable; urgency=low * New Upstream Version * Fixed JavaScript error (Closes: #637229) -- Marcelo Jorge Vieira (metal) Thu, 01 Sep 2011 14:57:09 -0300 jqueryui (1.8.ooops.14+dfsg-1) unstable; urgency=low * New Upstream Version -- Marcelo Jorge Vieira (metal) Tue, 05 Jul 2011 20:00:28 -0300 jqueryui (1.8.ooops.12+dfsg-1) unstable; urgency=low * New Upstream version (Closes: #619875) * Updated Standards-Version to 3.9.1 (no changes) * Create get-orig-source rule to remove some files from source * Explain why dfsg-packaging (Closes: #621068) * Removing Walter Cruz from uploaders * Updating watch file to the new version scheme -- Marcelo Jorge Vieira (metal) Mon, 09 May 2011 16:12:41 -0300 jqueryui (1.8.dfsg-3) unstable; urgency=high * Fixed FTBFS: /bin/sh: yui-compressor: not found (Closes: #581332) -- Marcelo Jorge Vieira (metal) Wed, 12 May 2010 10:33:10 -0300 jqueryui (1.8.dfsg-2) unstable; urgency=high * Fixed broken link (Closes: #578482) -- Marcelo Jorge Vieira (metal) Tue, 20 Apr 2010 13:41:43 -0300 jqueryui (1.8.dfsg-1) unstable; urgency=high * New Upstream version (Closes: #577607) * Changed jQuery dependency from 1.3.2 to 1.4 * Removed DM-Upload-Allowed field * Generating jquery-ui minified files from source * Removed unnecessary symlink * Minimizing rules file * Switch to dpkg-source 3.0 (quilt) format -- Marcelo Jorge Vieira (metal) Mon, 19 Apr 2010 00:31:44 -0300 jqueryui (1.7.2-2) unstable; urgency=low * Added watch file * Downgrading 'libjs-jquery-ui-docs' from Recommends to Suggests * Changing my email for Debian address * Updating Standards-Version to 3.8.4 (no changes) -- Marcelo Jorge Vieira (metal) Thu, 08 Apr 2010 11:51:29 -0300 jqueryui (1.7.2-1) unstable; urgency=low [ Walter Cruz ] * New Upstream Version (Closes: #539210) * Upgrading Standards-Version to 3.8.3 [ Marcelo Jorge Vieira ] * Refactoring README.Debian file * Replaced VCS field with team address * Removed trailing spaces in debian/control file * Refactoring debian/libjs-jquery-ui.install file * Fixed path to css folder * Created symlinks to avoid changes in README.Debian (Closes: #539212) -- Marcelo Jorge Vieira (metal) Fri, 04 Sep 2009 16:17:25 -0300 jqueryui (1.7.1-1) unstable; urgency=low * Initial release (Closes: #515762) -- Walter Cruz Tue, 24 Mar 2009 10:32:35 -0300 debian/watch0000644000000000000000000000021212111013551010200 0ustar version=3 opts="dversionmangle=s/(.*).ooops.(.*)\+dfsg(.?\d+)?$/$1.$2/" \ http://jqueryui.com/ \ .*download/jquery-ui-(.*).custom.zip debian/copyright0000644000000000000000000001665411751575316011150 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jQueryUI Source: http://jqueryui.com/ Files: * Homepage: http://jqueryui.com/ Copyright: 2008 Paul Bakaus (ui.jquery.com) Brandon Aaron David Bolter Rich Caloggero Chi Cheng (cloudream@gmail.com) Colin Clark (http://colin.atrc.utoronto.ca/) Michelle D'Souza Aaron Eisenberger (aaronchi@gmail.com) Ariel Flesler Bohdan Ganicky Scott González Marc Grabanski (m@marcgrabanski.com) Klaus Hartl (stilbuero.de) Scott Jehl Cody Lindley Eduardo Lundgren (eduardolundgren@gmail.com) Todd Parker John Resig Patty Toland Ca-Phun Ung (yelotofu.com) Keith Wood (kbwood@virginbroadband.com.au) Maggie Costello Wachs Richard D. Worth (rdworth.org) Jörn Zaefferer (bassistance.de) License: GPL-2 or MIT Files: development-bundle/jquery-1.3.2.js Copyright: Copyright (c) 2008 John Resig (jquery.com) License: GPL-2 or MIT Files: development-bundle/theme/ui.all.css Copyright: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-ar.js Copyright: Khaled Al Horani -- koko.dw@gmail.com License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-bg.js Copyright: Stoyan Kyosev (http://svest.org) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-ca.js Copyright: joan.leon@gmail.com License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-cs.js Copyright: Tomas Muller (tomas@tomas-muller.net) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-da.js Copyright: Jan Christensen ( deletestuff@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-de.js Copyright: Milian Wolff (mail@milianw.de) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-el.js Copyright: Alex Cicovic (http://www.alexcicovic.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-eo.js Copyright: Olivier M. (olivierweb@ifrance.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-es.js Copyright: Vester (xvester@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-fa.js Copyright: Javad Mowlanezhad -- jmowla@gmail.com License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-fi.js Copyright: Harri Kilpi� (harrikilpio@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-fr.js Copyright: Keith Wood (kbwood@virginbroadband.com.au) and Stéphane Nahmani (sholby@sholby.net) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-he.js Copyright: Amir Hardon (ahardon at gmail dot com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-hr.js Copyright: Vjekoslav Nesek License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-hu.js Copyright: Istvan Karaszi (jquerycalendar@spam.raszi.hu) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-hu.js Copyright: Levon Zakaryan (levon.zakaryan@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-id.js Copyright: Deden Fathurahman (dedenf@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-is.js Copyright: Haukur H. Thorsson (haukur@eskill.is) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-it.js Copyright: paella (apaella@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-ja.js Copyright: Kentaro SATO (kentaro@ranvis.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-ko.js Copyright: DaeKwon Kang (ncrash.dk@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-lt.js Copyright: Arturas Paleicikas License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-lv.js Copyright: Arturas Paleicikas License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-ms.js Copyright: Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-nl.js Copyright: Mathias Bynens License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-no.js Copyright: Naimdjon Takhirov (naimdjon@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-pl.js Copyright: Jacek Wysocki (jacek.wysocki@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-pt-BR.js Copyright: Leonildo Costa Silva (leocsilva@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-ro.js Copyright: Edmond L. (ll_edmond@walla.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-ru.js Copyright: Andrew Stromnov (stromnov@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-sk.js Copyright: Vojtech Rinik (vojto@hmm.sk) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-sl.js Copyright: Jaka Jancar (jaka@kubje.org) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-sq.js Copyright: Flakron Bytyqi (flakron@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-sv.js Copyright: Anders Ekdahl ( anders@nomadiz.se) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-th.js Copyright: pipo (pipo@sixhead.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-tr.js Copyright: Izzet Emre Erkan (kara@karalamalar.net) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-uk.js Copyright: Maxim Drogobitskiy (maxdao@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-zh-CN.js Copyright: Cloudream (cloudream@gmail.com) License: GPL-2 or MIT Files: development-bundle/ui/i18n/ui.datepicker-zh-TW.js Copyright: Ressol (ressol@gmail.com) License: GPL-2 or MIT Files: debian/* Copyright: (c) 2009, Walter Cruz License: GPL-2 or MIT License: GPL-2 On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. License: MIT Copyright (c) 2009 Paul Bakaus, http://ui.jquery.com/ . This software consists of voluntary contributions made by many individuals (AUTHORS.txt, http://ui.jquery.com/about) For exact contribution history, see the revision history and logs, available at http://jquery-ui.googlecode.com/svn/ . 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. debian/source/0000755000000000000000000000000011707612577010503 5ustar debian/source/format0000644000000000000000000000001411707612577011711 0ustar 3.0 (quilt) debian/libjs-jquery-ui-docs.docs0000644000000000000000000000003011707612577014027 0ustar development-bundle/docs/debian/libjs-jquery-ui.docs0000644000000000000000000000003611707612577013107 0ustar development-bundle/AUTHORS.txt