debian/0000755000000000000000000000000012260307413007164 5ustar debian/rules0000755000000000000000000000073512260307413010251 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # mv Japanese manpage to better location dh_installdirs usr/share/man/ja/man3/ mv -v $(TMP)/usr/share/man/man3/POD2::JA::KiokuDB::Tutorial.3pm \ $(TMP)/usr/share/man/ja/man3/KiokuDB::Tutorial.3pm # remove empty manpages for f in $(TMP)/usr/share/man/man3/*.3pm ; do \ grep -q DESCRIPTION $$f || $(RM) -v $$f ; \ done debian/control0000644000000000000000000000630612260307413010574 0ustar Source: libkiokudb-perl Maintainer: Debian Perl Group Uploaders: Tim Retout Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcache-ref-perl, libdata-stream-bulk-perl (>= 0.08), libdata-swap-perl, libdata-uuid-perl, libdata-uuid-libuuid-perl, libdata-visitor-perl, libhash-util-fieldhash-compat-perl, libjson-perl, libjson-xs-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libmoose-perl (>= 2), libmoosex-clone-perl, libmoosex-role-parameterized-perl, libmoosex-yaml-perl, libnamespace-clean-perl, libpadwalker-perl, libpath-class-perl, libscope-guard-perl, libsearch-gin-perl, libset-object-perl, libsub-exporter-perl, libtest-exception-perl, libtest-use-ok-perl, libthrowable-perl, libtie-toobject-perl, libtry-tiny-perl, libyaml-libyaml-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libkiokudb-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libkiokudb-perl.git Homepage: https://metacpan.org/release/KiokuDB/ Package: libkiokudb-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcache-ref-perl, libdata-stream-bulk-perl (>= 0.08), libdata-swap-perl, libdata-uuid-perl, libdata-uuid-libuuid-perl, libdata-visitor-perl, libhash-util-fieldhash-compat-perl, libjson-perl, libjson-xs-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libmoose-perl (>= 2), libmoosex-clone-perl, libmoosex-role-parameterized-perl, libmoosex-yaml-perl, libnamespace-clean-perl, libpadwalker-perl, libpath-class-perl, libscope-guard-perl, libsearch-gin-perl, libset-object-perl, libsub-exporter-perl, libthrowable-perl, libtie-toobject-perl, libtry-tiny-perl, libyaml-libyaml-perl Suggests: libtest-exception-perl, libtest-use-ok-perl Description: Perl module for object persistence 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. debian/source/0000755000000000000000000000000012260307413010464 5ustar debian/source/format0000644000000000000000000000001412260307413011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000252212260307413011037 0ustar libkiokudb-perl (0.56-1) unstable; urgency=medium * Team upload. * New upstream release. * Update years of upstream copyright. * Update (build) dependencies. * Move Japanese tuturial to a better place. * Don't install empty manpages. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Mon, 30 Dec 2013 16:19:30 +0100 libkiokudb-perl (0.54-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Explicitly (build-)depend on Module::Pluggable::Object. (Closes: #711664) * New upstream release. Fixes "FTBFS with perl 5.18: test failures" (Closes: #720267) * debian/copyright: switch formatting to Copyright-Format 1.0. * Drop obsolete Suggests (satisfied by perl in oldstable). * Declare compliance with Debian Policy 3.9.4. * Update Vcs-Git field. * Add a patch to fix a spelling mistake. -- gregor herrmann Thu, 22 Aug 2013 20:48:19 +0200 libkiokudb-perl (0.52-1) unstable; urgency=low * Initial Release. (Closes: #524840) -- Tim Retout Mon, 25 Jul 2011 21:47:55 +0100 debian/compat0000644000000000000000000000000212260307413010362 0ustar 8 debian/patches/0000755000000000000000000000000012260307413010613 5ustar debian/patches/spelling.patch0000644000000000000000000000116012260307413013447 0ustar Description: spelling fix Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=88034 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88034 Author: gregor herrmann Last-Update: 2013-08-22 --- a/lib/KiokuDB/Backend/Role/UnicodeSafe.pm +++ b/lib/KiokuDB/Backend/Role/UnicodeSafe.pm @@ -33,7 +33,7 @@ store unicode perl strings safely. This means that B strings inserted to the database will not be -retreived as B strings upon deserialization. +retrieved as B strings upon deserialization. This mostly has to do with L variants. debian/patches/series0000644000000000000000000000001712260307413012026 0ustar spelling.patch debian/copyright0000644000000000000000000000211712260307413011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: KiokuDB Upstream-Contact: Yuval Kogman Source: https://metacpan.org/release/KiokuDB/ Files: * Copyright: 2008-2013, Yuval Kogman 2008-2013, Infinity Interactive License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Tim Retout License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000015412260307413010215 0ustar version=3 https://metacpan.org/release/KiokuDB/ .*/KiokuDB-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$