debian/0000755000000000000000000000000012234014324007161 5ustar debian/control0000644000000000000000000000157712234014324010576 0ustar Source: php-horde-ansel Section: php Priority: extra Maintainer: Horde Maintainers Uploaders: Mathieu Parent Build-Depends: debhelper (>= 8.0.0), pkg-php-tools, pear-horde-channel, php-horde-role Standards-Version: 3.9.4 Homepage: http://www.horde.org/ Vcs-Git: git://anonscm.debian.org/pkg-horde/PEAR/php-horde-ansel.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-horde/PEAR/php-horde-ansel.git Package: php-horde-ansel Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description} . This package is part of Horde, a web application Framework written in PHP with modules like IMP (webmail), Turba (contacts), Kronolith (calendar), Nag (task list), Gollem (file manager), etc. debian/copyright0000644000000000000000000000717312234014324011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Photo management application Upstream-Contact: Horde Horde development Source: http://pear.horde.org/ Files: * Copyright: 1999-2013 Horde LLC (http://www.horde.org/) 2003-2007 Duck License: GPL-2 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. . 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: ansel-*/js/lightbox.js Copyright: 2008 Lokesh Dhakar License: CC-BY-2.5 This file modified in various ways for use in Ansel. Mostly to allow the lightbox images to span multiple gallery pages...and thus is no longer really "Lightbox", but a good bit of the original code is still intact. The original credits/copyright appears below. . Lightbox v2.04 by Lokesh Dhakar - http://www.lokeshdhakar.com Last Modification: 2/9/08 . For more information, visit: http://lokeshdhakar.com/projects/lightbox2/ . Licensed under the Creative Commons Attribution 2.5 License - http://creativecommons.org/licenses/by/2.5/ - Free for use in both personal and commercial projects - Attribution requires leaving author name, author link, and the license info intact. . Thanks: Scott Upton(uptonic.com), Peter-Paul Koch(quirksmode.com), and Thomas Fuchs(mir.aculo.us) for ideas, libs, and snippets. Artemy Tregubenko (arty.name) for cleanup and help in updating to latest ver of proto-aculous. Files: ansel-*/js/slideshow.js Copyright: 2005 Scott Upton 2007 Michael Rubinsky License: CC-BY-SA-2.0 This page coded by Scott Upton http://www.uptonic.com | http://www.couloir.org . This work is licensed under a Creative Commons License Attribution-ShareAlike 2.0 http://creativecommons.org/licenses/by-sa/2.0/ . Associated APIs copyright their respective owners . Various changes for properly updating image links, image comments, get rid of redundant functions that prototype can take care of etc... added 4/07 by Michael Rubinsky Files: debian/* Copyright: 2011-2013 Mathieu Parent License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. debian/watch0000644000000000000000000000023212234014324010207 0ustar version=3 opts="uversionmangle=s/(alpha|beta|rc)/~$1/i,dversionmangle=s/\+debian\d$//" \ http://pear.horde.org/ http://pear.horde.org/get/ansel-(.+)\.tgz debian/compat0000644000000000000000000000000212234014324010357 0ustar 8 debian/gbp.conf0000644000000000000000000000037412234014324010604 0ustar [DEFAULT] pristine-tar = True upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ [git-import-orig] filter = [ 'ansel-*/bin/AnselPublish.scpt', 'ansel-*/js/cropper.js' ] filter-pristine-tar = True debian/rules0000755000000000000000000000254612234014324010250 0ustar #!/usr/bin/make -f HORDENAME=ansel DESTDIR=$(CURDIR)/debian/php-horde-$(HORDENAME) %: dh $@ --buildsystem=phppear --with phppear override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear # Remove references to compiled AppleScript sed -i -e 's@^.*bin/AnselPublish\.scpt.*$$@@' -e 's@^.*js/cropper\.js.*$$@@' $(HORDENAME)-*/package.xml check_dfsg: @if [ -e $(HORDENAME)-*/bin/AnselPublish.scpt -o -e $(HORDENAME)-*/js/cropper.js ] ; then \ echo " *****************************************"; \ echo " ** **"; \ echo " ** source contains **", \ echo " ** compiled AppleScript or cropper.js! **"; \ echo " ** **"; \ echo " *****************************************"; \ echo "Those files should be stripped:"; \ ls $(HORDENAME)-*/bin/AnselPublish.scpt $(HORDENAME)-*/js/cropper.js; \ echo ""; \ exit 1; \ fi override_dh_prep: check_dfsg dh_prep -O--buildsystem=phppear override_dh_link: dh_link dh_installdirs etc/horde # config of "ansel" app: mv $(DESTDIR)/usr/share/horde/$(HORDENAME)/config $(DESTDIR)/etc/horde/$(HORDENAME) dh_link etc/horde/$(HORDENAME) usr/share/horde/$(HORDENAME)/config # cropper.js dh_link usr/share/javascript/cropper/cropper.js usr/share/horde/ansel/js/cropper.js debian/source/0000755000000000000000000000000012234014324010461 5ustar debian/source/format0000644000000000000000000000001412234014324011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000160712234014324011037 0ustar php-horde-ansel (3.0.1+debian0-1) unstable; urgency=low * New upstream version 3.0.1+debian0 -- Mathieu Parent Tue, 29 Oct 2013 21:21:36 +0100 php-horde-ansel (3.0.0+debian0-2) unstable; urgency=low * Depends on php-horde-role to fix FTBFS (Closes: #725542) -- Mathieu Parent Tue, 08 Oct 2013 17:48:26 +0200 php-horde-ansel (3.0.0+debian0-1) unstable; urgency=low * New upstream version 3.0.0+debian0 -- Mathieu Parent Thu, 29 Aug 2013 08:29:05 +0200 php-horde-ansel (3.0.0~beta1+debian0-1) unstable; urgency=low * Horde's ansel package * Initial packaging (Closes: #695414) * Remove compiled AppleScript ansel-*/bin/AnselPublish.scpt from source * Remove cropper.js (already in libjs-cropper) from source and replace by a symlink -- Mathieu Parent Mon, 24 Jun 2013 11:32:59 +0200