r30574 - in /trunk/liblwp-online-perl/debian: ./ changelog compat control copyright rules watch

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Tue Feb 10 22:00:17 UTC 2009


Author: antonio-guest
Date: Tue Feb 10 22:00:06 2009
New Revision: 30574

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

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

Added: trunk/liblwp-online-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/changelog?rev=30574&op=file
==============================================================================
--- trunk/liblwp-online-perl/debian/changelog (added)
+++ trunk/liblwp-online-perl/debian/changelog Tue Feb 10 22:00:06 2009
@@ -1,0 +1,5 @@
+liblwp-online-perl (1.07-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #514679)
+
+ -- Antonio Radici <antonio at dyne.org>  Tue, 10 Feb 2009 21:48:54 +0000

Added: trunk/liblwp-online-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/compat?rev=30574&op=file
==============================================================================
--- trunk/liblwp-online-perl/debian/compat (added)
+++ trunk/liblwp-online-perl/debian/compat Tue Feb 10 22:00:06 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/liblwp-online-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/control?rev=30574&op=file
==============================================================================
--- trunk/liblwp-online-perl/debian/control (added)
+++ trunk/liblwp-online-perl/debian/control Tue Feb 10 22:00:06 2009
@@ -1,0 +1,25 @@
+Source: liblwp-online-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+#Build-Depends-Indep: perl (>= 5.6.0-12), liburi-perl, libwww-perl
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/LWP-Online/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblwp-online-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblwp-online-perl/
+
+Package: liblwp-online-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl, libwww-perl
+Description: module to check if there is Internet access
+ LWP::Online will try to verify, as accurately as it can, if the
+ host has any Internet access: it will check if there is basic
+ network access, DNS connectivity and it will also check whether
+ one from a whole set of transport (HTTP, HTTPS, FTP, and so on) is 
+ actually available
+ . 
+ The exported 'online' function can also be used by other modules to 
+ skip the tests which require Internet connectivity.

Added: trunk/liblwp-online-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/copyright?rev=30574&op=file
==============================================================================
--- trunk/liblwp-online-perl/debian/copyright (added)
+++ trunk/liblwp-online-perl/debian/copyright Tue Feb 10 22:00:06 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/LWP-Online/
+Upstream-Name: LWP-Online
+
+Files: *
+Copyright: 2006-2009, Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Antonio Radici <antonio at dyne.org>
+License: Artistic | 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 the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/liblwp-online-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/rules?rev=30574&op=file
==============================================================================
--- trunk/liblwp-online-perl/debian/rules (added)
+++ trunk/liblwp-online-perl/debian/rules Tue Feb 10 22:00:06 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:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/liblwp-online-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-online-perl/debian/watch?rev=30574&op=file
==============================================================================
--- trunk/liblwp-online-perl/debian/watch (added)
+++ trunk/liblwp-online-perl/debian/watch Tue Feb 10 22:00:06 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/LWP-Online/   .*/LWP-Online-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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