r40463 - in /trunk/libtext-context-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 22 04:46:18 UTC 2009


Author: jawnsy-guest
Date: Wed Jul 22 04:46:12 2009
New Revision: 40463

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40463
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtext-context-perl/debian/
    trunk/libtext-context-perl/debian/changelog
    trunk/libtext-context-perl/debian/compat
    trunk/libtext-context-perl/debian/control
    trunk/libtext-context-perl/debian/copyright
    trunk/libtext-context-perl/debian/rules   (with props)
    trunk/libtext-context-perl/debian/watch

Added: trunk/libtext-context-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/debian/changelog?rev=40463&op=file
==============================================================================
--- trunk/libtext-context-perl/debian/changelog (added)
+++ trunk/libtext-context-perl/debian/changelog Wed Jul 22 04:46:12 2009
@@ -1,0 +1,5 @@
+libtext-context-perl (3.6-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Tue, 21 Jul 2009 20:21:47 -0400

Added: trunk/libtext-context-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/debian/compat?rev=40463&op=file
==============================================================================
--- trunk/libtext-context-perl/debian/compat (added)
+++ trunk/libtext-context-perl/debian/compat Wed Jul 22 04:46:12 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtext-context-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/debian/control?rev=40463&op=file
==============================================================================
--- trunk/libtext-context-perl/debian/control (added)
+++ trunk/libtext-context-perl/debian/control Wed Jul 22 04:46:12 2009
@@ -1,0 +1,22 @@
+Source: libtext-context-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtext-context-eitherside-perl,
+  libuniversal-require-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+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
+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.

Added: trunk/libtext-context-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/debian/copyright?rev=40463&op=file
==============================================================================
--- trunk/libtext-context-perl/debian/copyright (added)
+++ trunk/libtext-context-perl/debian/copyright Wed Jul 22 04:46:12 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Tony Bowden <tony at tmtm.com>
+Upstream-Source: http://search.cpan.org/dist/Text-Context/
+Upstream-Name: Text-Context
+
+Files: *
+Copyright: 2002-2005, Marty Pauley <kasei at cpan.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+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'

Added: trunk/libtext-context-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/debian/rules?rev=40463&op=file
==============================================================================
--- trunk/libtext-context-perl/debian/rules (added)
+++ trunk/libtext-context-perl/debian/rules Wed Jul 22 04:46:12 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtext-context-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtext-context-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-context-perl/debian/watch?rev=40463&op=file
==============================================================================
--- trunk/libtext-context-perl/debian/watch (added)
+++ trunk/libtext-context-perl/debian/watch Wed Jul 22 04:46:12 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Text-Context/   .*/Text-Context-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list