r25436 - in /trunk/libdb-file-lock-perl: Lock.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 20:59:39 UTC 2008


Author: gregoa
Date: Fri Sep 19 20:59:36 2008
New Revision: 25436

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

Added:
    trunk/libdb-file-lock-perl/debian/
    trunk/libdb-file-lock-perl/debian/changelog
    trunk/libdb-file-lock-perl/debian/compat
    trunk/libdb-file-lock-perl/debian/control
    trunk/libdb-file-lock-perl/debian/copyright
    trunk/libdb-file-lock-perl/debian/rules   (with props)
    trunk/libdb-file-lock-perl/debian/watch
Modified:
    trunk/libdb-file-lock-perl/Lock.pm

Modified: trunk/libdb-file-lock-perl/Lock.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdb-file-lock-perl/Lock.pm?rev=25436&op=diff
==============================================================================
--- trunk/libdb-file-lock-perl/Lock.pm (original)
+++ trunk/libdb-file-lock-perl/Lock.pm Fri Sep 19 20:59:36 2008
@@ -117,8 +117,8 @@
 	}
 
 	my $self = $tie_type eq "TIEHASH"
-		? $package->SUPER::TIEHASH(@_)
-		: $package->SUPER::TIEARRAY(@_);
+		? $package->SUPER::TIEHASH(@dbfile_data)
+		: $package->SUPER::TIEARRAY(@dbfile_data);
 	if ( not $self ) {
 		close $lockfile_fh;
 		return $self;

Added: trunk/libdb-file-lock-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdb-file-lock-perl/debian/changelog?rev=25436&op=file
==============================================================================
--- trunk/libdb-file-lock-perl/debian/changelog (added)
+++ trunk/libdb-file-lock-perl/debian/changelog Fri Sep 19 20:59:36 2008
@@ -1,0 +1,24 @@
+libdb-file-lock-perl (0.05-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467734
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 21:08:54 +0100
+
+libdb-file-lock-perl (0.05-2) unstable; urgency=low
+
+  * QA upload.
+  * Package is orphaned (#357344); set maintainer to Debian QA Group.
+  * Lock.pm: Fix tie argument handling.  Thanks to Frank Lichtenheld
+    for the patch.  Closes: #334451 [rt.cpan.org #18613].
+  * Switch to debhelper 5.
+  * Conforms to Standards version 3.6.2.
+
+ -- Matej Vela <vela at debian.org>  Sun,  9 Apr 2006 11:16:37 +0200
+
+libdb-file-lock-perl (0.05-1) unstable; urgency=low
+
+  * Initial Release. (closes: #271594)
+
+ -- S. Zachariah Sprackett <zac at sprackett.com>  Mon, 13 Sep 2004 21:42:05 -0400
+

Added: trunk/libdb-file-lock-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdb-file-lock-perl/debian/compat?rev=25436&op=file
==============================================================================
--- trunk/libdb-file-lock-perl/debian/compat (added)
+++ trunk/libdb-file-lock-perl/debian/compat Fri Sep 19 20:59:36 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libdb-file-lock-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdb-file-lock-perl/debian/control?rev=25436&op=file
==============================================================================
--- trunk/libdb-file-lock-perl/debian/control (added)
+++ trunk/libdb-file-lock-perl/debian/control Fri Sep 19 20:59:36 2008
@@ -1,0 +1,15 @@
+Source: libdb-file-lock-perl
+Section: perl
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-16), perl-modules
+Standards-Version: 3.6.2
+
+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.
+

Added: trunk/libdb-file-lock-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdb-file-lock-perl/debian/copyright?rev=25436&op=file
==============================================================================
--- trunk/libdb-file-lock-perl/debian/copyright (added)
+++ trunk/libdb-file-lock-perl/debian/copyright Fri Sep 19 20:59:36 2008
@@ -1,0 +1,22 @@
+This package was debianized by S. Zachariah Sprackett <zac at sprackett.com> on
+Mon, 13 Sep 2004 21:42:05 -0400
+
+It was downloaded from http://www.perl.com/CPAN
+
+Upstream Author: David R. Harris <dharris at drh.net>
+
+
+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'.
+

Added: trunk/libdb-file-lock-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdb-file-lock-perl/debian/rules?rev=25436&op=file
==============================================================================
--- trunk/libdb-file-lock-perl/debian/rules (added)
+++ trunk/libdb-file-lock-perl/debian/rules Fri Sep 19 20:59:36 2008
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PERL ?= /usr/bin/perl
+package = libdb-file-lock-perl
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(package)
+	[ ! -d debian/$(package)/usr/lib/perl5 ] || rmdir -p --ignore-fail-on-non-empty debian/$(package)/usr/lib/perl5
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libdb-file-lock-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdb-file-lock-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdb-file-lock-perl/debian/watch?rev=25436&op=file
==============================================================================
--- trunk/libdb-file-lock-perl/debian/watch (added)
+++ trunk/libdb-file-lock-perl/debian/watch Fri Sep 19 20:59:36 2008
@@ -1,0 +1,3 @@
+version=2
+
+http://www.perl.com/CPAN/modules/by-module/DB_File/DB_File-Lock-([\d\.]*)\.tar\.gz




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