debian/0000755000000000000000000000000012254275323007173 5ustar debian/preinst0000644000000000000000000000062412254275323010604 0ustar #!/bin/sh set -e #DEBHELPER# case "$1" in install|upgrade) # jquery.mobile was previously a symlink to jquery-mobile (<= 2.4.3-1), # but as it was missing jquery, the directory was put back. However, # dpkg does not delete the symlink on upgrade... if [ -L /usr/share/horde/js/jquery.mobile ]; then rm /usr/share/horde/js/jquery.mobile fi ;; *) ;; esac exit 0 debian/control0000644000000000000000000000174512254275323010605 0ustar Source: php-horde-core Section: php Priority: extra Maintainer: Horde Maintainers Uploaders: Mathieu Parent Build-Depends: debhelper (>= 8.0.0), pkg-php-tools (>= 1~), 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-core.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-horde/PEAR/php-horde-core.git Package: php-horde-core Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends}, libjs-jquery-mobile, libjs-jquery, libjs-prototype, libjs-scriptaculous Recommends: ${phppear:Debian-Recommends} Suggests: php-horde-test 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/copyright0000644000000000000000000000633612254275323011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Horde Core Framework libraries Upstream-Contact: Horde Horde development Source: http://pear.horde.org/ Files: * Copyright: 1999-2011 Horde LLC (http://www.horde.org/) 2001-2003 Robert E. Coyle (robertecoyle@hotmail.com) 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. . 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'. Files: js/liquidmetal.js Copyright: 2009 Ryan McGeary (ryanonjavascript@mcgeary.org) License: Expat 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: 2011 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/watch0000644000000000000000000000023712254275323010226 0ustar version=3 opts="uversionmangle=s/(alpha|beta|rc)/~$1/i,dversionmangle=s/\+debian\d$//" \ http://pear.horde.org/ http://pear.horde.org/get/Horde_Core-(.+)\.tgz debian/compat0000644000000000000000000000000212254275323010371 0ustar 8 debian/gbp.conf0000644000000000000000000000021012254275323010603 0ustar [DEFAULT] pristine-tar = True upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/rules0000755000000000000000000000303212254275323010251 0ustar #!/usr/bin/make -f DESTDIR=$(CURDIR)/debian/php-horde-core %: dh $@ --buildsystem=phppear --with phppear override_dh_link: # Embedded JS libs # ... from package libjs-jquery-mobile rm -r $(DESTDIR)/usr/share/horde/js/jquery.mobile/images/ dh_link usr/share/javascript/jquery-mobile/images/ usr/share/horde/js/jquery.mobile/images rm $(DESTDIR)/usr/share/horde/js/jquery.mobile/jquery.mobile.js dh_link usr/share/javascript/jquery-mobile/jquery.mobile.js usr/share/horde/js/jquery.mobile/jquery.mobile.js rm $(DESTDIR)/usr/share/horde/js/jquery.mobile/jquery.mobile.min.js dh_link usr/share/javascript/jquery-mobile/jquery.mobile.min.js usr/share/horde/js/jquery.mobile/jquery.mobile.min.js rm $(DESTDIR)/usr/share/horde/js/jquery.mobile/jquery.mobile.min.css dh_link usr/share/javascript/jquery-mobile/jquery.mobile.min.css usr/share/horde/js/jquery.mobile/jquery.mobile.min.css # ... from libjs-jquery rm $(DESTDIR)/usr/share/horde/js/jquery.mobile/jquery.js dh_link usr/share/javascript/jquery/jquery.js usr/share/horde/js/jquery.mobile/jquery.js rm $(DESTDIR)/usr/share/horde/js/jquery.mobile/jquery.min.js dh_link usr/share/javascript/jquery/jquery.min.js usr/share/horde/js/jquery.mobile/jquery.min.js # ... from package libjs-prototype rm $(DESTDIR)/usr/share/horde/js/prototype.js dh_link usr/share/javascript/prototype/prototype.js usr/share/horde/js/prototype.js # ... from package libjs-scriptaculous rm -r $(DESTDIR)/usr/share/horde/js/scriptaculous dh_link usr/share/javascript/scriptaculous usr/share/horde/js/scriptaculous debian/source/0000755000000000000000000000000012254275323010473 5ustar debian/source/format0000644000000000000000000000001412254275323011701 0ustar 3.0 (quilt) debian/pkg-php-tools-overrides0000644000000000000000000000003712254275323013622 0ustar pear.horde.org Horde_Test none debian/changelog0000644000000000000000000000755112254275323011055 0ustar php-horde-core (2.11.1-2) unstable; urgency=medium * Move php-horde-test to suggests, using pkg-php-tools-overrides (Closes: #732466) -- Mathieu Parent Wed, 18 Dec 2013 11:37:00 +0100 php-horde-core (2.11.1-1) unstable; urgency=low * New upstream version 2.11.1 -- Mathieu Parent Sat, 30 Nov 2013 19:34:14 +0100 php-horde-core (2.10.2-1) unstable; urgency=low * New upstream version 2.10.2 -- Mathieu Parent Tue, 29 Oct 2013 19:07:25 +0100 php-horde-core (2.10.1-1) unstable; urgency=low * New upstream version 2.10.1 -- Mathieu Parent Tue, 22 Oct 2013 17:32:23 +0200 php-horde-core (2.9.0-1) unstable; urgency=low * New upstream version 2.9.0 -- Mathieu Parent Tue, 08 Oct 2013 18:58:00 +0200 php-horde-core (2.8.0-1) unstable; urgency=low * New upstream version 2.8.0 - depends on Horde_Smtp (Closes: #721603) -- Mathieu Parent Sun, 22 Sep 2013 11:21:36 +0200 php-horde-core (2.7.0-1) unstable; urgency=low * New upstream version 2.7.0 -- Mathieu Parent Wed, 28 Aug 2013 08:03:22 +0200 php-horde-core (2.6.6-1) unstable; urgency=low * New upstream version 2.6.6 -- Mathieu Parent Sat, 10 Aug 2013 23:55:53 +0200 php-horde-core (2.6.0-1) unstable; urgency=low * New upstream version 2.6.0 -- Mathieu Parent Mon, 24 Jun 2013 10:39:23 +0200 php-horde-core (2.5.0-1) unstable; urgency=low * Use pristine-tar * New upstream version 2.5.0 * Upstream js/jquery.mobile actually ships both jquery and jquery-mobile along with its own plugins, thus add libjs-jquery as Depends and fix links accordingly (Closes: #711182). Thanks to Arnaud Fontaine for the report and patch. -- Mathieu Parent Wed, 05 Jun 2013 18:49:22 +0200 php-horde-core (2.4.3-1) unstable; urgency=low * New upstream version 2.4.3 -- Mathieu Parent Sun, 07 Apr 2013 16:05:05 +0200 php-horde-core (2.1.5-1) unstable; urgency=low * New upstream version 2.1.5 -- Mathieu Parent Thu, 10 Jan 2013 20:15:37 +0100 php-horde-core (2.1.4-2) unstable; urgency=low * Add a description of Horde in long description * Updated Standards-Version to 3.9.4, no changes * Replace horde4 by PEAR in git reporitory path * Fix Horde Homepage * Remove debian/pearrc, not needed with latest php-horde-role -- Mathieu Parent Wed, 09 Jan 2013 20:34:03 +0100 php-horde-core (2.1.4-1) unstable; urgency=low * New upstream version 2.1.4 -- Mathieu Parent Sun, 06 Jan 2013 20:34:45 +0100 php-horde-core (2.1.3-1) unstable; urgency=low * New upstream version 2.1.3 -- Mathieu Parent Fri, 04 Jan 2013 19:10:23 +0100 php-horde-core (2.1.1-1) unstable; urgency=low * New upstream version 2.1.1 -- Mathieu Parent Mon, 17 Dec 2012 15:02:52 +0100 php-horde-core (2.1.0-1) unstable; urgency=low * New upstream version 2.1.0 -- Mathieu Parent Sun, 09 Dec 2012 15:13:34 +0100 php-horde-core (2.0.4-1) unstable; urgency=low * New upstream version 2.0.4 * Build-depends on php-horde-role (Closes: #662606) * Fixed watchfile * Updated Standards-Version to 3.9.3: no change * Updated copyright format URL * Updated debian/pearrc to install Horde apps in /usr/share/horde instead of /usr/share/horde4 * Updated Homepage * Added Vcs-* fields * Removed included JS libs from install -- Mathieu Parent Sat, 01 Dec 2012 10:01:11 +0100 php-horde-core (1.8.3-1) unstable; urgency=low * Horde_Core package. * Initial packaging (Closes: #635788) * Copyright file by Soren Stoutner and Jay Barksdale -- Mathieu Parent Tue, 10 Jan 2012 22:23:10 +0100