r17707 - in /branches/upstream/libauthen-tacacsplus-perl/current: Changes META.yml TacacsPlus.pm tacpluslib/Makefile.PL

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Mon Mar 17 02:34:58 UTC 2008


Author: roberto
Date: Mon Mar 17 02:34:57 2008
New Revision: 17707

URL: http://svn.debian.org/wsvn/?sc=1&rev=17707
Log:
[svn-upgrade] Integrating new upstream version, libauthen-tacacsplus-perl (0.19)

Modified:
    branches/upstream/libauthen-tacacsplus-perl/current/Changes
    branches/upstream/libauthen-tacacsplus-perl/current/META.yml
    branches/upstream/libauthen-tacacsplus-perl/current/TacacsPlus.pm
    branches/upstream/libauthen-tacacsplus-perl/current/tacpluslib/Makefile.PL

Modified: branches/upstream/libauthen-tacacsplus-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libauthen-tacacsplus-perl/current/Changes?rev=17707&op=diff
==============================================================================
--- branches/upstream/libauthen-tacacsplus-perl/current/Changes (original)
+++ branches/upstream/libauthen-tacacsplus-perl/current/Changes Mon Mar 17 02:34:57 2008
@@ -34,4 +34,7 @@
      no longer required on most platforms.
      - Improved errmsg() so it works as advertised
      - test suite now uses Test.
-     - test suite now skips if there is no Tacacs server to test against
+     - test suite now skips if there is no Tacacs server to test against
+
+0.19 Sun Mar 16 2008, Mike McCauley
+     - Fixed 'make test' failure in taclibplus due to missing pure_all target

Modified: branches/upstream/libauthen-tacacsplus-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libauthen-tacacsplus-perl/current/META.yml?rev=17707&op=diff
==============================================================================
--- branches/upstream/libauthen-tacacsplus-perl/current/META.yml (original)
+++ branches/upstream/libauthen-tacacsplus-perl/current/META.yml Mon Mar 17 02:34:57 2008
@@ -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:         Authen-TacacsPlus
-version:      0.18
+version:      0.19
 version_from: TacacsPlus.pm
 installdirs:  site
 requires:

Modified: branches/upstream/libauthen-tacacsplus-perl/current/TacacsPlus.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libauthen-tacacsplus-perl/current/TacacsPlus.pm?rev=17707&op=diff
==============================================================================
--- branches/upstream/libauthen-tacacsplus-perl/current/TacacsPlus.pm (original)
+++ branches/upstream/libauthen-tacacsplus-perl/current/TacacsPlus.pm Mon Mar 17 02:34:57 2008
@@ -17,7 +17,7 @@
 @EXPORT_OK = qw(
 	TACPLUS_CLIENT
 );
-$VERSION = '0.18';
+$VERSION = '0.19';
 
 sub new
 {

Modified: branches/upstream/libauthen-tacacsplus-perl/current/tacpluslib/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libauthen-tacacsplus-perl/current/tacpluslib/Makefile.PL?rev=17707&op=diff
==============================================================================
--- branches/upstream/libauthen-tacacsplus-perl/current/tacpluslib/Makefile.PL (original)
+++ branches/upstream/libauthen-tacacsplus-perl/current/tacpluslib/Makefile.PL Mon Mar 17 02:34:57 2008
@@ -31,7 +31,11 @@
                                                  
 libtacplus$(LIB_EXT):	$(O_FILES)                  
 	$(AR) cr libtacplus$(LIB_EXT) $(O_FILES)  
-	$(RANLIB) libtacplus$(LIB_EXT)            
+	$(RANLIB) libtacplus$(LIB_EXT)  
+
+pure_all : 
+	$(NOECHO) $(NOOP)
+
                                                  
  ';                                              
  }                                               




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