--- libdb-file-lock-perl-0.05.orig/debian/changelog +++ libdb-file-lock-perl-0.05/debian/changelog @@ -0,0 +1,6 @@ +libdb-file-lock-perl (0.05-1) unstable; urgency=low + + * Initial Release. (closes: #271594) + + -- S. Zachariah Sprackett Mon, 13 Sep 2004 21:42:05 -0400 + --- libdb-file-lock-perl-0.05.orig/debian/control +++ libdb-file-lock-perl-0.05/debian/control @@ -0,0 +1,15 @@ +Source: libdb-file-lock-perl +Section: perl +Priority: optional +Maintainer: S. Zachariah Sprackett +Build-Depends-Indep: debhelper (>> 3.0.0), perl (>= 5.6.0-16), perl-modules +Standards-Version: 3.6.1.10 + +Package: libdb-file-lock-perl +Architecture: all +Depends: ${perl:Depends} +Description: Provides a wrapper for the DB_File module, adding locking + When you need locking, simply use this module in place of DB_File and + add an extra argument onto the tie command specifying if the file should + be locked for reading or writing. + --- libdb-file-lock-perl-0.05.orig/debian/copyright +++ libdb-file-lock-perl-0.05/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by S. Zachariah Sprackett on +Mon, 13 Sep 2004 21:42:05 -0400 + +It was downloaded from http://www.perl.com/CPAN + +Upstream Author: David R. Harris + + +Copyright: + + Copyright (c) 1999-2000 David R. Harris. All rights reserved. + + This program is free software; you can redistribute it and/or modify it + under the terms of the "Artistic License" which comes with Debian. + + THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +On Debian GNU/Linux systems, the complete text of the Artistic License +can be found in `/usr/share/common-licenses/Artistic'. + --- libdb-file-lock-perl-0.05.orig/debian/rules +++ libdb-file-lock-perl-0.05/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +export DH_COMPAT=3 + +ifndef PERL + PERL = /usr/bin/perl +endif + +package = libdb-file-lock-perl + +build: build-stamp +build-stamp: + dh_testdir + + perl Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -g -Wall" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + -$(MAKE) realclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install PREFIX=$(CURDIR)/debian/$(package)/usr + + -rmdir -p debian/$(package)/usr/lib/perl5 + + +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libdb-file-lock-perl-0.05.orig/debian/watch +++ libdb-file-lock-perl-0.05/debian/watch @@ -0,0 +1,3 @@ +version=2 + +http://www.perl.com/CPAN/modules/by-module/DB_File/DB_File-Lock-([\d\.]*)\.tar\.gz