r8337 - in /trunk/libfile-read-perl: Build.PL META.yml Makefile.PL README debian/changelog debian/control debian/patches/ debian/patches/authors_name_in_utf8.patch debian/patches/series debian/rules lib/File/Read.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 18 20:03:56 UTC 2007


Author: dmn
Date: Thu Oct 18 20:03:56 2007
New Revision: 8337

URL: http://svn.debian.org/wsvn/?sc=1&rev=8337
Log:
* Extract the change to the author's name (latin1->utf8) in a separate patch

Added:
    trunk/libfile-read-perl/debian/patches/
    trunk/libfile-read-perl/debian/patches/authors_name_in_utf8.patch
    trunk/libfile-read-perl/debian/patches/series
Modified:
    trunk/libfile-read-perl/Build.PL
    trunk/libfile-read-perl/META.yml
    trunk/libfile-read-perl/Makefile.PL
    trunk/libfile-read-perl/README
    trunk/libfile-read-perl/debian/changelog
    trunk/libfile-read-perl/debian/control
    trunk/libfile-read-perl/debian/rules
    trunk/libfile-read-perl/lib/File/Read.pm

Modified: trunk/libfile-read-perl/Build.PL
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/Build.PL?rev=8337&op=diff
==============================================================================
--- trunk/libfile-read-perl/Build.PL (original)
+++ trunk/libfile-read-perl/Build.PL Thu Oct 18 20:03:56 2007
@@ -4,7 +4,7 @@
 my $builder = Module::Build->new(
     module_name         => 'File::Read',
     license             => 'perl',
-    dist_author         => 'Sebastien Aperghis-Tramoni <sebastien at aperghis.net>',
+    dist_author         => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
     dist_version_from   => 'lib/File/Read.pm',
     build_requires => {
         'File::Slurp'   => 0,

Modified: trunk/libfile-read-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/META.yml?rev=8337&op=diff
==============================================================================
--- trunk/libfile-read-perl/META.yml (original)
+++ trunk/libfile-read-perl/META.yml Thu Oct 18 20:03:56 2007
@@ -2,7 +2,7 @@
 name: File-Read
 version: 0.07
 author:
-  - 'Sebastien Aperghis-Tramoni <sebastien at aperghis.net>'
+  - 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>'
 abstract: Unique interface for reading one or more files
 license: perl
 resources:

Modified: trunk/libfile-read-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/Makefile.PL?rev=8337&op=diff
==============================================================================
--- trunk/libfile-read-perl/Makefile.PL (original)
+++ trunk/libfile-read-perl/Makefile.PL Thu Oct 18 20:03:56 2007
@@ -5,7 +5,7 @@
 WriteMakefile(
     NAME                => 'File::Read',
     LICENSE             => 'perl',
-    AUTHOR              => 'Sebastien Aperghis-Tramoni <sebastien at aperghis.net>',
+    AUTHOR              => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
     VERSION_FROM        => 'lib/File/Read.pm',
     ABSTRACT_FROM       => 'lib/File/Read.pm',
     PL_FILES            => {},

Modified: trunk/libfile-read-perl/README
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/README?rev=8337&op=diff
==============================================================================
--- trunk/libfile-read-perl/README (original)
+++ trunk/libfile-read-perl/README Thu Oct 18 20:03:56 2007
@@ -68,7 +68,7 @@
 
 COPYRIGHT AND LICENCE
 
-    Copyright (C) 2006 Sebastien Aperghis-Tramoni
+    Copyright (C) 2006 Sébastien Aperghis-Tramoni
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.

Modified: trunk/libfile-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/changelog?rev=8337&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/changelog (original)
+++ trunk/libfile-read-perl/debian/changelog Thu Oct 18 20:03:56 2007
@@ -11,8 +11,9 @@
   * [debian/watch] mangle upstream version so that 0.07 becomes 0.0700 to keep
     versions sequential (dpkg-wise)
   * Clean up debian/rules
+  * Extract the change to the author's name (latin1->utf8) in a separate patch
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 18 Oct 2007 22:46:57 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 18 Oct 2007 23:02:29 +0300
 
 libfile-read-perl (0.0602-1) unstable; urgency=low
 

Modified: trunk/libfile-read-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/control?rev=8337&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/control (original)
+++ trunk/libfile-read-perl/debian/control Thu Oct 18 20:03:56 2007
@@ -1,7 +1,7 @@
 Source: libfile-read-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt
 Build-Depends-Indep: perl (>= 5.8.8-7), libfile-slurp-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>, gregor herrmann <gregor+debian at comodo.priv.at>

Added: trunk/libfile-read-perl/debian/patches/authors_name_in_utf8.patch
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/patches/authors_name_in_utf8.patch?rev=8337&op=file
==============================================================================
--- trunk/libfile-read-perl/debian/patches/authors_name_in_utf8.patch (added)
+++ trunk/libfile-read-perl/debian/patches/authors_name_in_utf8.patch Thu Oct 18 20:03:56 2007
@@ -1,0 +1,64 @@
+--- libfile-read-perl-0.0700.orig/META.yml
++++ libfile-read-perl-0.0700/META.yml
+@@ -2,7 +2,7 @@
+ name: File-Read
+ version: 0.07
+ author:
+-  - 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>'
++  - 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>'
+ abstract: Unique interface for reading one or more files
+ license: perl
+ resources:
+--- libfile-read-perl-0.0700.orig/README
++++ libfile-read-perl-0.0700/README
+@@ -68,7 +68,7 @@
+ 
+ COPYRIGHT AND LICENCE
+ 
+-    Copyright (C) 2006 Sébastien Aperghis-Tramoni
++    Copyright (C) 2006 Sébastien Aperghis-Tramoni
+ 
+     This program is free software; you can redistribute it and/or modify it
+     under the same terms as Perl itself.
+--- libfile-read-perl-0.0700.orig/lib/File/Read.pm
++++ libfile-read-perl-0.0700/lib/File/Read.pm
+@@ -278,7 +278,7 @@
+ 
+ =head1 AUTHOR
+ 
+-Sébastien Aperghis-Tramoni, C<< <sebastien at aperghis.net> >>
++Sébastien Aperghis-Tramoni, C<< <sebastien at aperghis.net> >>
+ 
+ =head1 BUGS
+ 
+@@ -322,7 +322,7 @@
+ 
+ =head1 COPYRIGHT & LICENSE
+ 
+-Copyright 2006 Sébastien Aperghis-Tramoni, all rights reserved.
++Copyright 2006 Sébastien Aperghis-Tramoni, all rights reserved.
+ 
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+--- libfile-read-perl-0.0700.orig/Makefile.PL
++++ libfile-read-perl-0.0700/Makefile.PL
+@@ -5,7 +5,7 @@
+ WriteMakefile(
+     NAME                => 'File::Read',
+     LICENSE             => 'perl',
+-    AUTHOR              => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
++    AUTHOR              => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
+     VERSION_FROM        => 'lib/File/Read.pm',
+     ABSTRACT_FROM       => 'lib/File/Read.pm',
+     PL_FILES            => {},
+--- libfile-read-perl-0.0700.orig/Build.PL
++++ libfile-read-perl-0.0700/Build.PL
+@@ -4,7 +4,7 @@
+ my $builder = Module::Build->new(
+     module_name         => 'File::Read',
+     license             => 'perl',
+-    dist_author         => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
++    dist_author         => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
+     dist_version_from   => 'lib/File/Read.pm',
+     build_requires => {
+         'File::Slurp'   => 0,

Added: trunk/libfile-read-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/patches/series?rev=8337&op=file
==============================================================================
--- trunk/libfile-read-perl/debian/patches/series (added)
+++ trunk/libfile-read-perl/debian/patches/series Thu Oct 18 20:03:56 2007
@@ -1,0 +1,1 @@
+authors_name_in_utf8.patch

Modified: trunk/libfile-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/rules?rev=8337&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/rules (original)
+++ trunk/libfile-read-perl/debian/rules Thu Oct 18 20:03:56 2007
@@ -14,6 +14,8 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -23,7 +25,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: patch
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -33,7 +35,7 @@
 
 	touch build-stamp
 
-clean: 
+clean: unpatch
 	dh_testdir
 	dh_testroot
 

Modified: trunk/libfile-read-perl/lib/File/Read.pm
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/lib/File/Read.pm?rev=8337&op=diff
==============================================================================
--- trunk/libfile-read-perl/lib/File/Read.pm (original)
+++ trunk/libfile-read-perl/lib/File/Read.pm Thu Oct 18 20:03:56 2007
@@ -278,7 +278,7 @@
 
 =head1 AUTHOR
 
-Sebastien Aperghis-Tramoni, C<< <sebastien at aperghis.net> >>
+Sébastien Aperghis-Tramoni, C<< <sebastien at aperghis.net> >>
 
 =head1 BUGS
 
@@ -322,7 +322,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2006 Sebastien Aperghis-Tramoni, all rights reserved.
+Copyright 2006 Sébastien Aperghis-Tramoni, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




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