r17709 - in /trunk/libauthen-tacacsplus-perl: Changes META.yml TacacsPlus.pm debian/changelog tacpluslib/Makefile.PL

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Mon Mar 17 02:37:24 UTC 2008


Author: roberto
Date: Mon Mar 17 02:37:23 2008
New Revision: 17709

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17709
Log:
* New upstream release.

Modified:
    trunk/libauthen-tacacsplus-perl/Changes
    trunk/libauthen-tacacsplus-perl/META.yml
    trunk/libauthen-tacacsplus-perl/TacacsPlus.pm
    trunk/libauthen-tacacsplus-perl/debian/changelog
    trunk/libauthen-tacacsplus-perl/tacpluslib/Makefile.PL

Modified: trunk/libauthen-tacacsplus-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-tacacsplus-perl/Changes?rev=17709&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/Changes (original)
+++ trunk/libauthen-tacacsplus-perl/Changes Mon Mar 17 02:37:23 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: trunk/libauthen-tacacsplus-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-tacacsplus-perl/META.yml?rev=17709&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/META.yml (original)
+++ trunk/libauthen-tacacsplus-perl/META.yml Mon Mar 17 02:37:23 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: trunk/libauthen-tacacsplus-perl/TacacsPlus.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-tacacsplus-perl/TacacsPlus.pm?rev=17709&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/TacacsPlus.pm (original)
+++ trunk/libauthen-tacacsplus-perl/TacacsPlus.pm Mon Mar 17 02:37:23 2008
@@ -17,7 +17,7 @@
 @EXPORT_OK = qw(
 	TACPLUS_CLIENT
 );
-$VERSION = '0.18';
+$VERSION = '0.19';
 
 sub new
 {

Modified: trunk/libauthen-tacacsplus-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-tacacsplus-perl/debian/changelog?rev=17709&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/debian/changelog (original)
+++ trunk/libauthen-tacacsplus-perl/debian/changelog Mon Mar 17 02:37:23 2008
@@ -1,3 +1,9 @@
+libauthen-tacacsplus-perl (0.19-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Roberto C. Sanchez <roberto at debian.org>  Sun, 16 Mar 2008 22:37:04 -0400
+
 libauthen-tacacsplus-perl (0.18-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libauthen-tacacsplus-perl/tacpluslib/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-tacacsplus-perl/tacpluslib/Makefile.PL?rev=17709&op=diff
==============================================================================
--- trunk/libauthen-tacacsplus-perl/tacpluslib/Makefile.PL (original)
+++ trunk/libauthen-tacacsplus-perl/tacpluslib/Makefile.PL Mon Mar 17 02:37:23 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