[SCM] Packaging of IO::File::WithPath in Debian branch, master, updated. debian/0.07-1-2-g768709b

Ernesto Hernández-No?==?UTF-8?Q?vich emhnemhn at gmail.com
Thu Nov 3 21:03:08 UTC 2011


The following commit has been merged in the master branch:
commit 768709bc95f669784994b7e09b01718848fa479d
Author: Ernesto Hernández-Novich <emhnemhn at gmail.com>
Date:   Thu Nov 3 16:30:08 2011 -0430

    Fixes to Vcs-* information
    
    debian/control: Added proper Vcs-* information for Git instead of SVN.

diff --git a/debian/changelog b/debian/changelog
index baf5f63..a0dc95a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,17 +3,8 @@ libio-file-withpath-perl (0.07-1) UNRELEASED; urgency=low
   [ Ernesto Hernández-Novich (USB) ]
   TODO:
   - d/copyright:
-    + missing year(s) of upstream copyright -- ok, that's nowhere to be found
-    + more important: there's no indication anywhere that the author is the
-      copyright holder --> either ask them or add a Comment about our
-      assumption and the Berne Convention ...
-    + wrong URL for Format-Specification [0]
-  - d/control: 
-    + remove unversioned ", perl" from Depends
-    + wrong Vcs-* fields (svn -> git) [0]
+    + waiting for upstream to confirm copyright dates and correct mail address 
   
-  [0] packagecheck or a current dh-make-perl refresh should fix this
-
   * Initial Release (Closes: #646947).
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 28 Oct 2011 10:30:51 -0430
diff --git a/debian/control b/debian/control
index 2a22ca9..f023c0a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,13 @@ Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.2
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-file-withpath-perl/
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-file-withpath-perl/
 Homepage: http://search.cpan.org/dist/IO-File-WithPath/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-file-withpath-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-file-withpath-perl.git
 
 Package: libio-file-withpath-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: IO::File extension that keeps the pathname
  IO::File::WithPath is a Perl module extending IO::File to keep track
  of the absolute path name.
diff --git a/debian/copyright b/debian/copyright
index 34fb68e..6657141 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,35 +5,17 @@ Name: IO-File-WithPath
 
 Files: *
 Copyright: Masahiro Chiba <chiba at geminium.com>
-License: Artistic or GPL-1+
-
-Files: inc/Module/*
-Copyright: 2002-2011, Adam Kennedy <adamk at cpan.org>
- 2002-2011, Audrey Tang <autrijus at autrijus.org>
- 2002-2011, Brian Ingerson <ingy at cpan.org>
-License: Artistic or GPL-1+
-
-Files: inc/Spiffy.pm
-Copyright: 2004-2006, Brian Ingerson <ingy at cpan.org>
-License: Artistic or GPL-1+
-
-Files: inc/Test/More.pm
-Copyright: 2001-2008, Michael G Schwern <schwern at pobox.com>
-License: Artistic or GPL-1+
-
-Files: inc/Test/Builder.pm inc/Test/Builder/*
-Copyright: 2002-2008, chromatic <chromatic at wgz.org>
- 2002-2008, Michael G Schwern <schwern at pobox.com>
-License: Artistic or GPL-1+
-
-Files: inc/Test/Base.pm inc/Test/Base/*
-Copyright: 2006-2011, Ingy döt Net <ingy at cpan.org>
- 2005, Brian Ingerson <ingy at cpan.org>
-License: Artistic or GPL-1+
+License: unparsable
 
 Files: debian/*
 Copyright: 2011, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-License: Artistic or GPL-1+
+License: unparsable or Artistic or GPL-1+
+
+License: unparsable
+ No known license could be automatically determined for this module.
+ If this module conforms to a commonly used license, please report this
+ as a bug in dh-make-perl. In any case, please find the proper license
+ and fix this file!
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify

-- 
Packaging of IO::File::WithPath in Debian



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