--- libtext-context-perl-3.7.orig/debian/control +++ libtext-context-perl-3.7/debian/control @@ -0,0 +1,23 @@ +Source: libtext-context-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtext-context-eitherside-perl, + libuniversal-require-perl, libtest-pod-coverage-perl, libtest-pod-perl, + libhtml-parser-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Text-Context/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-context-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-context-perl/ + +Package: libtext-context-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libtext-context-eitherside-perl, + libuniversal-require-perl, libhtml-parser-perl +Description: Perl module to highlight search result context snippets + Text::Context is a Perl module that provides a simple interface to extract and + highlight some context around given search terms. It can also dump the string + out as HTML text with all the search terms highlighted in bold. This provides + a simple way to get some representative text for display in search results. --- libtext-context-perl-3.7.orig/debian/copyright +++ libtext-context-perl-3.7/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tony Bowden +Upstream-Source: http://search.cpan.org/dist/Text-Context/ +Upstream-Name: Text-Context + +Files: * +Copyright: 2002-2005, Marty Pauley +License: GPL-2+ + +Files: debian/* +Copyright: 2009, Jonathan Yu +License-Alias: Perl +License: Artistic | 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. + 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. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + +License: GPL-2+ + 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 2, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2' --- libtext-context-perl-3.7.orig/debian/watch +++ libtext-context-perl-3.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-Context/ .*/Text-Context-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtext-context-perl-3.7.orig/debian/compat +++ libtext-context-perl-3.7/debian/compat @@ -0,0 +1 @@ +7 --- libtext-context-perl-3.7.orig/debian/changelog +++ libtext-context-perl-3.7/debian/changelog @@ -0,0 +1,5 @@ +libtext-context-perl (3.7-1) unstable; urgency=low + + * Initial Release (Closes: #537974) + + -- Jonathan Yu Wed, 30 Sep 2009 22:43:01 -0400 --- libtext-context-perl-3.7.orig/debian/rules +++ libtext-context-perl-3.7/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@