[libtokyocabinet-perl] 01/02: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sun Sep 1 18:12:23 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libtokyocabinet-perl.

commit 251839c729cf614406f35edf5d65b4193cf1a896
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Sep 1 20:10:48 2013 +0200

    Apply wrap-and-sort
---
 debian/changelog |    3 +++
 debian/control   |   23 +++++++++++++++--------
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb9771c..9dcebf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ libtokyocabinet-perl (1.34-2) UNRELEASED; urgency=low
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
 
+  [ Axel Beckert ]
+  * Apply wrap-and-sort
+
  -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:49:10 +0200
 
 libtokyocabinet-perl (1.34-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e7367c0..7f15ca2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,14 @@
 Source: libtokyocabinet-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libtokyocabinet-dev, zlib1g-dev, libbz2-dev
+Build-Depends: debhelper (>= 7),
+               libbz2-dev,
+               libtokyocabinet-dev,
+               perl,
+               zlib1g-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>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Ryan Niebur <ryan at debian.org>
 Standards-Version: 3.9.1
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtokyocabinet-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtokyocabinet-perl.git
@@ -11,11 +16,13 @@ Homepage: http://fallabs.com/tokyocabinet/
 
 Package: libtokyocabinet-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl Binding of Tokyo Cabinet
- Tokyo Cabinet is a library of routines for managing a database.  The database 
- is a simple data file containing records, each is a pair of a key and a value.  
- Every key and value is serial bytes with variable length.  Both binary data 
- and character string can be used as a key and a value.  There is neither 
- concept of data tables nor data types.  Records are organized in hash table, 
+ Tokyo Cabinet is a library of routines for managing a database.  The database
+ is a simple data file containing records, each is a pair of a key and a value.
+ Every key and value is serial bytes with variable length.  Both binary data
+ and character string can be used as a key and a value.  There is neither
+ concept of data tables nor data types.  Records are organized in hash table,
  B+ tree, or fixed-length array.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtokyocabinet-perl.git



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