r70447 - in /trunk/libtext-glob-perl: ./ debian/ debian/patches/ debian/source/ lib/Text/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sat Mar 5 14:25:37 UTC 2011


Author: ansgar
Date: Sat Mar  5 14:25:22 2011
New Revision: 70447

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70447
Log:
* New upstream release.
* Drop patch 01_but_not_a.diff: fixed upstream.
* Use source format 3.0 (quilt).
* debian/copyright: Formatting changes; refer to GPL-1; refer to "Debian
  systems" instead of "Debian GNU/Linux systems".
* Bump Standards-Version to 3.9.1.

Added:
    trunk/libtext-glob-perl/debian/source/
    trunk/libtext-glob-perl/debian/source/format
    trunk/libtext-glob-perl/debian/source/local-options
Removed:
    trunk/libtext-glob-perl/README
    trunk/libtext-glob-perl/debian/README.source
    trunk/libtext-glob-perl/debian/docs
    trunk/libtext-glob-perl/debian/patches/
Modified:
    trunk/libtext-glob-perl/Changes
    trunk/libtext-glob-perl/MANIFEST
    trunk/libtext-glob-perl/META.yml
    trunk/libtext-glob-perl/Makefile.PL
    trunk/libtext-glob-perl/debian/changelog
    trunk/libtext-glob-perl/debian/compat
    trunk/libtext-glob-perl/debian/control
    trunk/libtext-glob-perl/debian/copyright
    trunk/libtext-glob-perl/debian/rules
    trunk/libtext-glob-perl/lib/Text/Glob.pm

Modified: trunk/libtext-glob-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/Changes?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/Changes (original)
+++ trunk/libtext-glob-perl/Changes Sat Mar  5 14:25:22 2011
@@ -1,3 +1,6 @@
+0.09    Tuesday 22nd February, 2010
+        Compiled documentation fixes (collected by Tom Hukins from fixes on rt.cpan)
+
 0.08	Wednesday 2nd May, 2007
 	Expose glob_to_regex_string (Joshua Hoblitt)
 

Modified: trunk/libtext-glob-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/MANIFEST?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/MANIFEST (original)
+++ trunk/libtext-glob-perl/MANIFEST Sat Mar  5 14:25:22 2011
@@ -1,5 +1,4 @@
 Changes
-README
 MANIFEST
 lib/Text/Glob.pm
 Makefile.PL

Modified: trunk/libtext-glob-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/META.yml?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/META.yml (original)
+++ trunk/libtext-glob-perl/META.yml Sat Mar  5 14:25:22 2011
@@ -1,14 +1,21 @@
 ---
-name: Text-Glob
-version: 0.08
+abstract: 'match globbing patterns against text'
 author:
-  - Richard Clamp <richardc at unixbeard.net>
-abstract: match globbing patterns against text
-license: perl
+  - 'Richard Clamp <richardc at unixbeard.net>'
 build_requires:
   Test::More: 0
+configure_requires:
+  Module::Build: 0.36
+generated_by: 'Module::Build version 0.3603'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Text-Glob
 provides:
   Text::Glob:
     file: lib/Text/Glob.pm
-    version: 0.08
-generated_by: Module::Build version 0.25
+    version: 0.09
+resources:
+  license: http://dev.perl.org/licenses/
+version: 0.09

Modified: trunk/libtext-glob-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/Makefile.PL?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/Makefile.PL (original)
+++ trunk/libtext-glob-perl/Makefile.PL Sat Mar  5 14:25:22 2011
@@ -1,13 +1,14 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.3603
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
+          'PL_FILES' => {},
+          'INSTALLDIRS' => 'site',
           'NAME' => 'Text::Glob',
+          'EXE_FILES' => [],
           'VERSION_FROM' => 'lib/Text/Glob.pm',
           'PREREQ_PM' => {
-                           'Test::More' => '0'
-                         },
-          'INSTALLDIRS' => 'site',
-          'PL_FILES' => {}
+                           'Test::More' => 0
+                         }
         )
 ;

Modified: trunk/libtext-glob-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/debian/changelog?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/debian/changelog (original)
+++ trunk/libtext-glob-perl/debian/changelog Sat Mar  5 14:25:22 2011
@@ -1,19 +1,20 @@
-libtext-glob-perl (0.08-3) UNRELEASED; urgency=low
+libtext-glob-perl (0.09-1) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
-  [ gregor herrmann ]
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
-  * debian/rules: switch order of arguments to dh.
-
   [ Ansgar Burchardt ]
+  * New upstream release.
+  * Drop patch 01_but_not_a.diff: fixed upstream.
+  * Use source format 3.0 (quilt).
+  * debian/copyright: Formatting changes; refer to GPL-1; refer to "Debian
+    systems" instead of "Debian GNU/Linux systems".
+  * Bump Standards-Version to 3.9.1.
   * Update my email address.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 20:16:13 +0200
+ -- Ansgar Burchardt <ansgar at debian.org>  Sat, 05 Mar 2011 15:25:09 +0100
 
 libtext-glob-perl (0.08-2) unstable; urgency=low
 

Modified: trunk/libtext-glob-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/debian/compat?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/debian/compat (original)
+++ trunk/libtext-glob-perl/debian/compat Sat Mar  5 14:25:22 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libtext-glob-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/debian/control?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/debian/control (original)
+++ trunk/libtext-glob-perl/debian/control Sat Mar  5 14:25:22 2011
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Text-Glob/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-glob-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-glob-perl/

Modified: trunk/libtext-glob-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/debian/copyright?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/debian/copyright (original)
+++ trunk/libtext-glob-perl/debian/copyright Sat Mar  5 14:25:22 2011
@@ -1,32 +1,32 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Richard Clamp <richardc at unixbeard.net>
-Upstream-Source: http://search.cpan.org/dist/Text-Glob/
-Upstream-Name: Text-Glob
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Richard Clamp <richardc at unixbeard.net>
+Source: http://search.cpan.org/dist/Text-Glob/
+Name: Text-Glob
 
 Files: *
-Copyright: © 2002, 2003, 2006, 2007 Richard Clamp <richardc at unixbeard.net>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2002-2007, Richard Clamp <richardc at unixbeard.net>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright:
- © 2004,      S. Zachariah Sprackett <zac at sprackett.com>
- © 2006,      Matej Vela <vela at debian.org>
- © 2006-2007, Bart Martens <bartm at knars.be>
- © 2009,      Ansgar Burchardt <ansgar at debian.org>
-License: Artistic | GPL-1+
+ 2004,      S. Zachariah Sprackett <zac at sprackett.com>
+ 2006,      Matej Vela <vela at debian.org>
+ 2006-2007, Bart Martens <bartm at knars.be>
+ 2009-2011, Ansgar Burchardt <ansgar at debian.org>
+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.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/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 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'
+ 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libtext-glob-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/debian/rules?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/debian/rules (original)
+++ trunk/libtext-glob-perl/debian/rules Sat Mar  5 14:25:22 2011
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with quilt
+	dh $@

Added: trunk/libtext-glob-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/debian/source/format?rev=70447&op=file
==============================================================================
--- trunk/libtext-glob-perl/debian/source/format (added)
+++ trunk/libtext-glob-perl/debian/source/format Sat Mar  5 14:25:22 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtext-glob-perl/debian/source/local-options
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/debian/source/local-options?rev=70447&op=file
==============================================================================
--- trunk/libtext-glob-perl/debian/source/local-options (added)
+++ trunk/libtext-glob-perl/debian/source/local-options Sat Mar  5 14:25:22 2011
@@ -1,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches

Modified: trunk/libtext-glob-perl/lib/Text/Glob.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-glob-perl/lib/Text/Glob.pm?rev=70447&op=diff
==============================================================================
--- trunk/libtext-glob-perl/lib/Text/Glob.pm (original)
+++ trunk/libtext-glob-perl/lib/Text/Glob.pm Sat Mar  5 14:25:22 2011
@@ -3,7 +3,7 @@
 use Exporter;
 use vars qw/$VERSION @ISA @EXPORT_OK
             $strict_leading_dot $strict_wildcard_slash/;
-$VERSION = '0.08';
+$VERSION = '0.09';
 @ISA = 'Exporter';
 @EXPORT_OK = qw( glob_to_regex glob_to_regex_string match_glob );
 
@@ -121,12 +121,12 @@
 
 =item glob_to_regex( $glob )
 
-Returns a compiled regex which is the equiavlent of the globbing
+Returns a compiled regex which is the equivalent of the globbing
 pattern.
 
 =item glob_to_regex_string( $glob )
 
-Returns a regex string which is the equiavlent of the globbing
+Returns a regex string which is the equivalent of the globbing
 pattern.
 
 =back
@@ -143,7 +143,7 @@
 
 =item C<?> - match exactly one character
 
-C<a?> matches C<aa>, but not C<a>, or C<aa>
+C<a?> matches C<aa>, but not C<a>, or C<aaa>
 
 =item Character sets/ranges
 




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