r11269 - in /trunk/libterm-readpassword-perl: Changes META.yml ReadPassword.pm debian/changelog debian/copyright

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Mon Dec 17 07:58:29 UTC 2007


Author: rmayorga-guest
Date: Mon Dec 17 07:58:29 2007
New Revision: 11269

URL: http://svn.debian.org/wsvn/?sc=1&rev=11269
Log:
* New upstream version - solve copyright issues
* Merging changelog entries
* debian/copyright updated


Modified:
    trunk/libterm-readpassword-perl/Changes
    trunk/libterm-readpassword-perl/META.yml
    trunk/libterm-readpassword-perl/ReadPassword.pm
    trunk/libterm-readpassword-perl/debian/changelog
    trunk/libterm-readpassword-perl/debian/copyright

Modified: trunk/libterm-readpassword-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libterm-readpassword-perl/Changes?rev=11269&op=diff
==============================================================================
--- trunk/libterm-readpassword-perl/Changes (original)
+++ trunk/libterm-readpassword-perl/Changes Mon Dec 17 07:58:29 2007
@@ -24,3 +24,6 @@
 
 0.09  Wed Dec 12 11:20:00 2007
 	- Bug fix wrt CC_FIELDS, improved documentation 
+
+0.11  Fri Dec 14 12:00:00 2007
+	- Only documentation changes.

Modified: trunk/libterm-readpassword-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libterm-readpassword-perl/META.yml?rev=11269&op=diff
==============================================================================
--- trunk/libterm-readpassword-perl/META.yml (original)
+++ trunk/libterm-readpassword-perl/META.yml Mon Dec 17 07:58:29 2007
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Term-ReadPassword
-version:      0.09
+version:      0.11
 version_from: ReadPassword.pm
 installdirs:  site
 requires:

Modified: trunk/libterm-readpassword-perl/ReadPassword.pm
URL: http://svn.debian.org/wsvn/trunk/libterm-readpassword-perl/ReadPassword.pm?rev=11269&op=diff
==============================================================================
--- trunk/libterm-readpassword-perl/ReadPassword.pm (original)
+++ trunk/libterm-readpassword-perl/ReadPassword.pm Mon Dec 17 07:58:29 2007
@@ -29,7 +29,7 @@
 @EXPORT = qw(
 	read_password 
 );
-$VERSION = '0.09';
+$VERSION = '0.11';
 
 # The special characters in the input stream
 %SPECIAL = (
@@ -289,8 +289,10 @@
 
 =head1 BUGS
 
+Windows users will want Term::ReadPassword::Win32.
+
 This module has a poorly-designed interface, and should be thoroughly
-rethought. 
+rethought and probably re-united with the Windows version. 
 
 Users who wish to see password characters echoed as stars may set
 $Term::ReadPassword::USE_STARS to a true value. The bugs are that some
@@ -317,7 +319,7 @@
 
 =head1 AUTHOR
 
-Tom Phoenix <rootbeer at redcat.com>
+Tom Phoenix <rootbeer at redcat.com>. Copyright (C) 2007 Tom Phoenix.
 
 =head1 SEE ALSO
 

Modified: trunk/libterm-readpassword-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libterm-readpassword-perl/debian/changelog?rev=11269&op=diff
==============================================================================
--- trunk/libterm-readpassword-perl/debian/changelog (original)
+++ trunk/libterm-readpassword-perl/debian/changelog Mon Dec 17 07:58:29 2007
@@ -1,7 +1,14 @@
-libterm-readpassword-perl (0.09-1) UNRELEASED; urgency=low
+libterm-readpassword-perl (0.11-1) unstable; urgency=low
+
+  [ Gregor Herrmann ]
   
-  UNCLEAR LICENSE
-      ( CPAN RT#31527 )
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza).
+  * Set Maintainer to Debian Perl Group.
+  * Use dist-based URL in debian/watch.
+
+ 
+  [ Rene Mayorga ]
 
   * New upstream release
   * Bump standard version to 3.7.3 (no changes requiered)
@@ -17,17 +24,11 @@
       + use 'realclean' instead 'clean'
     + remove unused/unneeded dh_* calls
     + move 'tests' to build target
+  * debian/copyright
+    + update upstream copyright info
+    + refresh upstream URL
 
- -- Rene Mayorga <rmayorga at debian.org.sv>  Fri, 14 Dec 2007 01:51:58 -0600
-
-libterm-readpassword-perl (0.05-2) UNRELEASED; urgency=low
-
-  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
-    field (source stanza); Homepage field (source stanza).
-  * Set Maintainer to Debian Perl Group.
-  * Use dist-based URL in debian/watch.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:18 +0100
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Mon, 17 Dec 2007 01:40:00 -0600
 
 libterm-readpassword-perl (0.05-1) unstable; urgency=low
 

Modified: trunk/libterm-readpassword-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libterm-readpassword-perl/debian/copyright?rev=11269&op=diff
==============================================================================
--- trunk/libterm-readpassword-perl/debian/copyright (original)
+++ trunk/libterm-readpassword-perl/debian/copyright Mon Dec 17 07:58:29 2007
@@ -1,8 +1,10 @@
-Download:
-  http://www.cpan.org/dist/Term-ReadPassword
+It was downloaded from: http://search.cpan.org/dist/Term-ReadPassword
+
+Upstream Author: Tom Phoenix <rootbeer at redcat.com>
 
 Copyright:
-	Tom Phoenix <rootbeer at redcat.com>
+
+Copyright (C) 2007 Tom Phoenix
 
         This program is free software; you can redistribute it and/or modify
         it under the terms of either:




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