From 76f84094d6f6ee9489b691ac9fbc9d4f5ca14548 Mon Sep 17 00:00:00 2001 From: Prach Pongpanich Date: Mon, 3 Feb 2014 23:37:45 +0700 Subject: [PATCH] Imported Debian patch 1:1.3.0-3 --- debian/changelog | 105 +++++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 18 ++++++++ debian/copyright | 41 +++++++++++++++++ debian/gbp.conf | 6 +++ debian/rules | 11 +++++ debian/source/format | 1 + debian/watch | 2 + 8 files changed, 185 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..333dc77 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,105 @@ +php-html-template-it (1:1.3.0-3) unstable; urgency=medium + + * Use ${phppear:Debian-Depends/Recommends/Breaks} + * Use ${phppear:summary} and ${phppear:description} + * Bump Standard-Version to 3.9.5 + * Build-depends on pkg-php-tools >= 1.10 to remove the tests. + Thanks to Andreas Beckmann + + -- Prach Pongpanich Mon, 03 Feb 2014 23:37:45 +0700 + +php-html-template-it (1:1.3.0-2) unstable; urgency=low + + * Upload to unstable + * Now running unit tests at build time: + - Build-Depends php-unit (>= 3.6) + + -- Prach Pongpanich Tue, 30 Apr 2013 14:57:12 +0700 + +php-html-template-it (1:1.3.0-1) experimental; urgency=low + + * New upstream release + * Now using PKG-PHP-PEAR team as maintainer and + add myself as uploader (Closes: #682303) + * Switch to pkg-php-tools and dh-sequencer + - Add pkg-php-tools to Build-Depends and drop {dh-make-php,cdbs} + - Add php-pear to Build-Depends-Indep + - Rewrite debian/rules + * Switch to 3.0 (quilt) source format + * Update copyright file to version 1.0 format + * Add Vcs-* fields in debian/control + * Add debian/gbp.conf + * Update debian/watch file + * Bump debhelper compat to level 9 + * Bump Standards-Version 3.9.4 + + -- Prach Pongpanich Fri, 22 Mar 2013 16:59:52 +0700 + +php-html-template-it (1:1.2.1-3) unstable; urgency=low + + * New maintainer (Closes: #529674) + * Removed changes made to source code (Closes: #529584) + * debian/control: + - Updated description (Closes: #488767) + - Removed uploader at his request + - Changed Section to php to fix the override disparities + - Updated Standards-Version: 3.8.3 + - Added cdbs and dh-make-php to Build-Depends + - Added ${misc:Depends} to Depends + * debian/copyright: added copyright note for the different maintainers + * debian/rules: + - Modifications to use cdbs + - Added code to remove empty directories + + -- Federico Gimenez Nieto Tue, 25 Aug 2009 12:25:12 +0200 + +php-html-template-it (1:1.2.1-2) unstable; urgency=low + + * Display pages that have no variable replacements in them, thanks to + Jeff Bailey (closes: #320959) + * Updated copyright with new upstream author. (closes: #454773) + * Standards-Version: 3.7.3 + * Updated "Homepage:" pseudo-header as Reference 1.14.6. + * Solved binary-arch-rules-but-pkg-is-arch-indep lintian report. + + -- Jose Carlos Medeiros Fri, 14 Dec 2007 19:49:53 -0200 + +php-html-template-it (1:1.2.1-1) unstable; urgency=low + + * New upstream release. + * New mantainer. (Closes: #442048) + * Package reconstructed based on php-services-weather, rules file was + reconstructed too. (Closes: #395733) + * debian/control: + - Standards-Version: 3.7.2 + - Build-Depends: debhelper (>= 5) + - Added Homepage. + - Updated php dependencies to complain with php4-removal. (Closes: #424817) + * debian/compat: DH_COMPAT 5 + * Updated copyright file to new license BSD. (Closes: #332610) + * debian/watch: created. + * debian/examples: created. + + -- Jose Carlos Medeiros Fri, 21 Sep 2007 23:57:52 -0300 + +php-html-template-it (1.10-3) unstable; urgency=low + + * Change the PEAR_ROOT to new debian location /usr/share/php according to + the new specification of pear. + * + + -- Polkan Alexis Garcia Tue, 15 Mar 2005 15:38:22 -0500 + +php-html-template-it (1.10-2) unstable; urgency=low + + * Remove libraries in the PEAR_ROOT/HTML (duplicated) and only remain + the existing ones in PEAR_ROOT/HTML/Template (closes: #298986) + + -- Polkan Alexis Garcia Tue, 15 Mar 2005 12:05:41 -0500 + +php-html-template-it (1.10-1) unstable; urgency=low + + * Initial Release. + + -- Polkan Alexis Garcia Wed, 6 Oct 2004 12:31:40 -0500 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..018878d --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: php-html-template-it +Section: php +Priority: optional +Maintainer: Debian PHP PEAR Maintainers +Uploaders: Prach Pongpanich +Build-Depends: debhelper (>= 9), pkg-php-tools (>= 1.10), phpunit (>= 3.6) +Standards-Version: 3.9.5 +Vcs-Git: git://anonscm.debian.org/pkg-php/php-html-template-it.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-html-template-it.git +Homepage: http://pear.php.net/package/HTML_Template_IT/ + +Package: php-html-template-it +Architecture: all +Depends: ${misc:Depends}, ${phppear:Debian-Depends} +Recommends: ${phppear:Debian-Recommends} +Breaks: ${phppear:Debian-Breaks} +Description: ${phppear:summary} + ${phppear:description} diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..a1df1e3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,41 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: David Soria Parra , + Pierre-Alain Joye , + Ulf Wendel +Source: http://pear.php.net/package/HTML_Template_IT + +Files: debian/* +Copyright: 2004-2005, Polkan Alexis Garcia + 2007, Jose Carlos N Medeiros + 2009, Federico Gimenez Nieto + 2013, Prach Pongpanich +License: BSD-3-clause + +Files: * +Copyright: 1997-2007, David Soria Parra + 1997-2007, Pierre-Alain Joye + 1997-2007, Ulf Wendel +License: BSD-3-clause + +License: BSD-3-clause + 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. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..d7521f4 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +upstream-branch = upstream-sid +debian-branch = debian-sid + +[git-buildpackage] +export-dir = ../build-area/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7564a5c --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +%: + dh $@ --buildsystem=phppear --with phppear + +override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + set -e ;\ + PKGDIR=$(shell ls | grep HTML) ;\ + phpunit -d include_path="/usr/share/php:$${PKGDIR}" */tests +endif diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..effb6c7 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pear.php.net/package/HTML_Template_IT/download .*/HTML_Template_IT-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))