debian/0000755000000000000000000000000012170273345007172 5ustar debian/gbp.conf0000644000000000000000000000024312170273345010610 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid pristine-tar = True [git-buildpackage] export-dir = ../build-area/ tarball-dir = ../tarballs/ debian/source/0000755000000000000000000000000012170273345010472 5ustar debian/source/format0000644000000000000000000000001412170273345011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016612170273345010226 0ustar version=3 http://pear.php.net/package/Text_Wiki/download http://download.pear.php.net/package/Text_Wiki-([\d.]+)\.tgz debian/rules0000755000000000000000000000034612170273345010255 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear # Remove references of test_Text_Wiki.php sed -i '/test_Text_Wiki\.php/d' */package.xml debian/compat0000644000000000000000000000000212170273345010370 0ustar 9 debian/changelog0000644000000000000000000000106712170273345011050 0ustar php-text-wiki (1.2.1-1) unstable; urgency=low * New upstream release * Switch to pkg-php-tools and dh-sequencer * Bump debhelper compat to 9 * Switch VCS to git * Add debian/gbp.conf file * Add myself as uploader * Switch debian/copyright to format 1.0 * Bump Standards-Version to 3.9.4 * Do not ship the test file -- Prach Pongpanich Sat, 13 Jul 2013 11:39:27 -0400 php-text-wiki (1.2.0-1) unstable; urgency=low * Initial Release (Closes: #574964). -- Jean-Marc Roth Mon, 22 Mar 2010 14:52:23 +0100 debian/control0000644000000000000000000000135312170273345010577 0ustar Source: php-text-wiki Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: Jean-Marc Roth , Prach Pongpanich Build-Depends: debhelper (>= 9), pkg-php-tools Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-php/php-text-wiki.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-text-wiki.git Homepage: http://pear.php.net/package/Text_Wiki Package: php-text-wiki Architecture: all Depends: ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: transform Wiki and BBCode markup into XHTML, LaTeX or plain text markup ${phppear:description} debian/copyright0000644000000000000000000000254412170273345011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Text_Wiki Upstream-Contact: Justin Patrin Del Elson Source: http://pear.php.net/package/Text_Wiki/download Files: * Copyright: 2005, Bertrand Gugger License: LGPL-2.1+ Files: debian/* Copyright: 2010-2013, Jean-Marc Roth 2013, Prach Pongpanich License: LGPL-2.1+ 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 St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.