[libdata-compare-perl] 05/13: Import Debian changes 1.22-0.1

dom at earth.li dom at earth.li
Sat Sep 2 12:30:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libdata-compare-perl.

commit 684fa49d4d8e2225bddc3e8a4e25430ae2952da5
Merge: 69806c2 40b29a3
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Jul 23 14:35:58 2011 +0200

    Import Debian changes 1.22-0.1
    
    libdata-compare-perl (1.22-0.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * New upstream release. (Closes: #634025)
      * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; update years
        of copyright.
      * No longer install README: only has installation instructions.

 ARTISTIC.txt                     | 131 ++++++++++++++
 CHANGES                          | 102 ++++++-----
 GPL2.txt                         | 339 ++++++++++++++++++++++++++++++++++++
 MANIFEST                         |   3 +
 META.yml                         |  32 ++--
 debian/changelog                 |  10 ++
 debian/copyright                 |   6 +-
 debian/libdata-compare-perl.docs |   1 -
 lib/Data/Compare.pm              | 368 +++++++++++++++++++--------------------
 t/compare.t                      |  16 +-
 t/coverage.sh                    |   5 +
 t/deep-recursion.t               |   6 +-
 t/taint.t                        |   3 +-
 13 files changed, 768 insertions(+), 254 deletions(-)

diff --cc debian/changelog
index 3635011,0000000..18681e0
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,50 -1,0 +1,60 @@@
++libdata-compare-perl (1.22-0.1) unstable; urgency=low
++
++  * Non-maintainer upload.
++  * New upstream release. (Closes: #634025)
++  * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; update years
++    of copyright.
++  * No longer install README: only has installation instructions.
++
++ -- Ansgar Burchardt <ansgar at debian.org>  Sat, 23 Jul 2011 14:35:58 +0200
++
 +libdata-compare-perl (1.21-1) unstable; urgency=low
 +
 +  * New maintainer. (Closes: #507394).
 +  * New upstream release.
 +  * debian/compat:
 +    - update to level 7.
 +  * debian/copyright:
 +    - changed information.
 +  * debian/control:
 +    - add libjson-perl, libtest-pod-perl and libclone-perl in 
 +      Build-Depends-Indep to perform more tests.
 +    - Standards-Version: 3.8.0
 +    - add Homepage.
 +
 + -- Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>  Sun, 18 Jan 2009 09:03:00 -0430
 +
 +libdata-compare-perl (0.13-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Fix FTBFS with Perl 5.10.  Closes: #467750
 +
 + -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 21:08:56 +0100
 +
 +libdata-compare-perl (0.13-1) unstable; urgency=low
 +
 +  * New maintainer (Closes: #358801)
 +  * New upstream release (Closes: #329527)
 +  * Finished doc-transition
 +  * Changed package description (Closes: #209910, #360703)
 +  * Changed copyright information, added pointers to the licences
 +  * Simplified debian/rules
 +  * Upgraded to compat level 5
 +  * Properly (build-)depend on libfile-find-rule-perl.
 +
 + -- Timo Schneider <timo.schneider at s2004.tu-chemnitz.de>  Mon, 17 Apr 2006 12:54:07 +0200
 +
 +libdata-compare-perl (0.02-2) unstable; urgency=low
 +
 +  * Fixed copyright information (closes: #157563).
 +  * Changed maintainer address.
 +  * Fixed rule file (closes: #157472).
 +
 + -- Jean-Francois Dive <jef at debian.org>  Thu, 22 Aug 2002 19:03:07 +1000
 +
 +libdata-compare-perl (0.02-1) unstable; urgency=low
 +
 +  * Initial Debianization.
 +
 + -- Jean-Francois Dive <jef at linuxbe.org>  Thu, 21 Feb 2002 16:20:52 +1100
 +
diff --cc debian/copyright
index 90ce8d7,0000000..bb170f9
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,39 -1,0 +1,39 @@@
 +This package have been initially packaged by Jean-Francois Dive <jef at debian.org>,
 +New maintainer since version 0.13-1 is Timo Schneider <timo.schneider at s2004.tu-chemnitz.de>,
 +New maintainet since version 1.21-1 is Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com>
 +
 +It was downloaded from:
 +
 +    <http://search.cpan.org/~dcantrell/Data-Compare/>
 +
 +Upstream Author:
 +
 +    Fabien Tassin <fta at sofaraway.org>
 +    Portions by David Cantrell <david at cantrell.org.uk>
 +
 +Copyright:
 +
 +    Copyright (C) 1999-2001 Fabien Tassin. All rights reserved. 
-     Some parts Copyright (C) 2003 - 2008 David Cantrell.
++    Some parts Copyright (C) 2003 - 2010 David Cantrell.
 +
 +License:
 +
 +    This program is free software; you can redistribute it and/or modify 
 +    it under the same terms as Perl itself.
 +
 +    Perl is licensed under the terms of either:
 +
 +    a) the GNU General Public License as published by the Free Software
 +       Foundation; either version 1, or (at your option) any later
 +       version, or
 +
 +    b) the "Artistic License" which comes with Perl.
 +
-     On Debian GNU/Linux systems, the complete text of the GNU General
-     Public License can be found in `/usr/share/common-licenses/GPL' and
++    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' and
 +    the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 +
 +The Debian packaging is Copyright (C) 2008,
 +Miguelangel Jose Freitas Loreto <miguelangel.freitas at gmail.com> and
 +is licensed under the GPL, see above.
 +
diff --cc debian/libdata-compare-perl.docs
index 2bb19c3,0000000..1333ed7
mode 100644,000000..100644
--- a/debian/libdata-compare-perl.docs
+++ b/debian/libdata-compare-perl.docs
@@@ -1,2 -1,0 +1,1 @@@
 +TODO
- README

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-compare-perl.git



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