r30218 - in /trunk/libdevel-backtrace-perl: ./ debian/ lib/Devel/ t/

rmayorga at users.alioth.debian.org rmayorga at users.alioth.debian.org
Thu Jan 29 03:16:10 UTC 2009


Author: rmayorga
Date: Thu Jan 29 03:16:06 2009
New Revision: 30218

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30218
Log:
* New upstream release
* debian/control
  + use debhelper version 7
  + remove libmodule-build-perl from B-D-I, dh7 prefers MakeMaker
  + update my email address
* debian/rules; refresh it, using dh-make-perl -R
* debian/copyright:
  + update the proposal format
  + mention individual debian/* copyright info based on debian/changelog

Added:
    trunk/libdevel-backtrace-perl/debian/libdevel-backtrace-perl.examples
Modified:
    trunk/libdevel-backtrace-perl/Changes
    trunk/libdevel-backtrace-perl/MANIFEST
    trunk/libdevel-backtrace-perl/META.yml
    trunk/libdevel-backtrace-perl/Makefile.PL
    trunk/libdevel-backtrace-perl/README
    trunk/libdevel-backtrace-perl/debian/changelog
    trunk/libdevel-backtrace-perl/debian/compat
    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/DollarAt.pm
    trunk/libdevel-backtrace-perl/t/basic.t

Modified: trunk/libdevel-backtrace-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/Changes?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/Changes (original)
+++ trunk/libdevel-backtrace-perl/Changes Thu Jan 29 03:16:06 2009
@@ -51,3 +51,10 @@
         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...
+
+0.11_01 Wed Jan 21 00:14:18 CET 2009
+        Try again to make the test suite windows-compatible.
+
+0.12    2009-01-27
+        Non-dev release after 0.11_01 seemed fine with testers.
+        Pod fix.

Modified: trunk/libdevel-backtrace-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/MANIFEST?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/MANIFEST (original)
+++ trunk/libdevel-backtrace-perl/MANIFEST Thu Jan 29 03:16:06 2009
@@ -8,10 +8,7 @@
 lib/Devel/Backtrace/Point.pm
 lib/Devel/DollarAt.pm
 LICENSE
-Makefile.PL
 MANIFEST			This list of files
-META.yml
-README
 t/00-load.t
 t/basic.t
 t/by_index.t
@@ -19,3 +16,6 @@
 t/pod-coverage.t
 t/pod.t
 t/skipme.t
+Makefile.PL
+README
+META.yml

Modified: trunk/libdevel-backtrace-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/META.yml?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/META.yml (original)
+++ trunk/libdevel-backtrace-perl/META.yml Thu Jan 29 03:16:06 2009
@@ -1,12 +1,12 @@
 ---
 name: Devel-Backtrace
-version: 0.11
+version: 0.12
 author:
   - 'Christoph Bussenius <pepe at cpan.org>'
 abstract: Object-oriented backtrace
 license: perl
 resources:
-  license: http://dev.perl.org/licenses/
+  license: ~
 requires:
   Carp: 0
   Class::Accessor: 0
@@ -17,7 +17,7 @@
 provides:
   Devel::Backtrace:
     file: lib/Devel/Backtrace.pm
-    version: 0.11
+    version: 0.12
   Devel::Backtrace::Point:
     file: lib/Devel/Backtrace/Point.pm
     version: 0.11
@@ -26,7 +26,7 @@
     version: 0.02
 no_index:
   directory: example
-generated_by: Module::Build version 0.2808
+generated_by: Module::Build version 0.31
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html
   version: 1.2

Modified: trunk/libdevel-backtrace-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/Makefile.PL?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/Makefile.PL (original)
+++ trunk/libdevel-backtrace-perl/Makefile.PL Thu Jan 29 03:16:06 2009
@@ -1,8 +1,8 @@
-# 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.31
+require 5.006_000;
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'PL_FILES' => {},
           'INSTALLDIRS' => 'site',
           'NAME' => 'Devel::Backtrace',
           'EXE_FILES' => [],

Modified: trunk/libdevel-backtrace-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/README?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/README (original)
+++ trunk/libdevel-backtrace-perl/README Thu Jan 29 03:16:06 2009
@@ -2,7 +2,7 @@
     Devel::Backtrace - Object-oriented backtrace
 
 VERSION
-    This is version 0.11.
+    This is version 0.12.
 
 SYNOPSIS
         my $backtrace = Devel::Backtrace->new;

Modified: trunk/libdevel-backtrace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/changelog?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/changelog (original)
+++ trunk/libdevel-backtrace-perl/debian/changelog Thu Jan 29 03:16:06 2009
@@ -1,4 +1,4 @@
-libdevel-backtrace-perl (0.11-2) UNRELEASED; urgency=low
+libdevel-backtrace-perl (0.12-1) unstable; urgency=low
 
   [ Tim Retout ]
   * debian/copyright: Fix 'at your opinion' typo.
@@ -8,9 +8,17 @@
     (source stanza).
 
   [ Rene Mayorga ]
-  * debian/control: update my email address.
+  * New upstream release
+  * debian/control
+    + use debhelper version 7
+    + remove libmodule-build-perl from B-D-I, dh7 prefers MakeMaker
+    + update my email address
+  * debian/rules; refresh it, using dh-make-perl -R
+  * debian/copyright:
+    + update the proposal format
+    + mention individual debian/* copyright info based on debian/changelog
 
- -- Rene Mayorga <rmayorga at debian.org>  Tue, 20 Jan 2009 01:27:13 -0600
+ -- Rene Mayorga <rmayorga at debian.org>  Wed, 28 Jan 2009 20:30:22 -0600
 
 libdevel-backtrace-perl (0.11-1) unstable; urgency=low
 

Modified: trunk/libdevel-backtrace-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/compat?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/compat (original)
+++ trunk/libdevel-backtrace-perl/debian/compat Thu Jan 29 03:16:06 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libdevel-backtrace-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/control?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/control (original)
+++ trunk/libdevel-backtrace-perl/debian/control Thu Jan 29 03:16:06 2009
@@ -1,7 +1,7 @@
 Source: libdevel-backtrace-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.7), libtest-pod-perl,
  libtest-pod-coverage-perl, libclass-accessor-perl, libstring-escape-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libdevel-backtrace-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/copyright?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/copyright (original)
+++ trunk/libdevel-backtrace-perl/debian/copyright Thu Jan 29 03:16:06 2009
@@ -1,22 +1,29 @@
-Upstream source location: http://search.cpan.org/dist/Devel-Backtrace/
-
-Upstream author: Christoph Bussenius <pepe at cpan.org>
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Christoph Bussenius <pepe at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Devel-Backtrace/
+Upstream-Name: Devel-Backtrace
 
 Files: *
 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.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
 Files: debian/*
-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.
+Copyright: © 2008 Roberto C. Sanchez <roberto at connexer.com>
+           © 2008 gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
 
- Perl is distributed under the GNU General Public License, either version 1 or
- (at your option) any later version, and the Artistic License.
+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'
 
- 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.
+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'

Added: trunk/libdevel-backtrace-perl/debian/libdevel-backtrace-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/libdevel-backtrace-perl.examples?rev=30218&op=file
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/libdevel-backtrace-perl.examples (added)
+++ trunk/libdevel-backtrace-perl/debian/libdevel-backtrace-perl.examples Thu Jan 29 03:16:06 2009
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libdevel-backtrace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/debian/rules?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/debian/rules (original)
+++ trunk/libdevel-backtrace-perl/debian/rules Thu Jan 29 03:16:06 2009
@@ -1,49 +1,23 @@
 #!/usr/bin/make -f
-
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples examples/*
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/lib/Devel/Backtrace.pm (original)
+++ trunk/libdevel-backtrace-perl/lib/Devel/Backtrace.pm Thu Jan 29 03:16:06 2009
@@ -12,11 +12,11 @@
 
 =head1 VERSION
 
-This is version 0.11.
-
-=cut
-
-our $VERSION = '0.11';
+This is version 0.12.
+
+=cut
+
+our $VERSION = '0.12';
 
 =head1 SYNOPSIS
 

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=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/lib/Devel/DollarAt.pm (original)
+++ trunk/libdevel-backtrace-perl/lib/Devel/DollarAt.pm Thu Jan 29 03:16:06 2009
@@ -215,7 +215,7 @@
 
 =item inputline
 
-Returns the line number of C<$@->inputhandle> (which is $.) at the time of the
+Returns the line number of C<< $@->inputhandle >> (which is $.) at the time of the
 error.
 
 =item line

Modified: trunk/libdevel-backtrace-perl/t/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-backtrace-perl/t/basic.t?rev=30218&op=diff
==============================================================================
--- trunk/libdevel-backtrace-perl/t/basic.t (original)
+++ trunk/libdevel-backtrace-perl/t/basic.t Thu Jan 29 03:16:06 2009
@@ -13,16 +13,21 @@
 
 sub bar {
     $line2 = __LINE__; my $backtrace1 = Devel::Backtrace->new;
-    is ("$backtrace1", qq{Devel::Backtrace::new called from main (t/basic.t:$line2)
+    my $backtrace1_str = "$backtrace1";
+    $backtrace1_str =~ tr#\\#/#;
+    is ($backtrace1_str, qq{Devel::Backtrace::new called from main (t/basic.t:$line2)
 main::bar called from main (t/basic.t:$line1)
 main::foo called from main (t/basic.t:$line0)\n}, 'stringification');
 
     my $backtrace2 = Devel::Backtrace->new(1);
+    $backtrace2 =~ tr#\\#/#;
     is ("$backtrace2", qq{main::bar called from main (t/basic.t:$line1)
 main::foo called from main (t/basic.t:$line0)\n}, 'stringification with argument 1 to new');
 
     my $backtrace3 = Devel::Backtrace->new(2);
-    is("$backtrace3", qq{main::foo called from main (t/basic.t:$line0)\n}, 'stringification with argument 2 to new');
+    my $backtrace3_str = "$backtrace3";
+    $backtrace3_str =~ tr#\\#/#;
+    is($backtrace3_str, qq{main::foo called from main (t/basic.t:$line0)\n}, 'stringification with argument 2 to new');
 
     like($backtrace3->to_long_string, qr{^
 package:\s*main\n




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