Imported Debian patch 1:1.3.0-3
This commit is contained in:
parent
91526147d9
commit
76f84094d6
105
debian/changelog
vendored
Normal file
105
debian/changelog
vendored
Normal file
@ -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 <prachpub@gmail.com> 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 <prachpub@gmail.com> 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 <prachpub@gmail.com> 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 <fgimenez@coit.es> 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 <jbailey@raspberryginger.com> (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 <debian@psabs.com.br> 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 <debian@psabs.com.br> 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 <pagarcia@slcolombia.org> 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 <pagarcia@slcolombia.org> Tue, 15 Mar 2005 12:05:41 -0500
|
||||
|
||||
php-html-template-it (1.10-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Polkan Alexis Garcia <pagarcia@slcolombia.org> Wed, 6 Oct 2004 12:31:40 -0500
|
||||
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
9
|
18
debian/control
vendored
Normal file
18
debian/control
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
Source: php-html-template-it
|
||||
Section: php
|
||||
Priority: optional
|
||||
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
|
||||
Uploaders: Prach Pongpanich <prachpub@gmail.com>
|
||||
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}
|
41
debian/copyright
vendored
Normal file
41
debian/copyright
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Contact: David Soria Parra <dsp at php dot net>,
|
||||
Pierre-Alain Joye <pajoye@php.net>,
|
||||
Ulf Wendel <ulf.wendel@phpdoc.de>
|
||||
Source: http://pear.php.net/package/HTML_Template_IT
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2004-2005, Polkan Alexis Garcia <pagarcia@slcolombia.org>
|
||||
2007, Jose Carlos N Medeiros <jose@psabs.com.br>
|
||||
2009, Federico Gimenez Nieto <fgimenez@coit.es>
|
||||
2013, Prach Pongpanich <prachpub@gmail.com>
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: *
|
||||
Copyright: 1997-2007, David Soria Parra <dsp at php dot net>
|
||||
1997-2007, Pierre-Alain Joye <pajoye@php.net>
|
||||
1997-2007, Ulf Wendel <ulf.wendel@phpdoc.de>
|
||||
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.
|
6
debian/gbp.conf
vendored
Normal file
6
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
upstream-branch = upstream-sid
|
||||
debian-branch = debian-sid
|
||||
|
||||
[git-buildpackage]
|
||||
export-dir = ../build-area/
|
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable file
@ -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
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
http://pear.php.net/package/HTML_Template_IT/download .*/HTML_Template_IT-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))
|
Loading…
Reference in New Issue
Block a user