r22872 - in /trunk/libpdf-reuse-perl/debian: changelog copyright watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 6 20:51:06 UTC 2008


Author: gregoa
Date: Sun Jul  6 20:51:05 2008
New Revision: 22872

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22872
Log:
* debian/watch: extended regexp for matching upstream releases.
* debian/copyright: point to specific upstream source location and update
  copyright information.

Modified:
    trunk/libpdf-reuse-perl/debian/changelog
    trunk/libpdf-reuse-perl/debian/copyright
    trunk/libpdf-reuse-perl/debian/watch

Modified: trunk/libpdf-reuse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-reuse-perl/debian/changelog?rev=22872&op=diff
==============================================================================
--- trunk/libpdf-reuse-perl/debian/changelog (original)
+++ trunk/libpdf-reuse-perl/debian/changelog Sun Jul  6 20:51:05 2008
@@ -10,6 +10,9 @@
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
   * New upstream release.
+  * debian/watch: extended regexp for matching upstream releases.
+  * debian/copyright: point to specific upstream source location and update
+    copyright information.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:35 +0200
 

Modified: trunk/libpdf-reuse-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-reuse-perl/debian/copyright?rev=22872&op=diff
==============================================================================
--- trunk/libpdf-reuse-perl/debian/copyright (original)
+++ trunk/libpdf-reuse-perl/debian/copyright Sun Jul  6 20:51:05 2008
@@ -1,18 +1,15 @@
 This is the debian package for the PDF-Reuse module.
 It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
-
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if don't want to get into legal troubles.
+It was downloaded from the Comprehensive Perl Archive Network (CPAN):
+http://search.cpan.org/dist/PDF-Reuse/
 
 The upstream author is Lars Lundberg <larslund at cpan.org>.  
 
 Copyright (C) 2003 - 2004 Lars Lundberg, Solidez HB.
-Copyright (C) 2005 Karin Lundberg.
-
+Copyright (C) 2005 - 2007 Karin Lundberg. All rights reserved.
+Copyright (C) 2008 -      Lars Lundberg, Solidez HB.
+ 
 License:
 
   PDF::Reuse is dual licensed under the same terms as Perl itself.
@@ -22,8 +19,7 @@
 
   On a Debian system a copy of the Perl Artistic license can be found in
   the file '/usr/share/common-licenses/Artistic' and a copy of the GPL
-  version 2 can be found in the file '/usr/share/common-licenses/GPL'.
+  version can be found in the file '/usr/share/common-licenses/GPL'.
 
 The Debian packaging is (C) 2007, Vincent Danjean <vdanjean at debian.org> and
 is licensed under the same licenses as the software itself (see above).
-

Modified: trunk/libpdf-reuse-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpdf-reuse-perl/debian/watch?rev=22872&op=diff
==============================================================================
--- trunk/libpdf-reuse-perl/debian/watch (original)
+++ trunk/libpdf-reuse-perl/debian/watch Sun Jul  6 20:51:05 2008
@@ -1,3 +1,3 @@
 version=3
-http://search.cpan.org/dist/PDF-Reuse/ .*/PDF-Reuse-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/PDF-Reuse/ .*/PDF-Reuse-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
 




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