debian/0000755000000000000000000000000012231165164007167 5ustar debian/watch0000644000000000000000000000015511762207133010222 0ustar version=3 http://search.cpan.org/dist/CDB_File/ .*/CDB_File-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libcdb-file-perl.examples0000644000000000000000000000001111762207133014014 0ustar bun-x.pl debian/rules0000755000000000000000000000026711762207133010255 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/lib/perl5/bun-x.pl debian/copyright0000644000000000000000000000220111762207133011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Todd E Rinaldo Source: http://search.cpan.org/dist/CDB_File/ Upstream-Name: CDB_File Files: * Copyright: 1997-2001, Tim Goodwin 2002-2008, Matt Sergeant 2011, Todd E Rinaldo License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2012, Florian Schlichting 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/source/0000755000000000000000000000000011762207133010470 5ustar debian/source/format0000644000000000000000000000001411762207133011676 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011762207133010617 5ustar debian/patches/ber_n_stein_typo.patch0000644000000000000000000000142211762207133015201 0ustar Description: fix a typo in Dan Ber_n_stein's name Author: Florian Schlichting Forwarded: https://rt.cpan.org/Ticket/Display.html?id=70939 --- a/CDB_File.pm +++ b/CDB_File.pm @@ -41,7 +41,7 @@ =head1 DESCRIPTION B is a module which provides a Perl interface to Dan -Berstein's B package: +Bernstein's B package: cdb is a fast, reliable, lightweight package for creating and reading constant databases. --- a/README +++ b/README @@ -3,7 +3,7 @@ See INSTALL for installation instructions. -CDB_File is a module which provides a Perl interface to Dan Berstein's +CDB_File is a module which provides a Perl interface to Dan Bernstein's cdb package: cdb is a fast, reliable, lightweight package for creating and debian/patches/series0000644000000000000000000000002711762207133012033 0ustar ber_n_stein_typo.patch debian/compat0000644000000000000000000000000211762207133010366 0ustar 9 debian/control0000644000000000000000000000163311762207133010576 0ustar Source: libcdb-file-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 9.20120312), perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcdb-file-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libcdb-file-perl.git Homepage: http://search.cpan.org/dist/CDB_File/ Package: libcdb-file-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: module to access cdb databases from Perl CDB_File is a module which provides a Perl interface to creating and querying cdb databases. cdb is a fast, reliable and lightweight package for creating and reading constant databases, developed by Dan Bernstein. . See http://pobox.com/~djb/cdb.html for more information about cdb. debian/libcdb-file-perl.docs0000644000000000000000000000001411762207133013131 0ustar ACKNOWLEDGE debian/changelog0000644000000000000000000000147612231165164011051 0ustar libcdb-file-perl (0.97-2build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:48:52 +0100 libcdb-file-perl (0.97-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Correct Vcs-Browser and Vcs-Git URLs. [ Florian Schlichting ] * Fix typo in package description (cdb author's name). * Add ber_n_stein_typo.patch. * Switch dh compatibility to level 9 to enable passing of hardening flags. * Bump Standards-Version to 3.9.3 (use copyright-format 1.0). * Bump years of Debian copyright. -- Florian Schlichting Fri, 01 Jun 2012 19:15:35 +0200 libcdb-file-perl (0.97-1) unstable; urgency=low * Initial Release. (Closes: #638865) -- Florian Schlichting Mon, 22 Aug 2011 22:07:03 +0000