debian/0000755000000000000000000000000011733772531007177 5ustar debian/control0000644000000000000000000000157511733755524010615 0ustar Source: jscropperui 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://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/ Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jscropperui.git Vcs-Git: git://git.debian.org/git/pkg-javascript/jscropperui.git Package: libjs-cropper Architecture: all Depends: ${misc:Depends}, libjs-scriptaculous (>= 1.9.0) Recommends: javascript-common Description: JavaScript image cropper UI Allows the user to crop an image using an interface with the same features and styling as found in commercial image editing software, and is based on the Prototype JavaScript framework and script.aculo.us. debian/compat0000644000000000000000000000000211401511274010360 0ustar 7 debian/rules0000755000000000000000000000102111733772514010252 0ustar #!/usr/bin/make -f %: dh ${@} override_dh_auto_build: yui-compressor cropper.uncompressed.js -o cropper.min.js; sed -i s'#../cropper.js#/usr/share/javascript/cropper/cropper.js#' tests/*.htm sed -i s'#https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js#/usr/share/javascript/prototype/prototype.js#' tests/*.htm sed -i s'#https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js#/usr/share/javascript/scriptaculous/scriptaculous.js#' tests/*.htm override_dh_auto_clean: rm -f *.min.js debian/libjs-cropper.install0000644000000000000000000000015311401511274013324 0ustar *.css /usr/share/javascript/cropper *.gif /usr/share/javascript/cropper *.js /usr/share/javascript/cropper debian/changelog0000644000000000000000000000523511733772522011056 0ustar jscropperui (1.2.2-1) unstable; urgency=low * New upstream release * Setting libjs-scriptaculous dependency to 1.9.0 * Removing Steve Kemp from Uploaders * Updated Standards-Version to 3.9.3 * Fixing path to libs in the test files -- Marcelo Jorge Vieira (metal) Sun, 25 Mar 2012 23:59:07 -0300 jscropperui (1.2.1-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Removed DM-Upload-Allowed field * Updated Standards-Version to 3.8.4 (no changes) * Changing my email for Debian address * Generating compressed files from source -- Marcelo Jorge Vieira (metal) Wed, 02 Jun 2010 13:41:40 -0300 jscropperui (1.2.1-1) unstable; urgency=low * New Upstream version (Closes: #555255, #555257) - Removed lib folder from source code (CVE-2007-2383 and CVE-2008-7220) - Removed references for files in lib folder in copyright file * Updating year in copyright file * Added html header for prototypejs in README.Debian -- Marcelo Jorge Vieira (metal) Mon, 09 Nov 2009 21:19:03 -0200 jscropperui (1.2.0-2) unstable; urgency=low [ Marcelo Jorge Vieira (metal) ] * Added DM-Upload-Allowed control field * Fixed duplicated word 'is is' in long description * Replaced 'libjs-jscropperui' with 'libjs-cropper' in debian/README.Debian * Fixed my name in debian/control [ Daniel Baumann ] * Removing myself from uploaders. * Wrapping uploaders field. * Updating package to standards version 3.8.3. * Updating year in copyright file. * Prefixing debhelper files with package name. * Minimizing rules file. -- Daniel Baumann Wed, 26 Aug 2009 17:47:50 +0200 jscropperui (1.2.0-1) unstable; urgency=low [ Marcelo Jorge Vieira ] * Initial release (Closes: #468418). [ Daniel Baumann ] * Adding myself to debian packaging notice in copyright file. * Rewriting debian packaging notice in copyright file in machine- interpretable format. * Reordering copyright file. * Adding empty line seperator in clean target of rules. * Correcting spelling typo in vcs field. * Renaming libjs-jscropperui to libjs-cropper for consistency. * Updating README.Debian file. * Moving tests from install debhelper file to docs debhelper file. * Reordering install file. * Removing useless libjs-jscropperui-uncompressed binary package. * Adding vcs fields in control file. * Adding rest of the team as co-maintainers. * Setting maintainer to team address. * Updating package to standards 3.8.0. * Updating package to debhelper 7. * Removing useless whitespaces. -- Daniel Baumann Sun, 8 Jun 2008 17:10:00 +0200 debian/libjs-cropper.README.Debian0000644000000000000000000000106411401511274013776 0ustar libjs-cropper for Debian ------------------------ In order to make use of libjs-cropper in your html, include the following lines in your html header: -- Daniel Baumann Wed, 27 Feb 2008 00:02:00 +0100 debian/libjs-cropper.docs0000644000000000000000000000000611401511274012603 0ustar tests debian/libjs-cropper.links0000644000000000000000000000012611401511274012776 0ustar /usr/share/javascript/cropper/cropper.min.js /usr/share/javascript/cropper/cropper.js debian/copyright0000644000000000000000000000502411733755361011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: David Spurr Source: http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/ Files: * Copyright: 2006-2011 David Spurr License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. 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. . 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTHOR 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. Files: debian/* Copyright: 2008-2012 Marcelo Jorge Vieira 2008-2009 Daniel Baumann License: GPL-3+ This program 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 program 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 program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. debian/source/0000755000000000000000000000000011401511274010462 5ustar debian/source/format0000644000000000000000000000001411401511274011670 0ustar 3.0 (quilt)