--- delimmatch-1.06a.orig/debian/watch +++ delimmatch-1.06a/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cpan.org/modules/by-module/Text/DelimMatch-(.+).tar.gz --- delimmatch-1.06a.orig/debian/changelog +++ delimmatch-1.06a/debian/changelog @@ -0,0 +1,74 @@ +delimmatch (1.06a-4) unstable; urgency=low + + * Updated standards version + * Added Homepage control field + + -- Peter Eisentraut Thu, 10 Jul 2008 11:16:57 +0200 + +delimmatch (1.06a-3) unstable; urgency=low + + * Changed to Debhelper level 5 + * Updated standards version + * Updated watch file to version 3 + * Moved cdbs and debhelper to Build-Depends from -Indep + * Removed obsolete Replaces, Conflicts, Provides + + -- Peter Eisentraut Mon, 23 Apr 2007 09:37:51 +0200 + +delimmatch (1.06a-2) unstable; urgency=low + + * Changed maintainer address + * Changed section to match override + * Converted to cdbs + + -- Peter Eisentraut Wed, 1 Jun 2005 20:51:43 +0200 + +delimmatch (1.06a-1) unstable; urgency=low + + * New maintainer (closes: #279756) + * New upstream release + * Added debian/compat + * Updated standards version + * Updated copyright + * Added watch file + * Cleaned up debian/rules + + -- Peter Eisentraut Fri, 5 Nov 2004 22:41:57 +0100 + +delimmatch (1.03-3) unstable; urgency=low + + * Rationalised debian/copyright, + Closes: #157532 + + -- Stephen Zander Tue, 3 Sep 2002 14:24:04 -0700 + +delimmatch (1.03-2) unstable; urgency=low + + * New maintainer, Closes: #68220 + * Updated for policy 3.5.1 and the new perl packaging policy, Closes: #41534 + + -- Stephen Zander Wed, 28 Feb 2001 23:30:40 -0800 + +delimmatch (1.03-1.1) unstable; urgency=low + + * NMU for the perl upgrade. Closes: #41534 + * Corrected the rules files to conform to perl policy 1.0.1 + * Upgraded standards-version + * Removed the empty README.Debian + + -- Raphael Hertzog Mon, 19 Jul 1999 20:04:20 +0200 + +delimmatch (1.03-1) unstable; urgency=low + + * New upstream release + * lintian bugs fixed + + -- Christian Leutloff Fri, 20 Feb 1998 16:52:02 +0100 + +delimmatch (1.02-1) unstable; urgency=low + + * Initial Release. + + -- Christian Leutloff Thu, 6 Nov 1997 12:43:07 +0100 + + --- delimmatch-1.06a.orig/debian/copyright +++ delimmatch-1.06a/debian/copyright @@ -0,0 +1,22 @@ +This is the Debian package for the Text::DelimMatch Perl module. + +The package was downloaded from . + +Upstream author: Norman Walsh + +Copyright: + + Copyright (C) 1997-2003 Norman Walsh. + All rights reserved. This program is free software; you can + redistribute it and/or modify it under the same terms as Perl itself. + +Perl is distributed under either the Artistic licence or the GPL. + +The full text of the GPL is available on Debian systems in the file +/usr/share/common-licenses/GPL. + +The full text of the Artistic Licence is available on Debian systems in +the file /usr/share/common-licenses/Artistic. + +This Debian package has been through multiple maintainers; for a list +see /usr/share/doc/libdelimmatch-perl/changelog.Debian.gz. --- delimmatch-1.06a.orig/debian/control +++ delimmatch-1.06a/debian/control @@ -0,0 +1,20 @@ +Source: delimmatch +Section: perl +Priority: optional +Maintainer: Peter Eisentraut +Standards-Version: 3.8.0 +Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5) +Build-Depends-Indep: perl (>> 5.8) +Homepage: http://search.cpan.org/dist/DelimMatch/ + +Package: libdelimmatch-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module to match delimited substrings + DelimMatch allows you to match delimited substrings in a buffer. The + delimiters can be specified with any regular expression and the start + and end delimiters need not be the same. If the delimited text is + properly nested, entire nested groups are returned. + . + In addition, you may specify quoting and escaping characters that + contribute to the recognition of start and end delimiters. --- delimmatch-1.06a.orig/debian/compat +++ delimmatch-1.06a/debian/compat @@ -0,0 +1 @@ +5 --- delimmatch-1.06a.orig/debian/rules +++ delimmatch-1.06a/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk