[SCM] Debian packaging of libclone-perl branch, master, updated. upstream/0.32-44-g68443f5

Xavier Guimard x.guimard at free.fr
Sat Nov 24 17:31:16 UTC 2012


The following commit has been merged in the master branch:
commit 89860cdc23bbec452cf37cb628f8a4308d63ee33
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Nov 24 18:30:12 2012 +0100

    Update copyright and uploaders

diff --git a/debian/changelog b/debian/changelog
index f07a5b1..8a2be83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ libclone-perl (0.33-1) UNRELEASED; urgency=low
 
   [ Xavier Guimard ]
   * Imported Upstream version 0.33
+  * Update debian/copyright
 
  -- Xavier Guimard <x.guimard at free.fr>  Sat, 24 Nov 2012 18:12:58 +0100
 
diff --git a/debian/control b/debian/control
index d630b50..6c42e5d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libclone-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
            Ansgar Burchardt <ansgar at debian.org>,
-           Brian Cassidy <brian.cassidy at gmail.com>
+           Brian Cassidy <brian.cassidy at gmail.com>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
@@ -14,9 +15,9 @@ Homepage: http://search.cpan.org/dist/Clone/
 
 Package: libclone-perl
 Architecture: any
-Depends: ${perl:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: recursively copy Perl datatypes
  The Clone module provides a clone() method which makes recursive copies of
  nested hash, array, scalar and reference types, including tied variables and
diff --git a/debian/copyright b/debian/copyright
index fa0a87e..3b1bc83 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,25 +1,26 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Clone
-Upstream-Contact: Ray Finch <rdf at cpan.org>
 Source: http://search.cpan.org/dist/Clone/
+Upstream-Contact: Ray Finch <rdf at cpan.org>
 
 Files: *
-Copyright: Copyright 2001-2012 Ray Finch.
-License: GPL-1+ or Artistic
+Copyright: Ray Finch <rdf at cpan.org>
+License: Artistic or GPL-1+
 
 Files: t/dclone.t
  t/dump.pl
  t/tied.pl
-Copyright: Copyright (c) 1995-2000, Raphael Manfredi
+Copyright: 1995-2000, Raphael Manfredi
 License: Artistic
 
 Files: debian/*
-Copyright: 
- (C) 2004-2007, Bastian Blank <waldi at debian.org>
- (C) 2008-2012, various members of the Debian Perl Group, cf. debian/changelog
-License: GPL-1+ or Artistic
- It is assumed that all contributors put their work under the same license
- as the module itself.
+Copyright: 2004-2007, Bastian Blank <waldi at debian.org>
+ 2008, Brian Cassidy <brian.cassidy at gmail.com>
+ 2008, Gunnar Wolf <gwolf at debian.org>
+ 2008-2011, Ansgar Burchardt <ansgar at debian.org>
+ 2008-2012, gregor herrmann <gregoa at debian.org>
+ 2012, Xavier Guimard <x.guimard at free.fr>
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify

-- 
Debian packaging of libclone-perl



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