[med-svn] [liblwp-parallel-perl] 10/15: Re-add debian/ dir

Andreas Tille tille at debian.org
Tue Dec 26 12:28:33 UTC 2017


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

tille pushed a commit to branch master
in repository liblwp-parallel-perl.

commit b6bd9354e1b3860ca44533a82f01040839cfeea7
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 26 13:22:59 2017 +0100

    Re-add debian/ dir
---
 debian/changelog            | 27 +++++++++++++++++++++++++++
 debian/compat               |  1 +
 debian/control              | 35 +++++++++++++++++++++++++++++++++++
 debian/copyright            | 34 ++++++++++++++++++++++++++++++++++
 debian/liblwp-parallel.docs |  3 +++
 debian/rules                |  4 ++++
 debian/watch                |  3 +++
 7 files changed, 107 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..526c767
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,27 @@
+liblwp-parallel-perl (2.62-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream version
+  * Secure URI in watch file
+
+ -- Andreas Tille <tille at debian.org>  Tue, 26 Dec 2017 13:21:30 +0100
+
+liblwp-parallel-perl (2.57-3) experimental; urgency=low
+
+  * Adjusted binary dependency to match libwww5.808-perl.
+  * Added previously omitted build dependency on libwww5.808-perl
+
+ -- Steffen Moeller <moeller at debian.org>  Sun, 17 Oct 2010 02:10:44 +0200
+
+liblwp-parallel-perl (2.57-2) experimental; urgency=low
+
+  * Renamed package (Closes: #592528, #593587).
+  * Upload to experimental.
+
+ -- Steffen Moeller <moeller at debian.org>  Sat, 04 Sep 2010 16:43:46 +0200
+
+libparallel-useragent-perl (2.57-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Richard Holland <holland at eaglegenomics.com>  Thu, 19 Aug 2010 15:21:00 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8c82c67
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: liblwp-parallel-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libwww5.808-perl
+Build-Depends-Indep: perl
+Maintainer: Richard Holland <holland at eaglegenomics.com>
+Uploaders: Steffen Moeller <moeller at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/ParallelUserAgent/
+
+Package: liblwp-parallel-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libwww5.808-perl
+Replaces: libparallel-useragent-perl
+Description: Extension for LWP to allow parallel HTTP and FTP access
+ This class implements a user agent that access web sources in parallel.
+ .
+ Using a LWP::Parallel::UserAgent as your user agent, you typically
+ start by registering your requests, along with how you want the
+ Agent to process the incoming results (see $ua->register).
+ .
+ Then you wait for the results by calling $ua->wait. This method
+ only returns, if all requests have returned an answer, or the Agent
+ timed out. Also, individual callback functions might indicate that
+ the Agent should stop waiting for requests and return. (see
+ $ua->register)
+ .
+ This package was first erroneously named libparallel-useragent-perl,
+ which would have reflected how the useragent is invoked in the
+ Perl code, but only after importing its module LWP::Parallel.
+ The module depends on a legacy version of the www Perl module.
+ A better alternative to Parallel::Useragent may be to adopt
+ WWW::Curl::Simple for the problem. This package was submitted to
+ the experimental distribution of Debian because of its dependency
+ on libwww-perl5.808-perl that was submitted to experimental.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..43fb8b9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Marc Langheinrich, marclang at cpan.org
+Source: http://search.cpan.org/dist/ParallelUserAgent/
+Name: ParallelUserAgent
+
+Files: *
+Copyright: Marc Langheinrich, marclang at cpan.org
+License: Artistic or GPL-1+
+
+Files: lib/LWP/Parallel/Protocol.pm, lib/LWP/Parallel/UserAgent.pm,
+ lib/LWP/Parallel/Protocol/http.pm, lib/LWP/Parallel/RobotUA.pm
+Copyright: Marc Langheinrich, marclang at cpan.org
+ Parts 1995-2004 Gisle Aas
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Richard Holland <holland at eaglegenomics.com>
+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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/liblwp-parallel.docs b/debian/liblwp-parallel.docs
new file mode 100644
index 0000000..0b59c59
--- /dev/null
+++ b/debian/liblwp-parallel.docs
@@ -0,0 +1,3 @@
+TODO
+README.SSL
+README
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/watch b/debian/watch
new file mode 100644
index 0000000..91ba44e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+
+https://metacpan.org/release/ParallelUserAgent/	.*/ParallelUserAgent-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/liblwp-parallel-perl.git



More information about the debian-med-commit mailing list