debian/0000755000000000000000000000000012241706611007166 5ustar debian/docs0000644000000000000000000000001212241701152010025 0ustar README.md debian/gbp.conf0000644000000000000000000000003612176446027010615 0ustar [DEFAULT] pristine-tar = True debian/source/0000755000000000000000000000000012176446027010477 5ustar debian/source/format0000644000000000000000000000001412176446027011705 0ustar 3.0 (quilt) debian/install0000644000000000000000000000007112241703214010551 0ustar imagesloaded.pkgd.js /usr/share/javascript/imagesloaded/ debian/control0000644000000000000000000000154612241703614010577 0ustar Source: imagesloaded Section: web Priority: optional Maintainer: Agustin Henze Build-Depends: debhelper (>= 9) Build-Depends-Indep: slimit Standards-Version: 3.9.5 Homepage: http://desandro.github.io/imagesloaded/ Vcs-Git: git://anonscm.debian.org/collab-maint/imagesloaded.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/imagesloaded.git Package: libjs-imagesloaded Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Suggests: libjs-jquery Description: Detect when images have been loaded Is a Javascript library that detects when the load of an image is ready. Usage: """ imagesLoaded(elem, callback) // you can use `new` if you like new imagesLoaded(elem, callback) // elem Element, NodeList, Array, or Selector String // callback Function - function triggered after all images have been loaded """ debian/rules0000755000000000000000000000276712241703150010255 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 \ imagesloaded.pkgd.js \ > \ debian/libjs-imagesloaded/usr/share/javascript/imagesloaded/imagesloaded.pkgd.min.js get-orig-source: @if [ ! -d "debian" ] ; then \ echo 'Run this from the top directory of the Debian source' >&2; \ exit 1; \ fi mkdir -p ../tmp/packaged wget https://github.com/Wolfy87/EventEmitter/archive/v4.2.6.tar.gz -O ../tmp/event_emitter.tar.gz wget https://github.com/desandro/eventie/archive/v1.0.3.tar.gz -O ../tmp/eventie.tar.gz wget https://github.com/desandro/imagesloaded/archive/v$(UPSTREAM_VERSION).tar.gz \ -O ../tmp/imagesloaded_$(UPSTREAM_VERSION).tar.gz; tar -C ../tmp -xf ../tmp/event_emitter.tar.gz tar -C ../tmp -xf ../tmp/eventie.tar.gz tar -C ../tmp -xf ../tmp/imagesloaded_$(UPSTREAM_VERSION).tar.gz echo "/*! imagesLoaded \"PACKAGED\" v3.0.4 */" > ../tmp/packaged/imagesloaded.pkgd.js; cat ../tmp/EventEmitter-4.2.6/EventEmitter.js >> ../tmp/packaged/imagesloaded.pkgd.js; cat ../tmp/eventie-1.0.3/eventie.js >> ../tmp/packaged/imagesloaded.pkgd.js; cat ../tmp/imagesloaded-3.0.4/imagesloaded.js >> ../tmp/packaged/imagesloaded.pkgd.js; cp ../tmp/imagesloaded-3.0.4/README.md ../tmp/packaged/ tar -C ../tmp/packaged imagesloaded.pkgd.js README.md -c --xz -f ../imagesloaded_$(UPSTREAM_VERSION).orig.tar.xz debian/dirs0000644000000000000000000000004312241703141010042 0ustar /usr/share/javascript/imagesloaded debian/changelog0000644000000000000000000000023212241672555011046 0ustar imagesloaded (3.0.4-1) unstable; urgency=low * Initial release. (Closes: #722936) -- Agustin Henze Sat, 16 Nov 2013 10:37:55 -0300 debian/copyright0000644000000000000000000000435412241674126011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: imagesloaded Upstream-Contact: Tomas Sardyha and David DeSandro Source: https://github.com/desandro/imagesloaded Copyright: © 2013 David DeSandro 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) 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/compat0000644000000000000000000000000212176446027010375 0ustar 9 debian/watch0000644000000000000000000000012712241704545010223 0ustar version=3 https://github.com/desandro/imagesloaded/tags .*archive\/v?([0-9.]*).tar.gz