--- libtext-textile-perl-2.12.orig/debian/control +++ libtext-textile-perl-2.12/debian/control @@ -0,0 +1,21 @@ +Source: libtext-textile-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.8), libtest-pod-perl (>= 1.14) +Maintainer: Debian Perl Group +Uploaders: Jaldhar H. Vyas , + Salvatore Bonaccorso +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Text-Textile/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-textile-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-textile-perl/ + +Package: libtext-textile-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8.8) +Description: Perl extension to format text using a simple style of markup + Text::Textile is a Perl-based implementation of Dean Allen's Textile + syntax. Textile is shorthand for doing common formatting tasks. + . + More information is available at http://www.textism.com/tools/textile/ --- libtext-textile-perl-2.12.orig/debian/copyright +++ libtext-textile-perl-2.12/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ +Name: Text-Textile +Maintainer: Brad Choate +Source: http://search.cpan.org/dist/Text-Textile/ + +Files: * +Copyright: 2005-2009, Brad Choate +License: Artistic or GPL-1+ +X-Comment: + Text::Textile is an adaptation of Textile, developed by Dean Allen + of Textism.com. + +Files: debian/* +Copyright: Jaldhar H. Vyas + 2007-2009, Members of Debian Perl Group, cf. debian/changelog +License: Artistic or GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. +X-Comment: + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program 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 1, or (at your option) + any later version. +X-Comment: + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libtext-textile-perl-2.12.orig/debian/watch +++ libtext-textile-perl-2.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-Textile/ .*/Text-Textile-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libtext-textile-perl-2.12.orig/debian/compat +++ libtext-textile-perl-2.12/debian/compat @@ -0,0 +1 @@ +7 --- libtext-textile-perl-2.12.orig/debian/changelog +++ libtext-textile-perl-2.12/debian/changelog @@ -0,0 +1,46 @@ +libtext-textile-perl (2.12-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/watch: use dist-based URL. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * New upstream release + * debian/control: + - Add myself to Uploaders + - Bump compat level to debhelper 7, adjust also debian/compat. + - Adjust Build-Depends and Depends for required Perl version, and + add libtest-pod-perl build dependency. + - Enhange package short description using a "package is a .." + sentence and add link to URL with more information to the long + description (http://www.textism.com/tools/textile/). + - Bump Standards-Version to 3.8.2 (no changes needed). + * debian/rules: minimize to a tiny rules file. + * debian/copyright: Update copyright format to current DEP5 proposal + and adjust Copyright for debian/* packaging. + + -- Salvatore Bonaccorso Mon, 10 Aug 2009 21:42:26 +0200 + +libtext-textile-perl (2.03-2) unstable; urgency=low + + * Add watch file. + * Add url to copyright. + + -- Joey Hess Thu, 23 Aug 2007 20:49:06 -0400 + +libtext-textile-perl (2.03-1) unstable; urgency=low + + [ Jaldhar H. Vyas ] + * Initial Release. + + [ Joey Hess ] + * Don't ignore make clean error. + + -- Joey Hess Sat, 11 Aug 2007 21:29:47 -0400 --- libtext-textile-perl-2.12.orig/debian/rules +++ libtext-textile-perl-2.12/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@