r62946 - in /trunk/libv-perl/debian: changelog control copyright source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 25 15:40:32 UTC 2010


Author: gregoa
Date: Sat Sep 25 15:40:23 2010
New Revision: 62946

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62946
Log:
dh-make-perl refresh

Added:
    trunk/libv-perl/debian/source/
    trunk/libv-perl/debian/source/format
Modified:
    trunk/libv-perl/debian/changelog
    trunk/libv-perl/debian/control
    trunk/libv-perl/debian/copyright

Modified: trunk/libv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/changelog?rev=62946&op=diff
==============================================================================
--- trunk/libv-perl/debian/changelog (original)
+++ trunk/libv-perl/debian/changelog Sat Sep 25 15:40:23 2010
@@ -1,5 +1,6 @@
 libv-perl (0.13-1) UNRELEASED; urgency=low
 
+  [ Jeremiah C. Foster ]
   * Initial Release. (Closes: #552405)
 
  -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Sat, 7 Nov 2009 19:30:08 +0000

Modified: trunk/libv-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/control?rev=62946&op=diff
==============================================================================
--- trunk/libv-perl/debian/control (original)
+++ trunk/libv-perl/debian/control Sat Sep 25 15:40:23 2010
@@ -4,15 +4,16 @@
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com> 
-Standards-Version: 3.8.3
+Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/V/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libv-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libv-perl
 
 Package: libv-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description: Print the version of specified perl module(s)
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module for printing the version of specified perl module(s)
  V uses stolen code from Module::Info to find the location and version of the
  specified module(s). It prints them and exit()s.

Modified: trunk/libv-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/copyright?rev=62946&op=diff
==============================================================================
--- trunk/libv-perl/debian/copyright (original)
+++ trunk/libv-perl/debian/copyright Sat Sep 25 15:40:23 2010
@@ -1,31 +1,29 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Abe Timmerman <abeltje at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/V/
-Upstream-Name: V
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Abe Timmerman <abeltje at cpan.org>
+Source: http://search.cpan.org/dist/V/
+Name: V
 
 Files: *
-Copyright: Abe Timmerman <abeltje at cpan.org>
-License: 
-
-Module::Build Copyright:
- © 2001-2007, Michael G Schwern <schwern at pobox.com>,
-              Mattia Barbon <mbarbon at cpan.org>
+Copyright: 2002-2006, Abe Timmerman <abeltje at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
-License: Artistic | GPL-1+
+ 2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
 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'
+ 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 systems, the complete text of the Artistic License can be
+ found 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'
+ 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libv-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libv-perl/debian/source/format?rev=62946&op=file
==============================================================================
--- trunk/libv-perl/debian/source/format (added)
+++ trunk/libv-perl/debian/source/format Sat Sep 25 15:40:23 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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