r22915 - in /trunk/libdevel-backtrace-perl: Build.PL Changes LICENSE META.yml README debian/changelog debian/control debian/copyright debian/rules lib/Devel/Backtrace.pm lib/Devel/Backtrace/Point.pm lib/Devel/DollarAt.pm t/basic.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Tue Jul 8 06:33:35 UTC 2008


Author: rmayorga-guest
Date: Tue Jul  8 06:33:34 2008
New Revision: 22915

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22915
Log:
* New upstream release
* debian/control:
  + Bump Standards-Version to 3.8.0 (No changes needed)
  + Add myself to uploaders
* refresh debian/rules with dh-make-perl -R; remove some comments
  from template
* Add Copyright from upstream to debian/copyright and add stanza to Debian
  perl group

Modified:
    trunk/libdevel-backtrace-perl/Build.PL
    trunk/libdevel-backtrace-perl/Changes
    trunk/libdevel-backtrace-perl/LICENSE
    trunk/libdevel-backtrace-perl/META.yml
    trunk/libdevel-backtrace-perl/README
    trunk/libdevel-backtrace-perl/debian/changelog
    trunk/libdevel-backtrace-perl/debian/control
    trunk/libdevel-backtrace-perl/debian/copyright
    trunk/libdevel-backtrace-perl/debian/rules
    trunk/libdevel-backtrace-perl/lib/Devel/Backtrace.pm
    trunk/libdevel-backtrace-perl/lib/Devel/Backtrace/Point.pm
    trunk/libdevel-backtrace-perl/lib/Devel/DollarAt.pm
    trunk/libdevel-backtrace-perl/t/basic.t

Modified: trunk/libdevel-backtrace-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/Build.PL?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/Build.PL (original)
+++ trunk/libdevel-backtrace-perl/Build.PL Tue Jul  8 06:33:34 2008
@@ -16,6 +16,7 @@
         'String::Escape'  => 0,
         'Class::Accessor' => 0,
         'Carp'            => 0,
+        'perl'            => '5.006_000',
     },
     build_requires => {
         'Test::More' => 0,

Modified: trunk/libdevel-backtrace-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/Changes?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/Changes (original)
+++ trunk/libdevel-backtrace-perl/Changes Tue Jul  8 06:33:34 2008
@@ -46,3 +46,8 @@
         examples, but now it's independent from the examples because that's
         more flexible.
         Again, added some fixes to make the tests work on all platforms.
+
+0.11    Mon Jul  7 00:55:37 CEST 2008
+        DBP is in the public domain too.  (Forgot that in 0.06)
+        Fix a test that failed on Windows because of path separators.
+        Add the Perl license as a fallback license...

Modified: trunk/libdevel-backtrace-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/LICENSE?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/LICENSE (original)
+++ trunk/libdevel-backtrace-perl/LICENSE Tue Jul  8 06:33:34 2008
@@ -1,3 +1,7 @@
 The Perl module distribution Devel::Backtrace is in the public domain.
 
 The author is Christoph Bussenius.
+
+If your country's law does not allow this distribution being in the public
+domain or does not include the concept of public domain, you may use the
+distribution under the same terms as perl itself.

Modified: trunk/libdevel-backtrace-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/META.yml?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/META.yml (original)
+++ trunk/libdevel-backtrace-perl/META.yml Tue Jul  8 06:33:34 2008
@@ -1,6 +1,6 @@
 ---
 name: Devel-Backtrace
-version: 0.10
+version: 0.11
 author:
   - 'Christoph Bussenius <pepe at cpan.org>'
 abstract: Object-oriented backtrace
@@ -11,21 +11,22 @@
   Carp: 0
   Class::Accessor: 0
   String::Escape: 0
+  perl: 5.006_000
 build_requires:
   Test::More: 0
 provides:
   Devel::Backtrace:
     file: lib/Devel/Backtrace.pm
-    version: 0.10
+    version: 0.11
   Devel::Backtrace::Point:
     file: lib/Devel/Backtrace/Point.pm
-    version: 0.10
+    version: 0.11
   Devel::DollarAt:
     file: lib/Devel/DollarAt.pm
     version: 0.02
 no_index:
   directory: example
-generated_by: Module::Build version 0.2807
+generated_by: Module::Build version 0.2808
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html
   version: 1.2

Modified: trunk/libdevel-backtrace-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/README?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/README (original)
+++ trunk/libdevel-backtrace-perl/README Tue Jul  8 06:33:34 2008
@@ -2,7 +2,7 @@
     Devel::Backtrace - Object-oriented backtrace
 
 VERSION
-    This is version 0.10.
+    This is version 0.11.
 
 SYNOPSIS
         my $backtrace = Devel::Backtrace->new;
@@ -124,6 +124,10 @@
     mention this module's name in the subject of your mails, in order to
     make sure they won't get lost in all the spam.
 
-COPYRIGHT
+LICENSE
     This module is in the public domain.
 
+    If your country's law does not allow this module being in the public
+    domain or does not include the concept of public domain, you may use the
+    module under the same terms as perl itself.
+

Modified: trunk/libdevel-backtrace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/changelog?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/changelog (original)
+++ trunk/libdevel-backtrace-perl/debian/changelog Tue Jul  8 06:33:34 2008
@@ -1,3 +1,16 @@
+libdevel-backtrace-perl (0.11-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    + Bump Standards-Version to 3.8.0 (No changes needed)
+    + Add myself to uploaders
+  * refresh debian/rules with dh-make-perl -R; remove some comments
+    from template
+  * Add Copyright from upstream to debian/copyright and add stanza to Debian
+    perl group
+ 
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 07 Jul 2008 23:59:10 -0600
+
 libdevel-backtrace-perl (0.10-2) unstable; urgency=low
 
   * Extend long description, thanks to Gerfried Fuchs for the bug report

Modified: trunk/libdevel-backtrace-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/control?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/control (original)
+++ trunk/libdevel-backtrace-perl/debian/control Tue Jul  8 06:33:34 2008
@@ -6,8 +6,8 @@
  libtest-pod-coverage-perl, libclass-accessor-perl, libstring-escape-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>,
- gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+ gregor herrmann <gregor+debian at comodo.priv.at>, Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Devel-Backtrace/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-backtrace-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/

Modified: trunk/libdevel-backtrace-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/copyright?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/copyright (original)
+++ trunk/libdevel-backtrace-perl/debian/copyright Tue Jul  8 06:33:34 2008
@@ -3,13 +3,20 @@
 Upstream author: Christoph Bussenius <pepe at cpan.org>
 
 Files: *
-Copyright: -
-License: PD
- The Perl module distribution Devel::Backtrace is in the public domain.
+Copyright: © 2007 Christoph Bussenius <pepe at cpan.org>
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
 
 Files: debian/*
-Copyright: -
-License: PD
- It is assumed that all contributors release their packaging works under the
- same term as the module itself.
+Copyright: © 2008 Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
 
+ Perl is distributed under the GNU General Public License, either version 1 or
+ (at your opinion) any later version, and the Artistic License. 
+
+ On Debian systems, the complete text of the GNU General Public License can be
+ found in /usr/share/common-licenses/GPL and the Artistic license in
+ /usr/share/common-licenses/Artistic.

Modified: trunk/libdevel-backtrace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/rules?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/rules (original)
+++ trunk/libdevel-backtrace-perl/debian/rules Tue Jul  8 06:33:34 2008
@@ -1,17 +1,5 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
 PERL   ?= /usr/bin/perl

Modified: trunk/libdevel-backtrace-perl/lib/Devel/Backtrace.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/lib/Devel/Backtrace.pm?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/lib/Devel/Backtrace.pm (original)
+++ trunk/libdevel-backtrace-perl/lib/Devel/Backtrace.pm Tue Jul  8 06:33:34 2008
@@ -12,11 +12,11 @@
 
 =head1 VERSION
 
-This is version 0.10.
-
-=cut
-
-our $VERSION = '0.10';
+This is version 0.11.
+
+=cut
+
+our $VERSION = '0.11';
 
 =head1 SYNOPSIS
 
@@ -260,8 +260,12 @@
 You should mention this module's name in the subject of your mails, in order to
 make sure they won't get lost in all the spam.
 
-=head1 COPYRIGHT
+=head1 LICENSE
 
 This module is in the public domain.
 
-=cut
+If your country's law does not allow this module being in the public
+domain or does not include the concept of public domain, you may use the
+module under the same terms as perl itself.
+
+=cut

Modified: trunk/libdevel-backtrace-perl/lib/Devel/Backtrace/Point.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/lib/Devel/Backtrace/Point.pm?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/lib/Devel/Backtrace/Point.pm (original)
+++ trunk/libdevel-backtrace-perl/lib/Devel/Backtrace/Point.pm Tue Jul  8 06:33:34 2008
@@ -1,7 +1,7 @@
 package Devel::Backtrace::Point;
 use strict;
 use warnings;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 use Carp;
 use String::Escape qw(printable);
 
@@ -306,11 +306,12 @@
 
 Christoph Bussenius <pepe at cpan.org>
 
-=head1 COPYRIGHT
-
-Copyright (C) 2007 Christoph Bussenius.
-
-This program is free software; you can redistribute it and/or modify it under
-the same terms as Perl itself.
-
-=cut
+=head1 LICENSE
+
+This Perl module is in the public domain.
+
+If your country's law does not allow this module being in the public
+domain or does not include the concept of public domain, you may use the
+module under the same terms as perl itself.
+
+=cut

Modified: trunk/libdevel-backtrace-perl/lib/Devel/DollarAt.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/lib/Devel/DollarAt.pm?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/lib/Devel/DollarAt.pm (original)
+++ trunk/libdevel-backtrace-perl/lib/Devel/DollarAt.pm Tue Jul  8 06:33:34 2008
@@ -298,8 +298,12 @@
 You should mention this module's name in the subject of your mails, in order to
 make sure they won't get lost in all the spam.
 
-=head1 COPYRIGHT
+=head1 LICENSE
 
 This module is in the public domain.
 
+If your country's law does not allow this module being in the public
+domain or does not include the concept of public domain, you may use the
+module under the same terms as perl itself.
+
 =cut

Modified: trunk/libdevel-backtrace-perl/t/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/t/basic.t?rev=22915&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/t/basic.t (original)
+++ trunk/libdevel-backtrace-perl/t/basic.t Tue Jul  8 06:33:34 2008
@@ -26,7 +26,7 @@
 
     like($backtrace3->to_long_string, qr{^
 package:\s*main\n
-filename:\s*t/basic\.t\n
+filename:\s*t[\\/]basic\.t\n
 line:\s*\Q$line0\E\n
 subroutine:\s*main::foo\n
 hasargs:\s*1\n




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