r37381 - in /trunk/libkiokudb-perl/debian: ./ changelog compat control copyright libkiokudb-perl.docs rules watch

franck-guest at users.alioth.debian.org franck-guest at users.alioth.debian.org
Wed Jun 3 16:48:06 UTC 2009


Author: franck-guest
Date: Wed Jun  3 16:48:01 2009
New Revision: 37381

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

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

Added: trunk/libkiokudb-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkiokudb-perl/debian/changelog?rev=37381&op=file
==============================================================================
--- trunk/libkiokudb-perl/debian/changelog (added)
+++ trunk/libkiokudb-perl/debian/changelog Wed Jun  3 16:48:01 2009
@@ -1,0 +1,5 @@
+libkiokudb-perl (0.27-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #524840)
+
+ -- franck cuny <franck at lumberjaph.net>  Wed, 3 Jun 2009 17:47:41 +0200

Added: trunk/libkiokudb-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkiokudb-perl/debian/compat?rev=37381&op=file
==============================================================================
--- trunk/libkiokudb-perl/debian/compat (added)
+++ trunk/libkiokudb-perl/debian/compat Wed Jun  3 16:48:01 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libkiokudb-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkiokudb-perl/debian/control?rev=37381&op=file
==============================================================================
--- trunk/libkiokudb-perl/debian/control (added)
+++ trunk/libkiokudb-perl/debian/control Wed Jun  3 16:48:01 2009
@@ -1,0 +1,50 @@
+Source: libkiokudb-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libapp-cmd-perl (>= 0.202),
+  libclass-mop-perl (>= 0.81), libdata-stream-bulk-perl (>= 0.03),
+  libdata-visitor-perl (>= 0.24), libjson-perl (>= 2.12),
+  libjson-xs-perl (>= 2.231), libmoose-perl (>= 0.74),
+  libmoosex-getopt-perl, libmoosex-role-parameterized-perl (>= 0.02),
+  libnamespace-clean-perl (>= 0.08), libpath-class-perl,
+  libproc-invokeeditor-perl (>= 1), libscope-guard-perl,
+  libset-object-perl (>= 1.26), libtask-weaken-perl, libtest-exception-perl,
+  libmoosex-yaml-perl (>= 0.03), libmoosex-clone-perl (>= 0.04),
+  libsearch-gin-perl (>= 0.03), libmoosex-types-path-class-perl (>= 0.05),
+  libmoosex-app-cmd-perl (>= 0.04), libdata-uuid-libuuid-perl (>= 0.04),
+  libyaml-libyaml-perl, libhash-util-fieldhash-compat-perl (>= 0.03),
+  libtest-use-ok-perl, libtie-toobject-perl, perl (>= 5.6.0-12)
+Maintainer: franck cuny <franck at lumberjaph.net>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/KiokuDB/
+
+Package: libkiokudb-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libapp-cmd-perl (>= 0.202),
+  libclass-mop-perl (>= 0.81), libdata-stream-bulk-perl (>= 0.03),
+  libdata-visitor-perl (>= 0.24), libjson-perl (>= 2.12),
+  libjson-xs-perl (>= 2.231), libmoose-perl (>= 0.74),
+  libmoosex-getopt-perl, libmoosex-role-parameterized-perl (>= 0.02),
+  libnamespace-clean-perl (>= 0.08), libpath-class-perl,
+  libproc-invokeeditor-perl (>= 1), libscope-guard-perl,
+  libdata-uuid-libuuid-perl (>= 0.04), libmoosex-yaml-perl (>= 0.03),
+  libmoosex-clone-perl (>= 0.04), libsearch-gin-perl (>= 0.03),
+  libmoosex-types-path-class-perl (>= 0.05), libyaml-libyaml-perl,
+  libhash-util-fieldhash-compat-perl (>= 0.03),
+  libset-object-perl (>= 1.26), libtask-weaken-perl, libtest-exception-perl,
+  libtie-toobject-perl
+Description: Object Graph storage engine
+ KiokuDB is a Moose based frontend to various data stores, somewhere in
+ between Tangram and Pixie.
+ .
+ Its purpose is to provide persistence for "regular" objects with as little
+ effort as possible, without sacrificing control over how persistence is
+ actually done, especially for harder to serialize objects.
+ .
+ KiokuDB is also non-invasive: it does not use ties, AUTOLOAD, proxy objects,
+ sv_magic or any other type of trickery.
+ .
+ Many features important for proper Perl space semantics are supported,
+ including shared data, circular structures, weak references, tied structures,
+ etc.

Added: trunk/libkiokudb-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkiokudb-perl/debian/copyright?rev=37381&op=file
==============================================================================
--- trunk/libkiokudb-perl/debian/copyright (added)
+++ trunk/libkiokudb-perl/debian/copyright Wed Jun  3 16:48:01 2009
@@ -1,0 +1,29 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Yuval Kogman <nothingmuch at woobling.org>
+Upstream-Author: Yuval Kogman <nothingmuch at woobling.org>
+Upstream-Source: http://search.cpan.org/dist/KiokuDB/
+Upstream-Name: KiokuDB
+
+Files: *
+Copyright: 2008-2009, Infinity Interactive, Yuval Kogman <nothingmuch at woobling.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, franck cuny <franck at lumberjaph.net>
+License: Artistic | GPL-1+
+
+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/libkiokudb-perl/debian/libkiokudb-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkiokudb-perl/debian/libkiokudb-perl.docs?rev=37381&op=file
==============================================================================
--- trunk/libkiokudb-perl/debian/libkiokudb-perl.docs (added)
+++ trunk/libkiokudb-perl/debian/libkiokudb-perl.docs Wed Jun  3 16:48:01 2009
@@ -1,0 +1,2 @@
+TODO
+README.mkdn

Added: trunk/libkiokudb-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkiokudb-perl/debian/rules?rev=37381&op=file
==============================================================================
--- trunk/libkiokudb-perl/debian/rules (added)
+++ trunk/libkiokudb-perl/debian/rules Wed Jun  3 16:48:01 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libkiokudb-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkiokudb-perl/debian/watch?rev=37381&op=file
==============================================================================
--- trunk/libkiokudb-perl/debian/watch (added)
+++ trunk/libkiokudb-perl/debian/watch Wed Jun  3 16:48:01 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/KiokuDB/   .*/KiokuDB-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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