r46945 - in /trunk/libtokyocabinet-perl/debian: ./ changelog compat control copyright libtokyocabinet-perl.examples rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon Nov 9 10:56:34 UTC 2009


Author: eloy
Date: Mon Nov  9 10:56:29 2009
New Revision: 46945

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46945
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libtokyocabinet-perl/debian/
    trunk/libtokyocabinet-perl/debian/changelog
    trunk/libtokyocabinet-perl/debian/compat
    trunk/libtokyocabinet-perl/debian/control
    trunk/libtokyocabinet-perl/debian/copyright
    trunk/libtokyocabinet-perl/debian/libtokyocabinet-perl.examples
    trunk/libtokyocabinet-perl/debian/rules   (with props)
    trunk/libtokyocabinet-perl/debian/watch

Added: trunk/libtokyocabinet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/changelog?rev=46945&op=file
==============================================================================
--- trunk/libtokyocabinet-perl/debian/changelog (added)
+++ trunk/libtokyocabinet-perl/debian/changelog Mon Nov  9 10:56:29 2009
@@ -1,0 +1,5 @@
+libtokyocabinet-perl (1.32-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 5 Nov 2009 11:14:15 +0100

Added: trunk/libtokyocabinet-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/compat?rev=46945&op=file
==============================================================================
--- trunk/libtokyocabinet-perl/debian/compat (added)
+++ trunk/libtokyocabinet-perl/debian/compat Mon Nov  9 10:56:29 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtokyocabinet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/control?rev=46945&op=file
==============================================================================
--- trunk/libtokyocabinet-perl/debian/control (added)
+++ trunk/libtokyocabinet-perl/debian/control Mon Nov  9 10:56:29 2009
@@ -1,0 +1,18 @@
+Source: libtokyocabinet-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl, libtokyocabinet-dev
+Maintainer: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/TokyoCabinet/
+
+Package: libtokyocabinet-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc: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, 
+ B+ tree, or fixed-length array.

Added: trunk/libtokyocabinet-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/copyright?rev=46945&op=file
==============================================================================
--- trunk/libtokyocabinet-perl/debian/copyright (added)
+++ trunk/libtokyocabinet-perl/debian/copyright Mon Nov  9 10:56:29 2009
@@ -1,0 +1,41 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: (information incomplete)
+Upstream-Source: http://search.cpan.org/dist/TokyoCabinet/
+Upstream-Name: TokyoCabinet
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: (information incomplete)
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+License: GPL-2+ | Artistic | GPL-1+
+
+License: GPL-2+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; version 2 dated June, 1991, or (at your
+    option) any later version.
+    On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+    General Public License can be found in `/usr/share/common-licenses/GPL-2'
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libtokyocabinet-perl/debian/libtokyocabinet-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/libtokyocabinet-perl.examples?rev=46945&op=file
==============================================================================
--- trunk/libtokyocabinet-perl/debian/libtokyocabinet-perl.examples (added)
+++ trunk/libtokyocabinet-perl/debian/libtokyocabinet-perl.examples Mon Nov  9 10:56:29 2009
@@ -1,0 +1,1 @@
+example/*

Added: trunk/libtokyocabinet-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/rules?rev=46945&op=file
==============================================================================
--- trunk/libtokyocabinet-perl/debian/rules (added)
+++ trunk/libtokyocabinet-perl/debian/rules Mon Nov  9 10:56:29 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtokyocabinet-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtokyocabinet-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtokyocabinet-perl/debian/watch?rev=46945&op=file
==============================================================================
--- trunk/libtokyocabinet-perl/debian/watch (added)
+++ trunk/libtokyocabinet-perl/debian/watch Mon Nov  9 10:56:29 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/TokyoCabinet/   .*/TokyoCabinet-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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