debian/0000755000000000000000000000000012147736664007206 5ustar debian/README.source0000644000000000000000000000017012147705251011347 0ustar raintpl for Debian ------------------ The script debian/downloadNewest.sh allows you to get fresh releases from github debian/downloadNewest.sh0000644000000000000000000000074112147705054012526 0ustar #!/bin/sh package=raintpl echo "attempting to get a newer version of ${package}" if uscan; then version=$(uscan --report --verbose| sed -n 's/Newest version on remote site is \([.0-9]\+\).*/\1/p') if [ -f ../${package}_${version}.orig.tar.gz ]; then cd .. tar xzf ${package}_${version}.orig.tar.gz && \ mv raintpl-v.${version} raintpl-${version} echo "extracted the newest version into ../raintpl-${version}" fi else echo "no new version: end of $0." fi debian/docs0000644000000000000000000000001312147705134010037 0ustar README.txt debian/changelog0000644000000000000000000000023512147736657011062 0ustar raintpl (2.7.2-1) unstable; urgency=low * Initial release (Closes: #709640) -- Georges Khaznadar Fri, 24 May 2013 17:12:05 +0200 debian/compat0000644000000000000000000000000212147701507010370 0ustar 8 debian/watch0000644000000000000000000000012212147702621010214 0ustar version=3 http://githubredir.debian.net/github/rainphp/raintpl/ v\.?(.*)\.tar\.gzdebian/raintpl.dirs0000644000000000000000000000002212147706753011530 0ustar usr/share/raintpl debian/rules0000755000000000000000000000122312147710114010242 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR = debian/raintpl %: dh $@ override_dh_auto_install: cp -Rd *.php inc tpl $(DESTDIR)/usr/share/raintpl/ rm $(DESTDIR)/usr/share/raintpl/inc/LICENSE.txt chmod -x $(DESTDIR)/usr/share/raintpl/inc/rain.tpl.class.php debian/copyright0000644000000000000000000000360412147706374011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: raintpl Source: https://github.com/rainphp/raintpl/tree/v.2.7.2 Files: * Copyright: 2011-2012 Federico Ulfo & the Rain Team (http://www.federicoulfo.it/) License: LGPL-3.0+ Files: debian/* Copyright: 2013 Georges Khaznadar License: GPL-3+ License: LGPL-3.0+ This package 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 3 of the License, or (at your option) any later version. . This package 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 General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". License: GPL-3+ This package 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 package 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 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". debian/control0000644000000000000000000000063312147710765010605 0ustar Source: raintpl Section: libdevel Priority: extra Maintainer: Georges Khaznadar Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.4 Homepage: http://www.raintpl.com/ Package: raintpl Architecture: all Depends: ${misc:Depends} Description: easy and fast template engine for PHP Rain.TPL makes application easier to create & enables designers/developers to work better together. debian/source/0000755000000000000000000000000012147701507010472 5ustar debian/source/format0000644000000000000000000000001412147701507011700 0ustar 3.0 (quilt)