[libprefork-perl] 01/08: Imported Debian patch 1.04-1

Jonas Genannt jonas at brachium-system.net
Sun Jan 19 10:42:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository libprefork-perl.

commit 77d8f6fb7441defd883ed308889622a2a8c50f70
Author: Jonas Genannt <jonas.genannt at capi2name.de>
Date:   Sat Jul 23 13:59:37 2011 +0200

    Imported Debian patch 1.04-1
---
 debian/changelog     | 33 +++++++++++++++++++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 35 +++++++++++++++++++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 95 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..088bb0b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,33 @@
+libprefork-perl (1.04-1) unstable; urgency=low
+
+  * New Upstream Version (Closes: #614871)
+  * added Homepage field debian/control
+  * Moved to DebSrc 3.0
+  * bumped up standards version
+  * reduced debian/rules
+  * changed copyright to dep5
+  * added debian/watch file
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sat, 23 Jul 2011 13:59:37 +0200
+
+libprefork-perl (1.02-1) unstable; urgency=low
+
+  * New Upstream Release
+  * new standards version
+  * debian/rules: fixed Make clean
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Fri, 26 Sep 2008 20:02:42 +0200
+
+libprefork-perl (1.00-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Perl 5.10.  Closes: #467860
+
+ -- Mark Hymers <mhy at debian.org>  Sat, 05 Apr 2008 21:09:07 +0100
+
+libprefork-perl (1.00-1) unstable; urgency=low
+
+  * Initial Release (Closes: #341955)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Thu,  1 Dec 2005 19:15:34 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..eade1cc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: libprefork-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl (>= 5.10)
+Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/prefork/
+
+Package: libprefork-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Module loading for forking or non-forking processes in Perl
+ The prefork pragma is intended to allow module writers to optimise module
+ loading for both scenarios with as little additional code as possible.
+ .
+ prefork.pm is intended to serve as a central and optional marshalling point
+ for state detection (are we running in compile-time or run-time mode) and to
+ act as a relatively light-weight module loader.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c6a3242
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Adam Kennedy <adamk at cpan.org>
+Source: http://search.cpan.org/dist/prefork/
+Name: prefork
+
+Files: *
+Copyright: 2004 - 2009, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1
+
+Files: inc/Module/*
+Copyright: 2002 - 2011, Adam Kennedy <adamk at cpan.org>
+ 2002 - 2011, Audrey Tang <autrijus at autrijus.org>
+ 2002 - 2011, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1
+
+Files: debian/*
+Copyright: 2008, Mark Hymers <mhy at debian.org>
+ 2005 - 2011, Jonas Genannt <jonas.genannt at capi2name.de>
+License: Artistic or GPL-1
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d258004
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/prefork/   .*/prefork-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libprefork-perl.git



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