r32643 - in /trunk/libbsd-resource-perl: ChangeLog META.yml Makefile.PL Resource.pm debian/changelog debian/control

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Sun Apr 5 10:35:58 UTC 2009


Author: thialme-guest
Date: Sun Apr  5 10:35:48 2009
New Revision: 32643

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32643
Log:
Updated Debian revision.

 * Bumped up Standards-Version to 3.8.1 (no changes).
 * Updated long description to make lintian happy due to the use of
   the first person pronoun.

Modified:
    trunk/libbsd-resource-perl/ChangeLog
    trunk/libbsd-resource-perl/META.yml
    trunk/libbsd-resource-perl/Makefile.PL
    trunk/libbsd-resource-perl/Resource.pm
    trunk/libbsd-resource-perl/debian/changelog
    trunk/libbsd-resource-perl/debian/control

Modified: trunk/libbsd-resource-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbsd-resource-perl/ChangeLog?rev=32643&op=diff
==============================================================================
--- trunk/libbsd-resource-perl/ChangeLog (original)
+++ trunk/libbsd-resource-perl/ChangeLog Sun Apr  5 10:35:48 2009
@@ -1,3 +1,11 @@
+2009-03-31  Jarkko Hietaniemi  <jhi at iki.fi>
+
+	* Address rt.cpan.org #44082:
+	  "Bug in compiler detection (Makefile.PL)" (for AIX xlc)
+	  Patch submitted in the report by rehsack at cpan.org.
+	
+	* Release 1.2903.
+
 2008-12-30  Jarkko Hietaniemi  <jhi at iki.fi>
 
 	* Lowered the "0.95 of the current limit" down to

Modified: trunk/libbsd-resource-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbsd-resource-perl/META.yml?rev=32643&op=diff
==============================================================================
--- trunk/libbsd-resource-perl/META.yml (original)
+++ trunk/libbsd-resource-perl/META.yml Sun Apr  5 10:35:48 2009
@@ -1,10 +1,12 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         BSD-Resource
-version:      1.2901
-version_from: Resource.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:                BSD-Resource
+version:             1.2903
+abstract:            ~
+license:             ~
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: trunk/libbsd-resource-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbsd-resource-perl/Makefile.PL?rev=32643&op=diff
==============================================================================
--- trunk/libbsd-resource-perl/Makefile.PL (original)
+++ trunk/libbsd-resource-perl/Makefile.PL Sun Apr  5 10:35:48 2009
@@ -60,9 +60,9 @@
 		$ok = -s "$tmp.o";
 		$CC = $cc;
 	    }
-	    unlink("$tmp.c", "$tmp.o");
 	    last if $ok;
 	}
+	unlink("$tmp.c", "$tmp.o");
     }
     
     return $ok;

Modified: trunk/libbsd-resource-perl/Resource.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbsd-resource-perl/Resource.pm?rev=32643&op=diff
==============================================================================
--- trunk/libbsd-resource-perl/Resource.pm (original)
+++ trunk/libbsd-resource-perl/Resource.pm Sun Apr  5 10:35:48 2009
@@ -13,7 +13,7 @@
 use strict;
 use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD $VERSION);
 
-$VERSION = '1.2902';
+$VERSION = '1.2903';
 
 use Carp;
 use AutoLoader;

Modified: trunk/libbsd-resource-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbsd-resource-perl/debian/changelog?rev=32643&op=diff
==============================================================================
--- trunk/libbsd-resource-perl/debian/changelog (original)
+++ trunk/libbsd-resource-perl/debian/changelog Sun Apr  5 10:35:48 2009
@@ -1,3 +1,13 @@
+libbsd-resource-perl (1.2903-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Add /me to Uploaders.
+  * Bumped up Standards-Version to 3.8.1 (no changes).
+  * Updated long description to make lintian happy due to the use of
+    the first person pronoun.
+
+ -- Franck Joncourt <franck.mail at dthconnex.com>  Sun, 05 Apr 2009 12:11:25 +0200
+
 libbsd-resource-perl (1.2902-1) unstable; urgency=low
 
   [ Ansgar Burchardt ]

Modified: trunk/libbsd-resource-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbsd-resource-perl/debian/control?rev=32643&op=diff
==============================================================================
--- trunk/libbsd-resource-perl/debian/control (original)
+++ trunk/libbsd-resource-perl/debian/control Sun Apr  5 10:35:48 2009
@@ -1,10 +1,11 @@
 Source: libbsd-resource-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at 43-1.org>,
- gregor herrmann <gregoa at debian.org>
+ gregor herrmann <gregoa at debian.org>,
+ Franck Joncourt <franck.mail at dthconnex.com>
 Section: perl
 Priority: extra
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Build-Depends: perl (>= 5.8), debhelper (>= 7),
  libtest-pod-perl, libtest-pod-coverage-perl
 Homepage: http://search.cpan.org/dist/BSD-Resource/
@@ -18,8 +19,8 @@
  The BSD::Resource module provides the BSD process resource limit functions
  getrusage(), getrlimit(), setrlimit() and the BSD process priority functions.
  .
- These are also available via core Perl but here we do more tricks so
- that the PRIO_* are available: getpriority(), setpriority().
+ These are also available via core Perl but here the PRIO_* constants are
+ available: getpriority(), setpriority().
  .
  Also provided is times() which provides the same functionality as the one
  in core Perl, only with better time resolution.




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