r64343 - in /trunk/libtokyocabinet-perl: TokyoCabinet.pm TokyoCabinet.pod TokyoCabinet.xs debian/changelog debian/control debian/copyright doc/index.html makedoc.sh tcatest.pl tcbtest.pl tcftest.pl tchtest.pl tcttest.pl

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Oct 28 11:23:19 UTC 2010


Author: eloy
Date: Thu Oct 28 11:23:11 2010
New Revision: 64343

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64343
Log:
new upstream version

Modified:
    trunk/libtokyocabinet-perl/TokyoCabinet.pm
    trunk/libtokyocabinet-perl/TokyoCabinet.pod
    trunk/libtokyocabinet-perl/TokyoCabinet.xs
    trunk/libtokyocabinet-perl/debian/changelog
    trunk/libtokyocabinet-perl/debian/control
    trunk/libtokyocabinet-perl/debian/copyright
    trunk/libtokyocabinet-perl/doc/index.html
    trunk/libtokyocabinet-perl/makedoc.sh
    trunk/libtokyocabinet-perl/tcatest.pl
    trunk/libtokyocabinet-perl/tcbtest.pl
    trunk/libtokyocabinet-perl/tcftest.pl
    trunk/libtokyocabinet-perl/tchtest.pl
    trunk/libtokyocabinet-perl/tcttest.pl

Modified: trunk/libtokyocabinet-perl/TokyoCabinet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/TokyoCabinet.pm?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/TokyoCabinet.pm (original)
+++ trunk/libtokyocabinet-perl/TokyoCabinet.pm Thu Oct 28 11:23:11 2010
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------------------------------
 # Perl binding of Tokyo Cabinet
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either
@@ -24,7 +24,7 @@
 require Exporter;
 require XSLoader;
 use base qw(Exporter);
-our $VERSION = '1.33';
+our $VERSION = '1.34';
 our $DEBUG = 0;
 XSLoader::load('TokyoCabinet', $VERSION);
 

Modified: trunk/libtokyocabinet-perl/TokyoCabinet.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/TokyoCabinet.pod?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/TokyoCabinet.pod (original)
+++ trunk/libtokyocabinet-perl/TokyoCabinet.pod Thu Oct 28 11:23:11 2010
@@ -1,6 +1,6 @@
 #-------------------------------------------------------------------------------------------------
 # Perl binding of Tokyo Cabinet
-#                                                       Copyright (C) 2006-2007 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 #  This file is part of Tokyo Cabinet.
 #  Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 #  the GNU Lesser General Public License as published by the Free Software Foundation; either
@@ -1873,7 +1873,7 @@
 
 =head1 LICENSE
 
- Copyright (C) 2006-2009 Mikio Hirabayashi
+ Copyright (C) 2006-2010 FAL Labs
  All rights reserved.
 
 Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License or any later version.  Tokyo Cabinet is distributed in the hope that it will be useful,

Modified: trunk/libtokyocabinet-perl/TokyoCabinet.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/TokyoCabinet.xs?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/TokyoCabinet.xs (original)
+++ trunk/libtokyocabinet-perl/TokyoCabinet.xs Thu Oct 28 11:23:11 2010
@@ -1,6 +1,6 @@
 /*************************************************************************************************
  * Perl binding of Tokyo Cabinet
- *                                                      Copyright (C) 2006-2009 Mikio Hirabayashi
+ *                                                               Copyright (C) 2006-2010 FAL Labs
  * This file is part of Tokyo Cabinet.
  * Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
  * the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: trunk/libtokyocabinet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/changelog?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/debian/changelog (original)
+++ trunk/libtokyocabinet-perl/debian/changelog Thu Oct 28 11:23:11 2010
@@ -1,3 +1,11 @@
+libtokyocabinet-perl (1.34-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/control: Standards-Version updated to 3.9.1 (no changes)
+  * debian/copyright: updated
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 28 Oct 2010 13:19:08 +0200
+
 libtokyocabinet-perl (1.33-2) unstable; urgency=low
 
   * add zlib1g-dev and libbz2-dev to build deps (Closes: #557028)

Modified: trunk/libtokyocabinet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/control?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/debian/control (original)
+++ trunk/libtokyocabinet-perl/debian/control Thu Oct 28 11:23:11 2010
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7), perl, libtokyocabinet-dev, zlib1g-dev, libbz2-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>, Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtokyocabinet-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtokyocabinet-perl/
 Homepage: http://search.cpan.org/dist/TokyoCabinet/

Modified: trunk/libtokyocabinet-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/copyright?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/debian/copyright (original)
+++ trunk/libtokyocabinet-perl/debian/copyright Thu Oct 28 11:23:11 2010
@@ -6,10 +6,11 @@
 
 Files: *
 Copyright: Copyright (C) 2006-2009 Mikio Hirabayashi
+    2006-2010 FAL Labs
 License: LGPL-2.1+
 
 Files: debian/*
-Copyright: 2009, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Copyright: 2009,2010 Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
 License: GPL-2+ | Artistic | GPL-1+
 
 License: GPL-2+

Modified: trunk/libtokyocabinet-perl/doc/index.html
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/doc/index.html?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/doc/index.html (original)
+++ trunk/libtokyocabinet-perl/doc/index.html Thu Oct 28 11:23:11 2010
@@ -4,7 +4,7 @@
 <head>
 <title>Tokyo Cabinet</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
-<link rev="made" href="mailto:mikio at users.sourceforge.net" />
+<link rev="made" href="mailto:info at fallabs.com" />
 <meta http-equiv="content-style-type" content="text/css" />
 <style type="text/css">body {
   padding: 1em 2em;
@@ -2118,7 +2118,7 @@
 <hr />
 <h1><a name="license">LICENSE</a></h1>
 <pre>
- Copyright (C) 2006-2009 Mikio Hirabayashi
+ Copyright (C) 2006-2010 FAL Labs
  All rights reserved.</pre>
 <p>Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License or any later version.  Tokyo Cabinet is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.  You should have received a copy of the GNU Lesser General Public License along with Tokyo Cabinet; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.</p>

Modified: trunk/libtokyocabinet-perl/makedoc.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/makedoc.sh?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/makedoc.sh (original)
+++ trunk/libtokyocabinet-perl/makedoc.sh Thu Oct 28 11:23:11 2010
@@ -14,7 +14,7 @@
   -e 's/^\t<\/ul>/\t<\/ul><\/li>/' \
   -e 's/^<p>&#10;/<p>/' \
   -e 's/^&#10;/<br \/>/g' \
-  -e 's/mailto:root at localhost/mailto:mikio at users.sourceforge.net/' \
+  -e 's/mailto:root at localhost/mailto:info at fallabs.com/' \
   -e 's/ *style="[^"]*"//' \
   -e '/<\/head>/ i<meta http-equiv="content-style-type" content="text/css" />' \
   -e '/<\/head>/ i<style type="text/css">body {\

Modified: trunk/libtokyocabinet-perl/tcatest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/tcatest.pl?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/tcatest.pl (original)
+++ trunk/libtokyocabinet-perl/tcatest.pl Thu Oct 28 11:23:11 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the abstract database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: trunk/libtokyocabinet-perl/tcbtest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/tcbtest.pl?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/tcbtest.pl (original)
+++ trunk/libtokyocabinet-perl/tcbtest.pl Thu Oct 28 11:23:11 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the B+ tree database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: trunk/libtokyocabinet-perl/tcftest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/tcftest.pl?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/tcftest.pl (original)
+++ trunk/libtokyocabinet-perl/tcftest.pl Thu Oct 28 11:23:11 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the fixed-length database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: trunk/libtokyocabinet-perl/tchtest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/tchtest.pl?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/tchtest.pl (original)
+++ trunk/libtokyocabinet-perl/tchtest.pl Thu Oct 28 11:23:11 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the hash database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either

Modified: trunk/libtokyocabinet-perl/tcttest.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/tcttest.pl?rev=64343&op=diff
==============================================================================
--- trunk/libtokyocabinet-perl/tcttest.pl (original)
+++ trunk/libtokyocabinet-perl/tcttest.pl Thu Oct 28 11:23:11 2010
@@ -2,7 +2,7 @@
 
 #-------------------------------------------------------------------------------------------------
 # The test cases of the table database API
-#                                                       Copyright (C) 2006-2009 Mikio Hirabayashi
+#                                                                Copyright (C) 2006-2010 FAL Labs
 # This file is part of Tokyo Cabinet.
 # Tokyo Cabinet is free software; you can redistribute it and/or modify it under the terms of
 # the GNU Lesser General Public License as published by the Free Software Foundation; either




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