r10225 - in /trunk/liblockfile-simple-perl: Simple.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:04:47 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:04:47 2007
New Revision: 10225

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

Added:
    trunk/liblockfile-simple-perl/debian/
    trunk/liblockfile-simple-perl/debian/changelog
    trunk/liblockfile-simple-perl/debian/compat
    trunk/liblockfile-simple-perl/debian/control
    trunk/liblockfile-simple-perl/debian/copyright
    trunk/liblockfile-simple-perl/debian/rules   (with props)
    trunk/liblockfile-simple-perl/debian/watch
Modified:
    trunk/liblockfile-simple-perl/Simple.pm

Modified: trunk/liblockfile-simple-perl/Simple.pm
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/Simple.pm?rev=10225&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/Simple.pm (original)
+++ trunk/liblockfile-simple-perl/Simple.pm Sat Dec  1 12:04:47 2007
@@ -557,7 +557,7 @@
 		return;
 	}
 
-	&{$self->wfunc}("UNLOCKED $file (stale lock by PID $pid$hostname)");
+	&{$self->wfunc}("UNLOCKED $file (stale lock by PID $pid)");
 }
 
 1;

Added: trunk/liblockfile-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/debian/changelog?rev=10225&op=file
==============================================================================
--- trunk/liblockfile-simple-perl/debian/changelog (added)
+++ trunk/liblockfile-simple-perl/debian/changelog Sat Dec  1 12:04:47 2007
@@ -1,0 +1,62 @@
+liblockfile-simple-perl (0.2.5-7) unstable; urgency=low
+
+  * Changed priority to optional (from extra)
+    - Now corresponds to override file
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 16 Feb 2005 18:28:16 -0500
+
+liblockfile-simple-perl (0.2.5-6) unstable; urgency=low
+
+  * New maintainer (Closes: #293327)
+  * Changed section from libs to perl
+  * Removed debhelper example files (debian/*.ex, debian/ex.*)
+  * Removed README.Debian file as it was blank
+  * Changed Build-Depends to Build-Depends-Indep
+  * Removed the docs file, as it's only installing the README
+  * Removed README from the package as it is just textified POD
+  * Changed shlibs:depends to perl:depends (now correct)
+  * Bumped debhelper dependancy to 4.1
+  * Adds debian/compat file per debhelper best practices
+  * Adds Build-Dependancy on perl 5.6.1-16 and liblog-agent-perl
+  * Adds regular dependancy on liblog-agent-perl
+  * Merged to my standard rules template
+  * Cleaned build cruft out of diff
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 16 Feb 2005 17:14:33 -0500
+
+liblockfile-simple-perl (0.2.5-5) unstable; urgency=low
+
+  * Applied patch from Martin Pitt <martin.pitt at ubuntu.com> to remove
+    /usr/lib/perl/5.8 since it conflicts with perl-base.  Closes: #293315.
+  * I'm orphaning this package.  Maintainer set to QA group.
+
+ -- John Goerzen <jgoerzen at complete.org>  Wed,  2 Feb 2005 09:21:09 -0600
+
+liblockfile-simple-perl (0.2.5-4) unstable; urgency=low
+
+  * Made sure to remove .packlist from deb.  Closes: #152225, #171871.
+
+ -- John Goerzen <jgoerzen at complete.org>  Wed,  5 Feb 2003 16:10:08 -0600
+
+liblockfile-simple-perl (0.2.5-3) unstable; urgency=low
+
+  * Fix binary-indep target.  Closes: #157484.
+
+ -- John Goerzen <jgoerzen at complete.org>  Tue, 15 Oct 2002 09:20:03 -0500
+
+liblockfile-simple-perl (0.2.5-2) unstable; urgency=low
+
+  * Fixed warning.  Closes: #136233.
+
+ -- John Goerzen <jgoerzen at complete.org>  Sat, 20 Apr 2002 13:10:54 -0500
+
+liblockfile-simple-perl (0.2.5-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- John Goerzen <jgoerzen at complete.org>  Sat,  6 Jan 2001 17:52:19 -0500
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address "jgoerzen at complete.org"
+End:

Added: trunk/liblockfile-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/debian/compat?rev=10225&op=file
==============================================================================
--- trunk/liblockfile-simple-perl/debian/compat (added)
+++ trunk/liblockfile-simple-perl/debian/compat Sat Dec  1 12:04:47 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/liblockfile-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/debian/control?rev=10225&op=file
==============================================================================
--- trunk/liblockfile-simple-perl/debian/control (added)
+++ trunk/liblockfile-simple-perl/debian/control Sat Dec  1 12:04:47 2007
@@ -1,0 +1,18 @@
+Source: liblockfile-simple-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends-Indep: debhelper (>> 4.1.0), perl (>= 5.6.0-16), liblog-agent-perl
+Standards-Version: 3.6.1.0
+
+Package: liblockfile-simple-perl
+Architecture: all
+Depends: ${perl:Depends}, liblog-agent-perl
+Description: Simple advisory file locking
+ The LockFile::Simple extension provides simple file locking, of
+ the advisory kind, i.e. it requires cooperation between applications
+ wishing to lock the same files.
+ .
+ It is meant to be used in quick-and-dirty scripts or more elaborated
+ programs that want a simple locking scheme, yet with a reasonable
+ level of configuration.

Added: trunk/liblockfile-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/debian/copyright?rev=10225&op=file
==============================================================================
--- trunk/liblockfile-simple-perl/debian/copyright (added)
+++ trunk/liblockfile-simple-perl/debian/copyright Sat Dec  1 12:04:47 2007
@@ -1,0 +1,23 @@
+This package was debianized by John Goerzen <jgoerzen at complete.org> on
+Sat,  6 Jan 2001 17:52:19 -0500.
+
+It was downloaded from http://search.cpan.org/dist/LockFile-Simple
+
+Upstream Author: Raphael Manfredi <Raphael_Manfredi at pobox.com>
+
+Copyright:
+	This program is free software; you can redistribute it and/or modify
+	it under the terms of either:
+
+	a) the GNU General Public License as published by the Free
+	Software Foundation; either version 1, or (at your option) any
+	later version, or
+
+	b) the "Artistic License"
+
+	See:
+
+	/usr/share/common-licenses/Artistic
+	/usr/share/common-licenses/GPL
+
+	For more information regarding these licensing options

Added: trunk/liblockfile-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/debian/rules?rev=10225&op=file
==============================================================================
--- trunk/liblockfile-simple-perl/debian/rules (added)
+++ trunk/liblockfile-simple-perl/debian/rules Sat Dec  1 12:04:47 2007
@@ -1,0 +1,53 @@
+#!/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 compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs ChangeLog
+	dh_link
+	dh_strip
+	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 configure

Propchange: trunk/liblockfile-simple-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liblockfile-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/liblockfile-simple-perl/debian/watch?rev=10225&op=file
==============================================================================
--- trunk/liblockfile-simple-perl/debian/watch (added)
+++ trunk/liblockfile-simple-perl/debian/watch Sat Dec  1 12:04:47 2007
@@ -1,0 +1,3 @@
+version=2
+http://www.cpan.org/modules/by-module/LockFile/LockFile-Simple-([0-9].*)\.tar.gz \
+ debian uupdate




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