r60966 - in /trunk/libauthen-dechpwd-perl/debian: changelog control copyright

franck at users.alioth.debian.org franck at users.alioth.debian.org
Sat Jul 31 13:37:56 UTC 2010


Author: franck
Date: Sat Jul 31 13:37:47 2010
New Revision: 60966

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60966
Log:
* Dropped (build-)dependency on libdata-integer-perl (>= 0.003) since stable has 0.003.
* Updated copyrights holders for the debian directory.

Modified:
    trunk/libauthen-dechpwd-perl/debian/changelog
    trunk/libauthen-dechpwd-perl/debian/control
    trunk/libauthen-dechpwd-perl/debian/copyright

Modified: trunk/libauthen-dechpwd-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-dechpwd-perl/debian/changelog?rev=60966&op=diff
==============================================================================
--- trunk/libauthen-dechpwd-perl/debian/changelog (original)
+++ trunk/libauthen-dechpwd-perl/debian/changelog Sat Jul 31 13:37:47 2010
@@ -1,5 +1,6 @@
 libauthen-dechpwd-perl (2.005-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
   * Use source format 3.0 (quilt).
   * debian/copyright: Formatting changes for current DEP-5 proposal,
@@ -13,6 +14,10 @@
   * Mention module name in description.
   * Bump Standards-Version to 3.9.1 (no changes).
   * Add myself to Uploaders.
+
+  [ Franck Joncourt ]
+  * Dropped (build-)dependency on libdata-integer-perl (>= 0.003) since stable
+    has 0.003.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 31 Jul 2010 15:05:08 +0900
 

Modified: trunk/libauthen-dechpwd-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-dechpwd-perl/debian/control?rev=60966&op=diff
==============================================================================
--- trunk/libauthen-dechpwd-perl/debian/control (original)
+++ trunk/libauthen-dechpwd-perl/debian/control Sat Jul 31 13:37:47 2010
@@ -1,7 +1,7 @@
 Source: libauthen-dechpwd-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.7~), libdata-integer-perl (>= 0.003),
+Build-Depends: debhelper (>= 7.3.7~), libdata-integer-perl,
  libscalar-string-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl,
  perl (>= 5.10.1) | libparent-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -15,7 +15,7 @@
 Package: libauthen-dechpwd-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdata-integer-perl (>= 0.003), libscalar-string-perl,
+ libdata-integer-perl, libscalar-string-perl,
  perl (>= 5.10.1) | libparent-perl
 Description: Perl module for DEC VMS password hashing
  Authen::DecHpwd implements the LGI$HPWD password hashing function from VMS,

Modified: trunk/libauthen-dechpwd-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-dechpwd-perl/debian/copyright?rev=60966&op=diff
==============================================================================
--- trunk/libauthen-dechpwd-perl/debian/copyright (original)
+++ trunk/libauthen-dechpwd-perl/debian/copyright Sat Jul 31 13:37:47 2010
@@ -10,7 +10,9 @@
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2009, Ivan Kohler <ivan-debian at 420.am>
+Copyright: 2009-2010, Ivan Kohler <ivan-debian at 420.am>
+ 2010, Ansgar Burchardt <ansgar at 43-1.org>
+ 2010, Franck Joncourt <franck at debian.org>
 License: Artistic or GPL-2+
 
 License: Artistic




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