r25628 - in /trunk/libdbm-deep-perl/debian: ./ README.source changelog compat control copyright patches/ patches/fix-manpage-has-bad-whatis-entry.patch patches/series rules watch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Fri Sep 26 14:15:33 UTC 2008


Author: yvesago-guest
Date: Fri Sep 26 14:15:27 2008
New Revision: 25628

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

Added:
    trunk/libdbm-deep-perl/debian/
    trunk/libdbm-deep-perl/debian/README.source
    trunk/libdbm-deep-perl/debian/changelog
    trunk/libdbm-deep-perl/debian/compat
    trunk/libdbm-deep-perl/debian/control
    trunk/libdbm-deep-perl/debian/copyright
    trunk/libdbm-deep-perl/debian/patches/
    trunk/libdbm-deep-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch
    trunk/libdbm-deep-perl/debian/patches/series
    trunk/libdbm-deep-perl/debian/rules   (with props)
    trunk/libdbm-deep-perl/debian/watch

Added: trunk/libdbm-deep-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/README.source?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/README.source (added)
+++ trunk/libdbm-deep-perl/debian/README.source Fri Sep 26 14:15:27 2008
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Added: trunk/libdbm-deep-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/changelog?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/changelog (added)
+++ trunk/libdbm-deep-perl/debian/changelog Fri Sep 26 14:15:27 2008
@@ -1,0 +1,6 @@
+libdbm-deep-perl (1.0013-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #499241)
+  * TODO: waiting for FileHandle/Fmode.pm
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Mon, 18 Aug 2008 10:38:10 +0200

Added: trunk/libdbm-deep-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/compat?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/compat (added)
+++ trunk/libdbm-deep-perl/debian/compat Fri Sep 26 14:15:27 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libdbm-deep-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/control?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/control (added)
+++ trunk/libdbm-deep-perl/debian/control Fri Sep 26 14:15:27 2008
@@ -1,0 +1,24 @@
+Source: libdbm-deep-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt (>= 0.40)
+Build-Depends-Indep: perl (>= 5.006_000), libfilehandle-fmode-perl,
+ libtest-pod-coverage-perl, libtest-pod-perl, libdigest-md5-file-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/DBM-Deep/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbm-deep-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/
+
+Package: libdbm-deep-perl
+Architecture: all
+Depends: perl (>= 5.006), ${misc:Depends}, libdigest-md5-file-perl
+Description: A pure perl multi-level hash/array DBM that supports transactions
+ DBM::Deep is an unique flat-file database module, written in pure perl. True
+ multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO /
+ tie() interface, cross-platform FTPable files, ACID transactions, and is quite
+ fast. Can handle millions of keys and unlimited levels without significant
+ slow-down. Written from the ground-up in pure perl -- this is NOT a wrapper
+ around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and
+ Windows.

Added: trunk/libdbm-deep-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/copyright?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/copyright (added)
+++ trunk/libdbm-deep-perl/debian/copyright Fri Sep 26 14:15:27 2008
@@ -1,0 +1,21 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
+Upstream-Name: DBM-Deep
+Upstream-Maintainer: Rob Kinyon <rkinyon at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/DBM-Deep/
+
+Files: *
+Copyright: Copyright 2007, Rob Kinyon <rkinyon at cpan.org>
+License: GPL-1+ | Artistic
+ This is free software, you may use it and distribute it under the same terms
+ as Perl itself.
+
+Files: debian/*
+Copyright: Copyright 2008 AGOSTINI Yves <agostini at univ-metz.fr>
+License: GPL-1+ | Artistic
+ It is assumed that all contributors put their work under the same license
+ as the module itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libdbm-deep-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch (added)
+++ trunk/libdbm-deep-perl/debian/patches/fix-manpage-has-bad-whatis-entry.patch Fri Sep 26 14:15:27 2008
@@ -1,0 +1,20 @@
+--- a/lib/DBM/Deep/Cookbook.pod
++++ b/lib/DBM/Deep/Cookbook.pod
+@@ -1,6 +1,6 @@
+ =head1 NAME
+ 
+-DBM::Deep::Cookbook
++DBM::Deep::Cookbook - Cookbook
+ 
+ =head1 DESCRIPTION
+ 
+--- a/lib/DBM/Deep/Internals.pod
++++ b/lib/DBM/Deep/Internals.pod
+@@ -1,6 +1,6 @@
+ =head1 NAME
+ 
+-DBM::Deep::Internals
++DBM::Deep::Internals - internal working in DBM::Deep
+ 
+ =head1 DESCRIPTION
+ 

Added: trunk/libdbm-deep-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/patches/series?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/patches/series (added)
+++ trunk/libdbm-deep-perl/debian/patches/series Fri Sep 26 14:15:27 2008
@@ -1,0 +1,1 @@
+fix-manpage-has-bad-whatis-entry.patch

Added: trunk/libdbm-deep-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/rules?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/rules (added)
+++ trunk/libdbm-deep-perl/debian/rules Fri Sep 26 14:15:27 2008
@@ -1,0 +1,62 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh_testdir
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	LONG_TESTS=1 $(PERL) Build test
+	touch $@
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

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

Added: trunk/libdbm-deep-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/watch?rev=25628&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/watch (added)
+++ trunk/libdbm-deep-perl/debian/watch Fri Sep 26 14:15:27 2008
@@ -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/DBM-Deep/   .*/DBM-Deep-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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