r16517 - in /trunk/libconfig-file-perl: CHANGES MANIFEST META.yml debian/changelog debian/rules lib/Config/File.pm

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed Mar 5 16:57:40 UTC 2008


Author: gwolf
Date: Wed Mar  5 16:57:39 2008
New Revision: 16517

URL: http://svn.debian.org/wsvn/?sc=1&rev=16517
Log:
New upstream version

Added:
    trunk/libconfig-file-perl/CHANGES
      - copied unchanged from r16516, branches/upstream/libconfig-file-perl/current/CHANGES
Modified:
    trunk/libconfig-file-perl/MANIFEST
    trunk/libconfig-file-perl/META.yml
    trunk/libconfig-file-perl/debian/changelog
    trunk/libconfig-file-perl/debian/rules
    trunk/libconfig-file-perl/lib/Config/File.pm

Modified: trunk/libconfig-file-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/MANIFEST?rev=16517&op=diff
==============================================================================
--- trunk/libconfig-file-perl/MANIFEST (original)
+++ trunk/libconfig-file-perl/MANIFEST Wed Mar  5 16:57:39 2008
@@ -1,3 +1,4 @@
+CHANGES
 Makefile.PL
 t/config
 t/test.t

Modified: trunk/libconfig-file-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/META.yml?rev=16517&op=diff
==============================================================================
--- trunk/libconfig-file-perl/META.yml (original)
+++ trunk/libconfig-file-perl/META.yml Wed Mar  5 16:57:39 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:         Config-File
-version:      1.41
+version:      1.42
 version_from: lib/Config/File.pm
 installdirs:  site
 requires:

Modified: trunk/libconfig-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/changelog?rev=16517&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/changelog (original)
+++ trunk/libconfig-file-perl/debian/changelog Wed Mar  5 16:57:39 2008
@@ -1,3 +1,9 @@
+libconfig-file-perl (1.42-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Gunnar Wolf <gwolf at debian.org>  Wed, 05 Mar 2008 10:19:20 -0600
+
 libconfig-file-perl (1.41-2) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libconfig-file-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/rules?rev=16517&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/rules (original)
+++ trunk/libconfig-file-perl/debian/rules Wed Mar  5 16:57:39 2008
@@ -49,7 +49,7 @@
 	dh_testroot
 	dh_installdocs
 	dh_installman
-	dh_installchangelogs
+	dh_installchangelogs CHANGES
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: trunk/libconfig-file-perl/lib/Config/File.pm
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/lib/Config/File.pm?rev=16517&op=diff
==============================================================================
--- trunk/libconfig-file-perl/lib/Config/File.pm (original)
+++ trunk/libconfig-file-perl/lib/Config/File.pm Wed Mar  5 16:57:39 2008
@@ -10,7 +10,7 @@
 use vars qw($VERSION @ISA @EXPORT_OK);
 @ISA = qw/Exporter/;
 @EXPORT_OK = qw/read_config_file/;
-$VERSION='1.41';
+$VERSION='1.42';
 
 
 sub read_config_file($) {
@@ -48,6 +48,7 @@
         $conf_data =~ s!([\\\'])!\\$1!g;
         eval "$conf_ele = '$conf_data'";
     }
+    $fh->close;
 
     return $conf;
 }




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