r10800 - in /trunk/libgraphics-colornames-www-perl: IE.pm SVG.pm WWW.pm debian/changelog debian/control debian/patches/ debian/patches/series debian/patches/utf-in-manpages.patch debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 4 10:16:54 UTC 2007


Author: dmn
Date: Tue Dec  4 10:16:53 2007
New Revision: 10800

URL: http://svn.debian.org/wsvn/?sc=1&rev=10800
Log:
* Move making manapges utf8-less in a patch
  + Add quilt to the build process

Added:
    trunk/libgraphics-colornames-www-perl/debian/patches/
    trunk/libgraphics-colornames-www-perl/debian/patches/series
    trunk/libgraphics-colornames-www-perl/debian/patches/utf-in-manpages.patch
Modified:
    trunk/libgraphics-colornames-www-perl/IE.pm
    trunk/libgraphics-colornames-www-perl/SVG.pm
    trunk/libgraphics-colornames-www-perl/WWW.pm
    trunk/libgraphics-colornames-www-perl/debian/changelog
    trunk/libgraphics-colornames-www-perl/debian/control
    trunk/libgraphics-colornames-www-perl/debian/rules

Modified: trunk/libgraphics-colornames-www-perl/IE.pm
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/IE.pm?rev=10800&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/IE.pm (original)
+++ trunk/libgraphics-colornames-www-perl/IE.pm Tue Dec  4 10:16:53 2007
@@ -27,13 +27,13 @@
 
 =head1 AUTHOR
 
-Claus Faerber <cfaerber at cpan.org>
+Claus Färber <cfaerber at cpan.org>
 
 =head1 LICENSE
 
-Copyright (c) 2005 Claus Faerber
+Copyright © 2005 Claus Färber
 
-Based on C<Graphics::ColorNames::HTML> Copyright (c) 2001-2004 Robert Rothenberg.
+Based on C<Graphics::ColorNames::HTML> Copyright © 2001-2004 Robert Rothenberg.
 
 All rights reserved.  This program is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.

Modified: trunk/libgraphics-colornames-www-perl/SVG.pm
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/SVG.pm?rev=10800&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/SVG.pm (original)
+++ trunk/libgraphics-colornames-www-perl/SVG.pm Tue Dec  4 10:16:53 2007
@@ -28,13 +28,13 @@
 
 =head1 AUTHOR
 
-Claus Farber <cfaerber at cpan.org>
+Claus Färber <cfaerber at cpan.org>
 
 =head1 LICENSE
 
-Copyright (c) 2005 Claus Faerber
-
-Based on C<Graphics::ColorNames::HTML> Copyright (c) 2001-2004 Robert Rothenberg.
+Copyright © 2005 Claus Färber
+
+Based on C<Graphics::ColorNames::HTML> Copyright © 2001-2004 Robert Rothenberg.
 
 All rights reserved.  This program is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.

Modified: trunk/libgraphics-colornames-www-perl/WWW.pm
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/WWW.pm?rev=10800&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/WWW.pm (original)
+++ trunk/libgraphics-colornames-www-perl/WWW.pm Tue Dec  4 10:16:53 2007
@@ -34,13 +34,13 @@
 
 =head1 AUTHOR
 
-Claus Faerber <cfaerber at cpan.org>
+Claus Färber <cfaerber at cpan.org>
 
 =head1 LICENSE
 
-Copyright (c) 2005 Claus Faerber
+Copyright © 2005 Claus Färber
 
-Based on C<Graphics::ColorNames::HTML> Copyright (c) 2001-2004 Robert Rothenberg.
+Based on C<Graphics::ColorNames::HTML> Copyright © 2001-2004 Robert Rothenberg.
 
 All rights reserved.  This program is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.

Modified: trunk/libgraphics-colornames-www-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/debian/changelog?rev=10800&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/debian/changelog (original)
+++ trunk/libgraphics-colornames-www-perl/debian/changelog Tue Dec  4 10:16:53 2007
@@ -6,6 +6,10 @@
   * Fixed watch file.
   * Fixed Maintainer field in control file.
   * Fixed copyright and control file with a better URL.
+
+  [ Damyan Ivanov ]
+  * Move making manapges utf8-less in a patch
+    + Add quilt to the build process
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 14:45:11 -0400
 

Modified: trunk/libgraphics-colornames-www-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/debian/control?rev=10800&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/debian/control (original)
+++ trunk/libgraphics-colornames-www-perl/debian/control Tue Dec  4 10:16:53 2007
@@ -1,7 +1,7 @@
 Source: libgraphics-colornames-www-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.6.0), libgraphics-colornames-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>

Added: trunk/libgraphics-colornames-www-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/debian/patches/series?rev=10800&op=file
==============================================================================
--- trunk/libgraphics-colornames-www-perl/debian/patches/series (added)
+++ trunk/libgraphics-colornames-www-perl/debian/patches/series Tue Dec  4 10:16:53 2007
@@ -1,0 +1,1 @@
+utf-in-manpages.patch

Added: trunk/libgraphics-colornames-www-perl/debian/patches/utf-in-manpages.patch
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/debian/patches/utf-in-manpages.patch?rev=10800&op=file
==============================================================================
--- trunk/libgraphics-colornames-www-perl/debian/patches/utf-in-manpages.patch (added)
+++ trunk/libgraphics-colornames-www-perl/debian/patches/utf-in-manpages.patch Tue Dec  4 10:16:53 2007
@@ -1,0 +1,63 @@
+Index: libgraphics-colornames-www-perl/SVG.pm
+===================================================================
+--- libgraphics-colornames-www-perl.orig/SVG.pm	2007-12-04 11:51:32.000000000 +0200
++++ libgraphics-colornames-www-perl/SVG.pm	2007-12-04 11:52:14.000000000 +0200
+@@ -28,13 +28,13 @@
+ 
+ =head1 AUTHOR
+ 
+-Claus Färber <cfaerber at cpan.org>
++Claus Farber <cfaerber at cpan.org>
+ 
+ =head1 LICENSE
+ 
+-Copyright © 2005 Claus Färber
++Copyright (c) 2005 Claus Faerber
+ 
+-Based on C<Graphics::ColorNames::HTML> Copyright © 2001-2004 Robert Rothenberg.
++Based on C<Graphics::ColorNames::HTML> Copyright (c) 2001-2004 Robert Rothenberg.
+ 
+ All rights reserved.  This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+Index: libgraphics-colornames-www-perl/WWW.pm
+===================================================================
+--- libgraphics-colornames-www-perl.orig/WWW.pm	2007-12-04 11:51:32.000000000 +0200
++++ libgraphics-colornames-www-perl/WWW.pm	2007-12-04 11:52:14.000000000 +0200
+@@ -34,13 +34,13 @@
+ 
+ =head1 AUTHOR
+ 
+-Claus Färber <cfaerber at cpan.org>
++Claus Faerber <cfaerber at cpan.org>
+ 
+ =head1 LICENSE
+ 
+-Copyright © 2005 Claus Färber
++Copyright (c) 2005 Claus Faerber
+ 
+-Based on C<Graphics::ColorNames::HTML> Copyright © 2001-2004 Robert Rothenberg.
++Based on C<Graphics::ColorNames::HTML> Copyright (c) 2001-2004 Robert Rothenberg.
+ 
+ All rights reserved.  This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+Index: libgraphics-colornames-www-perl/IE.pm
+===================================================================
+--- libgraphics-colornames-www-perl.orig/IE.pm	2007-12-04 11:51:32.000000000 +0200
++++ libgraphics-colornames-www-perl/IE.pm	2007-12-04 11:52:14.000000000 +0200
+@@ -27,13 +27,13 @@
+ 
+ =head1 AUTHOR
+ 
+-Claus Färber <cfaerber at cpan.org>
++Claus Faerber <cfaerber at cpan.org>
+ 
+ =head1 LICENSE
+ 
+-Copyright © 2005 Claus Färber
++Copyright (c) 2005 Claus Faerber
+ 
+-Based on C<Graphics::ColorNames::HTML> Copyright © 2001-2004 Robert Rothenberg.
++Based on C<Graphics::ColorNames::HTML> Copyright (c) 2001-2004 Robert Rothenberg.
+ 
+ All rights reserved.  This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.

Modified: trunk/libgraphics-colornames-www-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/debian/rules?rev=10800&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/debian/rules (original)
+++ trunk/libgraphics-colornames-www-perl/debian/rules Tue Dec  4 10:16:53 2007
@@ -20,7 +20,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -28,7 +28,7 @@
 	$(MAKE) test
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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