r38262 - in /trunk/libcache-fastmmap-perl: Cache-FastMmap-CImpl/CImpl.pm Changes FastMmap.pm META.yml debian/changelog debian/control debian/patches/ debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jun 19 02:08:08 UTC 2009


Author: jawnsy-guest
Date: Fri Jun 19 02:08:00 2009
New Revision: 38262

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38262
Log:
Removed patch, no longer necessary with new version

Removed:
    trunk/libcache-fastmmap-perl/debian/patches/
Modified:
    trunk/libcache-fastmmap-perl/Cache-FastMmap-CImpl/CImpl.pm
    trunk/libcache-fastmmap-perl/Changes
    trunk/libcache-fastmmap-perl/FastMmap.pm
    trunk/libcache-fastmmap-perl/META.yml
    trunk/libcache-fastmmap-perl/debian/changelog
    trunk/libcache-fastmmap-perl/debian/control
    trunk/libcache-fastmmap-perl/debian/rules

Modified: trunk/libcache-fastmmap-perl/Cache-FastMmap-CImpl/CImpl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/Cache-FastMmap-CImpl/CImpl.pm?rev=38262&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/Cache-FastMmap-CImpl/CImpl.pm (original)
+++ trunk/libcache-fastmmap-perl/Cache-FastMmap-CImpl/CImpl.pm Fri Jun 19 02:08:00 2009
@@ -15,7 +15,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.33';
+our $VERSION = '1.34';
 
 require XSLoader;
 XSLoader::load('Cache::FastMmap::CImpl', $VERSION);

Modified: trunk/libcache-fastmmap-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/Changes?rev=38262&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/Changes (original)
+++ trunk/libcache-fastmmap-perl/Changes Fri Jun 19 02:08:00 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Cache::FastMmap.
+
+1.34 Fri Jun 19 12:00 2009
+  - perldoc fix (thanks Jonathan Yu)
 
 1.33 Thu Jun 18 12:00 2009
   - Update version in META.yml

Modified: trunk/libcache-fastmmap-perl/FastMmap.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/FastMmap.pm?rev=38262&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/FastMmap.pm (original)
+++ trunk/libcache-fastmmap-perl/FastMmap.pm Fri Jun 19 02:08:00 2009
@@ -287,7 +287,7 @@
 use warnings;
 use bytes;
 
-our $VERSION = '1.33';
+our $VERSION = '1.34';
 
 # Track currently live caches so we can cleanup in END {}
 #  if we have empty_on_exit set
@@ -1204,7 +1204,7 @@
 
 =over 4
 
-=item From 1.15
+=item * From 1.15
 
 =over 4
 
@@ -1228,7 +1228,7 @@
 Otherwise the defaults seem sensible to cleanup unneeded share files rather than
 leaving them around to accumulate.
 
-=item From 1.29
+=item * From 1.29
 
 =over 4
 
@@ -1239,7 +1239,7 @@
 
 =back
 
-=item From 1.31
+=item * From 1.31
 
 =over 4
 
@@ -1254,6 +1254,8 @@
 
 =back
 
+=back
+
 =head1 SEE ALSO
 
 L<MLDBM::Sync>, L<IPC::MM>, L<Cache::FileCache>, L<Cache::SharedMemoryCache>,

Modified: trunk/libcache-fastmmap-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/META.yml?rev=38262&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/META.yml (original)
+++ trunk/libcache-fastmmap-perl/META.yml Fri Jun 19 02:08:00 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Cache-FastMmap
-version:             1.33
+version:             1.34
 abstract:            Uses an mmap'ed file to act as a shared memory interprocess cache
 license:             ~
 author:              

Modified: trunk/libcache-fastmmap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/debian/changelog?rev=38262&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/debian/changelog (original)
+++ trunk/libcache-fastmmap-perl/debian/changelog Fri Jun 19 02:08:00 2009
@@ -1,13 +1,12 @@
-libcache-fastmmap-perl (1.33-1) unstable; urgency=low
+libcache-fastmmap-perl (1.34-1) UNRELEASED; urgency=low
 
   * New upstream release (includes bugfixes)
     -> Now depends on Scalar::Util (provided by perl-base anyway)
   * Added /me to Uploaders
   * Updated package description
   * Use the new debian/rules format
-  * Added a quilt patch to take care of pod errors
 
- -- Jonathan Yu <frequency at cpan.org>  Thu, 18 Jun 2009 15:41:37 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 18 Jun 2009 18:06:10 -0400
 
 libcache-fastmmap-perl (1.30-1) unstable; urgency=low
 

Modified: trunk/libcache-fastmmap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/debian/control?rev=38262&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/debian/control (original)
+++ trunk/libcache-fastmmap-perl/debian/control Fri Jun 19 02:08:00 2009
@@ -1,7 +1,7 @@
 Source: libcache-fastmmap-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Jonathan Yu <frequency at cpan.org>

Modified: trunk/libcache-fastmmap-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/debian/rules?rev=38262&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/debian/rules (original)
+++ trunk/libcache-fastmmap-perl/debian/rules Fri Jun 19 02:08:00 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@




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