--- jqueryui-1.7.2.orig/debian/control +++ jqueryui-1.7.2/debian/control @@ -0,0 +1,31 @@ +Source: jqueryui +Section: web +Priority: optional +Maintainer: Debian Javascript Maintainers +Uploaders: Walter Cruz , Marcelo Jorge Vieira (metal) +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.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 +DM-Upload-Allowed: yes + +Package: libjs-jquery-ui +Architecture: all +Depends: ${misc:Depends}, libjs-jquery (>=1.3.2) +Recommends: javascript-common, 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. --- jqueryui-1.7.2.orig/debian/changelog +++ jqueryui-1.7.2/debian/changelog @@ -0,0 +1,21 @@ +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 --- jqueryui-1.7.2.orig/debian/compat +++ jqueryui-1.7.2/debian/compat @@ -0,0 +1 @@ +7 --- jqueryui-1.7.2.orig/debian/README.Debian +++ jqueryui-1.7.2/debian/README.Debian @@ -0,0 +1,28 @@ +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 --- jqueryui-1.7.2.orig/debian/libjs-jquery-ui-docs.examples +++ jqueryui-1.7.2/debian/libjs-jquery-ui-docs.examples @@ -0,0 +1 @@ +development-bundle/demos/* --- jqueryui-1.7.2.orig/debian/libjs-jquery-ui.docs +++ jqueryui-1.7.2/debian/libjs-jquery-ui.docs @@ -0,0 +1 @@ +development-bundle/AUTHORS.txt \ No newline at end of file --- jqueryui-1.7.2.orig/debian/rules +++ jqueryui-1.7.2/debian/rules @@ -0,0 +1,35 @@ +#!/usr/bin/make -f + +PKG_PATH:=/usr/share/javascript/jquery-ui +JS_FILE:=$$(basename js/jquery-ui-*.custom.min.js) +CSS_FILE:=$$(basename css/smoothness/jquery-ui-*.custom.css) +DH_LINKS_FILE:=debian/libjs-jquery-ui.links + +clean: + dh clean + rm -f $(DH_LINKS_FILE) + +build: build-arch build-indep + +build-arch: + +build-indep: + dh build + +install: + +binary: binary-arch binary-indep + +binary-arch: build-arch + +binary-indep: build-indep + dh binary-indep --before dh_install + dh_install + echo "$(PKG_PATH)/$(JS_FILE) $(PKG_PATH)/jquery-ui.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 $(PKG_PATH)/css/css/smoothness" >> \ + $(DH_LINKS_FILE) + dh binary-indep --remaining + +.PHONY: clean build install binary binary-arch binary-indep --- jqueryui-1.7.2.orig/debian/copyright +++ jqueryui-1.7.2/debian/copyright @@ -0,0 +1,231 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=143 +Upstream-Name: jQueryUI +Upstream-Source: http://jqueryui.com/repository/files/jquery-ui-personalized-1.5.3.zip + +Files: * +Homepage: http://jqueryui.com/ +Copyright: + (c) 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 | MIT + +File: development-bundle/jquery-1.3.2.js +Copyright: Copyright (c) 2008 John Resig (jquery.com) +License: GPL-2 | MIT + +File: development-bundle/theme/ui.all.css +Copyright: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-ar.js +Copyright: Khaled Al Horani -- koko.dw@gmail.com +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-bg.js +Copyright: Stoyan Kyosev (http://svest.org) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-ca.js +Copyright: joan.leon@gmail.com +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-cs.js +Copyright: Tomas Muller (tomas@tomas-muller.net) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-da.js +Copyright: Jan Christensen ( deletestuff@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-de.js +Copyright: Milian Wolff (mail@milianw.de) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-el.js +Copyright: Alex Cicovic (http://www.alexcicovic.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-eo.js +Copyright: Olivier M. (olivierweb@ifrance.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-es.js +Copyright: Vester (xvester@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-fa.js +Copyright: Javad Mowlanezhad -- jmowla@gmail.com +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-fi.js +Copyright: Harri Kilpi� (harrikilpio@gmail.com) +License: GPL-2 | MIT + +File: 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 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-he.js +Copyright: Amir Hardon (ahardon at gmail dot com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-hr.js +Copyright: Vjekoslav Nesek +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-hu.js +Copyright: Istvan Karaszi (jquerycalendar@spam.raszi.hu) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-hu.js +Copyright: Levon Zakaryan (levon.zakaryan@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-id.js +Copyright: Deden Fathurahman (dedenf@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-is.js +Copyright: Haukur H. Thorsson (haukur@eskill.is) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-it.js +Copyright: paella (apaella@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-ja.js +Copyright: Kentaro SATO (kentaro@ranvis.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-ko.js +Copyright: DaeKwon Kang (ncrash.dk@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-lt.js +Copyright: Arturas Paleicikas +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-lv.js +Copyright: Arturas Paleicikas +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-ms.js +Copyright: Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-nl.js +Copyright: Mathias Bynens +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-no.js +Copyright: Naimdjon Takhirov (naimdjon@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-pl.js +Copyright: Jacek Wysocki (jacek.wysocki@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-pt-BR.js +Copyright: Leonildo Costa Silva (leocsilva@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-ro.js +Copyright: Edmond L. (ll_edmond@walla.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-ru.js +Copyright: Andrew Stromnov (stromnov@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-sk.js +Copyright: Vojtech Rinik (vojto@hmm.sk) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-sl.js +Copyright: Jaka Jancar (jaka@kubje.org) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-sq.js +Copyright: Flakron Bytyqi (flakron@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-sv.js +Copyright: Anders Ekdahl ( anders@nomadiz.se) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-th.js +Copyright: pipo (pipo@sixhead.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-tr.js +Copyright: Izzet Emre Erkan (kara@karalamalar.net) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-uk.js +Copyright: Maxim Drogobitskiy (maxdao@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-zh-CN.js +Copyright: Cloudream (cloudream@gmail.com) +License: GPL-2 | MIT + +File: development-bundle/ui/i18n/ui.datepicker-zh-TW.js +Copyright: Ressol (ressol@gmail.com) +License: GPL-2 | MIT + +Files: debian/* +Copyright: (c) 2009, Walter Cruz +License: GPL-2 | 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. --- jqueryui-1.7.2.orig/debian/libjs-jquery-ui.install +++ jqueryui-1.7.2/debian/libjs-jquery-ui.install @@ -0,0 +1,4 @@ +js/jquery-ui-*.custom.min.js /usr/share/javascript/jquery-ui +css/ /usr/share/javascript/jquery-ui +development-bundle/themes /usr/share/javascript/jquery-ui +development-bundle/ui /usr/share/javascript/jquery-ui --- jqueryui-1.7.2.orig/debian/libjs-jquery-ui-docs.docs +++ jqueryui-1.7.2/debian/libjs-jquery-ui-docs.docs @@ -0,0 +1 @@ +development-bundle/docs/ \ No newline at end of file