r30600 - in /trunk/libforks-perl/debian: ./ changelog compat control copyright rules watch

ra28145-guest at users.alioth.debian.org ra28145-guest at users.alioth.debian.org
Wed Feb 11 21:04:54 UTC 2009


Author: ra28145-guest
Date: Wed Feb 11 21:04:51 2009
New Revision: 30600

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

Added:
    trunk/libforks-perl/debian/
    trunk/libforks-perl/debian/changelog
    trunk/libforks-perl/debian/compat
    trunk/libforks-perl/debian/control
    trunk/libforks-perl/debian/copyright
    trunk/libforks-perl/debian/rules   (with props)
    trunk/libforks-perl/debian/watch

Added: trunk/libforks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/changelog?rev=30600&op=file
==============================================================================
--- trunk/libforks-perl/debian/changelog (added)
+++ trunk/libforks-perl/debian/changelog Wed Feb 11 21:04:51 2009
@@ -1,0 +1,5 @@
+libforks-perl (0.29-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #514058)
+
+ -- Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>  Thu, 22 Jan 2009 13:35:17 +0100

Added: trunk/libforks-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/compat?rev=30600&op=file
==============================================================================
--- trunk/libforks-perl/debian/compat (added)
+++ trunk/libforks-perl/debian/compat Wed Feb 11 21:04:51 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libforks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/control?rev=30600&op=file
==============================================================================
--- trunk/libforks-perl/debian/control (added)
+++ trunk/libforks-perl/debian/control Wed Feb 11 21:04:51 2009
@@ -1,0 +1,27 @@
+Source: libforks-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12), libsys-sigaction-perl (>= 0.11), liblist-moreutils-perl (>= 0.15)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/forks/
+
+Package: libforks-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libsys-sigaction-perl (>= 0.11), liblist-moreutils-perl (>= 0.15)
+Description: forks - emulate threads with fork
+ The forks.pm module is a drop-in replacement for threads.pm.  It has the
+ same syntax as the threads.pm module (it even takes over its namespace) but
+ has some significant differences:
+ .
+  - you do _not_ need a special (threaded) version of Perl
+  - it is _much_ more economic with memory usage on OS's that support COW
+  - it is more efficient in the startup of threads
+  - it is slightly less efficient in the stopping of threads
+  - it is less efficient in inter-thread communication
+ .
+ If nothing else, it allows you to use the Perl threading model in
+ non-threaded Perl builds and in older versions of Perl (5.6.0 and
+ higher are supported).
+

Added: trunk/libforks-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/copyright?rev=30600&op=file
==============================================================================
--- trunk/libforks-perl/debian/copyright (added)
+++ trunk/libforks-perl/debian/copyright Wed Feb 11 21:04:51 2009
@@ -1,0 +1,21 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Name: forks
+Upstream-Maintainer: Eric Rybski <rybskej at yahoo.com>
+Upstream-Source: http://search.cpan.org/dist/forks/
+
+Files: *
+Copyright: 2002-2004 Elizabeth Mattijsen <liz at dijkmat.nl>
+Copyright: 2004-2009 Lincoln A. Baxter <lab-at-lincolnbaxter-dot-com>
+License: GPL-1+|Artistic
+ All rights reserved.  This program is free software; you can redistribute it
+ and/or modify it under the same terms as Perl itself.
+ .
+ The full text of the Artistic license is available on Debian systems in
+ /usr/share/common-licenses/Artistic;
+ the GNU General Public License is given in /usr/share/common-licenses/GPL
+
+Files: debian/*
+Copyright: 2009 Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
+License: GPL-1+|Artistic
+ Packaging is licensed under the same terms as upstream code.
+

Added: trunk/libforks-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/rules?rev=30600&op=file
==============================================================================
--- trunk/libforks-perl/debian/rules (added)
+++ trunk/libforks-perl/debian/rules Wed Feb 11 21:04:51 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libforks-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libforks-perl/debian/watch?rev=30600&op=file
==============================================================================
--- trunk/libforks-perl/debian/watch (added)
+++ trunk/libforks-perl/debian/watch Wed Feb 11 21:04:51 2009
@@ -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/forks/   .*/forks-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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