debian/0000755000000000000000000000000012241705263007170 5ustar debian/gbp.conf0000644000000000000000000000003612123135554010605 0ustar [DEFAULT] pristine-tar = True debian/source/0000755000000000000000000000000012123130646010464 5ustar debian/source/format0000644000000000000000000000001412123130646011672 0ustar 3.0 (quilt) debian/libjs-jquery-colorbox.examples0000644000000000000000000000002112130623207015160 0ustar example1 content debian/control0000644000000000000000000000212712176557307010610 0ustar Source: jquery-colorbox Section: web Priority: optional Maintainer: Agustin Henze Build-Depends: debhelper (>= 9) Build-Depends-Indep: slimit Standards-Version: 3.9.4 Homepage: http://www.jacklmoore.com/colorbox Vcs-Git: git://anonscm.debian.org/collab-maint/jquery-colorbox.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/jquery-colorbox.git Package: libjs-jquery-colorbox Architecture: all Depends: ${misc:Depends}, libjs-jquery Recommends: javascript-common Description: jQuery customizable lightbox A lightweight customizable lightbox plugin for jQuery. It supports photos, photo groups, slideshow, Ajax, inline, and Iframed content. . Features: * Lightweight: 10KB of JavaScript (less than 5KBs gzipped). * Appearance is controlled through CSS so it can be restyled. * Can be extended with callbacks & event-hooks without altering the source files. * Completely unobtrusive, options are set in the JS and require no changes to existing HTML. * Preloads upcoming images in a photo group. * Well vetted. ColorBox is one of the top jQuery plugins. debian/libjs-jquery-colorbox.dirs0000644000000000000000000000004612151500442014310 0ustar /usr/share/javascript/jquery-colorbox debian/rules0000755000000000000000000000212312176556701010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 # UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -n -e's/^Version: \(.*\)-[^-]\+/\1/p') %: dh $@ override_dh_auto_install: slimit -m \ jquery.colorbox.js \ > \ debian/libjs-jquery-colorbox/usr/share/javascript/jquery-colorbox/jquery.colorbox-min.js override_dh_installexamples: dh_installexamples find debian/libjs-jquery-colorbox/usr/share/doc/libjs-jquery-colorbox/examples \ -name "*.html" \ -type f \ -exec sed \ -i 's@script src=".*jquery.min.js"@script src="/usr/share/javascript/jquery/jquery.min.js"@g;s@script src="../jquery.colorbox.js"@script src="/usr/share/javascript/jquery-colorbox/jquery.colorbox.js"@g' \ '{}' \; override_dh_installchangelogs: dh_installchangelogs README.md get-orig-source: @if [ ! -d "debian" ] ; then \ echo 'Run this from the top directory of the Debian source' >&2; \ exit 1; \ fi wget https://github.com/jackmoore/colorbox/archive/$(UPSTREAM_VERSION).tar.gz \ -O ../jquery-colorbox_$(UPSTREAM_VERSION).orig.tar.gz; debian/libjs-jquery-colorbox.install0000644000000000000000000000014412130631361015016 0ustar i18n /usr/share/javascript/jquery-colorbox jquery.colorbox.js /usr/share/javascript/jquery-colorbox debian/changelog0000644000000000000000000000340712241705213011041 0ustar jquery-colorbox (1.4.33-1) unstable; urgency=low * Imported Upstream version 1.4.33 -- Agustin Henze Sat, 16 Nov 2013 12:07:10 -0300 jquery-colorbox (1.4.29-1) unstable; urgency=low * Imported Upstream version 1.4.29 -- Agustin Henze Fri, 20 Sep 2013 19:40:35 -0300 jquery-colorbox (1.4.27-1) unstable; urgency=low * Update debian/changelog file * Imported Upstream version 1.4.27 * Add get-orig-source target into debian/rules file -- Agustin Henze Thu, 01 Aug 2013 19:22:43 -0300 jquery-colorbox (1.4.17-1) unstable; urgency=low * Imported Upstream version 1.4.17 * Replaced yui-compressor by slimit for minification of the javascript sources. * Used dh_installdirs for directories management. * Convert debian/copyright file to machine readable. -- Agustin Henze Wed, 29 May 2013 19:43:14 -0300 jquery-colorbox (1.4.10-1) unstable; urgency=low * Imported Upstream version 1.4.10 * Added internationalization files * debian/rules: - Deleted dh_install command, now is handled by debian/libjs-jquery-colorbox.install file * Added documentation examples -- Agustin Henze Mon, 08 Apr 2013 18:19:24 -0300 jquery-colorbox (1.4.6-1) unstable; urgency=low * Imported Upstream version 1.4.6 * Added watch file * Updated paths of the javascript files into debian/rules * Added debian/gbp.conf file * Bumped Standard-Version to 3.9.4 (no changes required) * Added Vcs-git and Vcs-browser to debian/control file. -- Agustin Henze Fri, 22 Mar 2013 17:18:47 -0300 jquery-colorbox (1.3.20-1) unstable; urgency=low * Initial release. (Closes: #692359) -- Agustin Henze Mon, 05 Nov 2012 07:28:17 -0300 debian/copyright0000644000000000000000000000431412177712250011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Colorbox Upstream-Contact: Jack Moore Source: http://www.jacklmoore.com/colorbox/ Copyright: (c) 2013 Jack Moore - jacklmoore.com Files: * License: MIT License: MIT 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. Files: debian/* Copyright: (C) 2012-2013 Agustin Henze License: GPL-3 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/compat0000644000000000000000000000000212123130646010362 0ustar 9 debian/watch0000644000000000000000000000012212123132257010210 0ustar version=3 https://github.com/jackmoore/colorbox/tags .*archive\/([0-9.]*).tar.gz