r10423 - in /trunk/libwww-perl: Makefile.PL bin/lwp-request debian/ debian/changelog debian/compat debian/control debian/copyright debian/libwww-perl.docs debian/libwww-perl.links debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:25:02 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:25:02 2007
New Revision: 10423

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

Added:
    trunk/libwww-perl/debian/
    trunk/libwww-perl/debian/changelog
    trunk/libwww-perl/debian/compat
    trunk/libwww-perl/debian/control
    trunk/libwww-perl/debian/copyright
    trunk/libwww-perl/debian/libwww-perl.docs
    trunk/libwww-perl/debian/libwww-perl.links
    trunk/libwww-perl/debian/rules   (with props)
    trunk/libwww-perl/debian/watch
Modified:
    trunk/libwww-perl/Makefile.PL
    trunk/libwww-perl/bin/lwp-request

Modified: trunk/libwww-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/Makefile.PL?rev=10423&op=diff
==============================================================================
--- trunk/libwww-perl/Makefile.PL (original)
+++ trunk/libwww-perl/Makefile.PL Sat Dec  1 12:25:02 2007
@@ -129,6 +129,7 @@
     my @tmp;
     for my $alias (@request_aliases) {
 	my $default = "n";
+	my $default = "y";
 	if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
 	    push(@tmp, $alias);
 	}

Modified: trunk/libwww-perl/bin/lwp-request
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/bin/lwp-request?rev=10423&op=diff
==============================================================================
--- trunk/libwww-perl/bin/lwp-request (original)
+++ trunk/libwww-perl/bin/lwp-request Sat Dec  1 12:25:02 2007
@@ -473,6 +473,7 @@
 		};
 		$options{'o'} eq 'links' && do {
 		    my $base = $response->base;
+		    $base = $options{'b'} if $options{'b'};
 		    for ( @{ $html->extract_links } ) {
 			my($link, $elem) = @$_;
 			my $tag = uc $elem->tag;

Added: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/changelog?rev=10423&op=file
==============================================================================
--- trunk/libwww-perl/debian/changelog (added)
+++ trunk/libwww-perl/debian/changelog Sat Dec  1 12:25:02 2007
@@ -1,0 +1,378 @@
+libwww-perl (5.805-1) unstable; urgency=low
+
+  * New upstream release (Closes: #349634)
+  * HTML::Tree dependancy problem fixed (Closes: #262946)
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 21 Feb 2006 10:40:33 -0500
+
+libwww-perl (5.803-4) unstable; urgency=low
+
+  * Make GET/POST/HEAD symlinks (Closes: #294597)
+  * lwp-requests now honors -b when dumping links (Closes: #294595)
+    - Thanks to giuseppe bonacci for the patch
+  * Moved symlinks to a libwww-perl.links file
+
+ -- Jay Bonci <jaybonci at debian.org>  Sun, 13 Feb 2005 18:45:32 -0500
+
+libwww-perl (5.803-3) unstable; urgency=low
+
+  * Re-adds GET/POST etc aliases (Closes: #287948)
+
+ -- Jay Bonci <jaybonci at debian.org>  Fri, 31 Dec 2004 20:29:10 -0500
+
+libwww-perl (5.803-2) unstable; urgency=low
+
+  * Backed out Methods.pm fix. Gisle has an upcoming real fix
+  * Adds Build-Dep/Recommends on libcompress-zlib-perl (Closes: #287776)
+    - Thanks to Kurt Roeckx for pointing out the hose
+
+ -- Jay Bonci <jaybonci at debian.org>  Thu, 30 Dec 2004 12:52:15 -0500
+
+libwww-perl (5.803-1) unstable; urgency=low
+
+  * New upstream version
+  * Methods.pm: Fixes typo: Quotes ; in regex. (Closes: #286775)
+  * lib/Net/HTTP.pm: Fixes typo in manpage (Closes: #283916)
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 28 Dec 2004 21:55:08 -0500
+
+libwww-perl (5.800-2) unstable; urgency=low
+
+  * New Maintainer
+  * Removed README.Debian, as it referred to a testing transition that is no longer an issue
+  * Added debian/compat file per debhelper best practices.
+  * Changed debhelper dependancy to versioned dependancy
+  * Pruned empty directories from the package
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 29 Sep 2004 18:13:38 -0400
+
+libwww-perl (5.800-1) unstable; urgency=low
+
+  * New upstream version. (closes: bug#254742)
+  * Fix problem of dangling symlinks---was really a result of the
+    Makefile.PL changing up on us (closes: bug#252638)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Fri, 18 Jun 2004 16:11:57 -0400
+
+libwww-perl (5.76-2) unstable; urgency=low
+
+  * Fix dependency on HTML::Parser.
+  * Update standards-version.
+  * Fix section.
+  * Either Perl-5.8.2 or the newer LWP have fixed the issue with
+    HTML::Forms->parse---the test script in bug#213655 now performs as
+    expected (closes: bug#213655).
+
+ -- Michael Alan Dorman <mdorman at mallet-assembly.org>  Tue, 30 Dec 2003 21:19:57 -0500
+
+libwww-perl (5.76-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Thu, 18 Dec 2003 08:46:49 -0500
+
+libwww-perl (5.69-4) unstable; urgency=low
+
+  * Change dependencies to accomodate perl-5.8.1 (closes: bug#213182, bug#213191)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue, 30 Sep 2003 13:32:18 -0400
+
+libwww-perl (5.69-3) unstable; urgency=low
+
+  * Add netbase to build-depends (close: bug#190809)
+  * The GET program does indeed work as intended using -H (closes: bug#178069)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 15 Jun 2003 13:51:21 -0400
+
+libwww-perl (5.69-2) unstable; urgency=low
+
+  * Doh!  I didn't name my README properly to get it included.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Wed, 12 Mar 2003 18:26:26 -0500
+
+libwww-perl (5.69-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove bogus build-depends-indep on netbase (closes: bug#181264).
+  * Maintainer release (closes: bug#155006).
+  * Re-work dependencies so that we're not unnecessarily dependent on perl-5.8.
+  * Note issues with SSL in README.Debian (synopsis: not a libwww-perl problem, a distribution problem) (closes: bug#158765, bug#160197).
+  * lwp-rget arg handling has been corrected (closes: bug#136486).
+  * Manpage issues seem corrected (closes: bug#158105).
+  * Remove superfluous commentary about modules (closes: bug#135118).
+  * Typo was corrected upstream (closes: bug#146245).
+  * Mention LWP in description (closes: bug#183461).
+  
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon,  6 Jan 2003 13:08:20 -0500
+
+libwww-perl (5.65-0.1) unstable; urgency=low
+
+  * NMU
+  * New upstream version (required for 5.8.0).
+  * Fix dependencies for perl 5.8.0.
+
+ -- Brendan O'Dea <bod at debian.org>  Mon, 26 Aug 2002 18:42:42 +1000
+
+libwww-perl (5.64-1) unstable; urgency=low
+
+  * New upstream version.
+  * Add recommends for libhtml-format-perl (closes: bug#126698)
+  * Fix suggests to libcrypt-ssleay-perl, rather than
+    libnet-ssleay-perl. (closes: bug#132643)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon, 11 Feb 2002 12:51:03 -0500
+
+libwww-perl (5.63-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 16 Dec 2001 18:15:00 -0500
+
+libwww-perl (5.62-2) unstable; urgency=low
+
+  * Doh!  lwp-request wasn't included.  Fixed (closes: bug#123781)
+  * Add dependency on libhtml-tree-perl---never used the flags that cause
+    that dependency to kick in (closes: bug#122918)
+  * Oh, and this is the new upstream version (closes: bug#122849)
+  * Close bugs fixed in an unreleased version (closes: bug#99582, bug#81308)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Thu, 13 Dec 2001 08:38:25 -0500
+
+libwww-perl (5.62-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue, 11 Dec 2001 21:45:09 -0500
+
+libwww-perl (5.61-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 18 Nov 2001 21:26:08 -0500
+
+libwww-perl (5.60-1) unstable; urgency=low
+
+  * New upstream version
+  * Close bug resulting from misinterpretation (closes: bug#99582)
+  * Close bug where interface already exists (closes: bug#81308)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun,  4 Nov 2001 11:48:37 -0500
+
+libwww-perl (5.53-2) unstable; urgency=low
+
+  * Update recommends to libmailtools-perl
+  * Rebuild to correct dependencies (closes: bug#101184, bug#113020)
+  * Add suggestions for SSL support libs (closes: bug#95129)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue, 25 Sep 2001 13:07:40 -0400
+
+libwww-perl (5.53-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Thu, 12 Apr 2001 22:25:02 -0400
+
+libwww-perl (5.52-1) unstable; urgency=low
+
+  * New upstream release
+  * Build-depends-indep on netbase (closes: bug#92171)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon,  2 Apr 2001 15:17:56 -0400
+
+libwww-perl (5.51-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Thu, 15 Mar 2001 14:50:42 -0500
+
+libwww-perl (5.50-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Michael Alan Dorman <mdorman at mallet-assembly.org>  Mon, 15 Jan 2001 13:36:15 -0500
+
+libwww-perl (5.49-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Michael Alan Dorman <mdorman at mallet-assembly.org>  Wed, 10 Jan 2001 16:14:13 -0500
+
+libwww-perl (5.48-3) unstable; urgency=low
+
+  * For some reason the scripts were no longer getting installed, fixed, thanks Roderich Schupp for the spot (closes: bug#70482)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue, 29 Aug 2000 10:00:13 -0400
+
+libwww-perl (5.48-2) unstable; urgency=low
+
+  * Make sure documentation regarding SSL is included. (closes: bug#68618)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Wed, 19 Jul 2000 09:34:15 -0400
+
+libwww-perl (5.48-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon, 24 Apr 2000 12:16:12 -0400
+
+libwww-perl (5.47-1) unstable; urgency=low
+
+  * New upstream version.
+  
+  * Minor mod to the rules file, since Stephen Zander suggests adjusting
+    INST* variables when doing perl Makefile.PL can be dangerous.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 28 Nov 1999 15:12:12 -0500
+
+libwww-perl (5.46-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 31 Oct 1999 12:05:54 -0500
+
+libwww-perl (5.45-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue, 21 Sep 1999 12:08:35 -0400
+
+libwww-perl (5.44-2) unstable; urgency=low
+
+  * Accidentally left out the scripts.  Oops!
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue,  6 Jul 1999 19:01:44 -0400
+
+libwww-perl (5.44-1) unstable; urgency=low
+
+  * New upstream version.
+  * Modified for new perl packages.
+  * Modified to use debhelper.
+  * depends, rather than suggests, libhtml-parser-perl (closes: bug#36479)
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon,  5 Jul 1999 11:17:21 +0000
+
+libwww-perl (5.42-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon, 22 Mar 1999 08:28:01 -0500
+
+libwww-perl (5.41-0) unstable; urgency=low
+
+  * New upstream release, non-maintainer upload.
+  * URI functionality has been split out.
+
+ -- John Goerzen <jgoerzen at complete.org>  Sat, 23 Jan 1999 14:01:15 -0600
+
+libwww-perl (5.36-1) unstable; urgency=low
+
+  * New upstream release.
+  * Create new libhtml-parser-perl and libhtml-tree-perl to reflect
+    upstream split.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Fri,  7 Aug 1998 10:26:09 -0500
+
+libwww-perl (5.32-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue, 24 Apr 1998 10:26:09 -0500
+
+libwww-perl (5.21-1) unstable; urgency=low
+
+  * New upstream release
+  * Many lintian-spurred changes
+    * Correct perms on various directories and files
+    * Compress man pages
+    * Add links for GET, HEAD, POST
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue, 19 Mar 1998 10:26:09 -0500
+
+libwww-perl (5.20-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue, 24 Feb 1998 10:26:09 -0500
+
+libwww-perl (5.19-2) unstable; urgency=low
+
+  * Patch to HTTP/Date.pm to not croak on bad dates, from Gisle Aas
+    <gisle at aas.no>
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Fri, 13 Feb 1998 10:26:09 -0500
+
+libwww-perl (5.19-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Tue,  3 Feb 1998 10:58:33 -0500
+
+libwww-perl (5.17-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Fri, 15 Dec 2017 11:59:58 -0500
+
+libwww-perl (5.09-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove all dependency on anything other than debian/rules.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Thu, 12 Jun 1997 09:09:09 -0400
+
+libwww-perl (5.07-1) unstable; urgency=low
+
+  * New upstream release
+  * Changes to debian/rules to take advantage of deb-files
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 16 Feb 1997 16:35:18 -0500
+
+libwww-perl (5.06-1) unstable; urgency=low
+
+  * New upstream release
+  * Minor change to debian/rules to take advantage of deb-make.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Mon, 27 Jan 1997 11:23:24 -0500
+
+libwww-perl (5.05-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Wed, 4 Dec 1996 14:59:07 -0500
+
+libwww-perl (5.04-3) unstable; urgency=low
+
+  * Corrected dependencies so that it won't require IO any more, just the
+    perl that has IO built in.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sun, 24 Nov 1996 11:07:12 -0500
+
+libwww-perl (5.04-2) unstable; urgency=low
+
+  * Added bug fix from Gisle
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Sat, 23 Nov 1996 12:17:59 -0500
+
+libwww-perl (5.04-1) unstable; urgency=low
+
+  * Corrected maintainer address
+  * New upstream version.
+  * Added dependencies.
+
+ -- Michael Alan Dorman <mdorman at debian.org>  Fri, 25 Oct 1996 10:31:54 -0400
+
+libwww-perl (5.02-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Michael Alan Dorman <mdorman at calder.med.miami.edu>  Wed, 11 Sep 1996 12:52:19 -0400
+
+libwww-perl (5.01-1) unstable; urgency=low
+
+  * Packaged libwww-perl 5.01, since I needed it, and Rob Browning is
+    presumably busy.
+  * Added fix from Gisle Aas <aas at a.sn.no> for problems using
+    HTML::LinkExtor without a callback.
+  * Added fix for problems with HTML::Entities over-encoding.
+
+ -- Michael Alan Dorman <mdorman at calder.med.miami.edu>  Tue, 3 Sep 1996 15:13:48 -0400

Added: trunk/libwww-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/compat?rev=10423&op=file
==============================================================================
--- trunk/libwww-perl/debian/compat (added)
+++ trunk/libwww-perl/debian/compat Sat Dec  1 12:25:02 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libwww-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/control?rev=10423&op=file
==============================================================================
--- trunk/libwww-perl/debian/control (added)
+++ trunk/libwww-perl/debian/control Sat Dec  1 12:25:02 2007
@@ -1,0 +1,22 @@
+Source: libwww-perl
+Priority: optional
+Section: perl
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.2.2
+Build-Depends-Indep: debhelper (>= 4.1.0), netbase, perl (>= 5.6.1-7), libnet-perl (>= 1:1.09) | perl (>= 5.8.1), libdigest-md5-perl, libmime-base64-perl (>= 2.1) | perl (>= 5.8), liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33), libcompress-zlib-perl
+
+Package: libwww-perl
+Architecture: all
+Priority: optional
+Section: perl
+Depends: ${perl:Depends}, libnet-perl (>= 1:1.09) | perl (>= 5.8.1), libdigest-md5-perl, libmime-base64-perl (>= 2.1) | perl (>= 5.8), liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33), libhtml-tree-perl (>= 3.11)
+Recommends: libmailtools-perl, libhtml-format-perl, libcompress-zlib-perl
+Suggests: libio-socket-ssl-perl (>= 0.81-2)
+Description: WWW client/server library for Perl (aka LWP)
+ Libwww-perl is a collection of Perl modules which provides a simple
+ and consistent programming interface (API) to the World-Wide Web.  The
+ main focus of the library is to provide classes and functions that
+ allow you to write WWW clients, thus libwww-perl said to be a WWW
+ client library. The library also contain modules that are of more
+ general use, as well as a simple HTTP/1.1-compatible server
+ implementation.

Added: trunk/libwww-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/copyright?rev=10423&op=file
==============================================================================
--- trunk/libwww-perl/debian/copyright (added)
+++ trunk/libwww-perl/debian/copyright Sat Dec  1 12:25:02 2007
@@ -1,0 +1,30 @@
+This is Debian GNU/Linux's prepackaged version of libwww-perl.  This
+is a set of perl modules which provide access to the world wide web
+via HTTP and HTML tools.
+
+This package was put together by Michael Alan Dorman
+<mdorman at debian.org>, following the example of Rob Browning
+<osiris at cs.utexas.edu>.  The original sources should always be
+available from:
+
+     http://www.linpro.no/lwp/
+
+The library is also available from the Comprehensive Perl Archive
+Network (CPAN). Visit <URL:http://www.perl.com/CPAN/> to find a CPAN
+site near you.
+
+The only change for the Debian package was the addition of the debian/
+files.
+
+The libwww-perl copright is as follows:
+
+COPYRIGHT
+
+  © 1995-1999 Gisle Aas. All rights reserved.
+  © 1995 Martijn Koster. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+Larry Wall's "Artistic License" for perl can be found in
+/usr/share/common-licenses/Artistic.

Added: trunk/libwww-perl/debian/libwww-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/libwww-perl.docs?rev=10423&op=file
==============================================================================
--- trunk/libwww-perl/debian/libwww-perl.docs (added)
+++ trunk/libwww-perl/debian/libwww-perl.docs Sat Dec  1 12:25:02 2007
@@ -1,0 +1,2 @@
+README
+README.SSL

Added: trunk/libwww-perl/debian/libwww-perl.links
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/libwww-perl.links?rev=10423&op=file
==============================================================================
--- trunk/libwww-perl/debian/libwww-perl.links (added)
+++ trunk/libwww-perl/debian/libwww-perl.links Sat Dec  1 12:25:02 2007
@@ -1,0 +1,6 @@
+usr/share/man/man1/lwp-request.1p.gz usr/share/man/man1/GET.1p.gz
+usr/share/man/man1/lwp-request.1p.gz usr/share/man/man1/HEAD.1p.gz
+usr/share/man/man1/lwp-request.1p.gz usr/share/man/man1/POST.1p.gz
+usr/bin/lwp-request usr/bin/GET
+usr/bin/lwp-request usr/bin/POST
+usr/bin/lwp-request usr/bin/HEAD

Added: trunk/libwww-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/rules?rev=10423&op=file
==============================================================================
--- trunk/libwww-perl/debian/rules (added)
+++ trunk/libwww-perl/debian/rules Sat Dec  1 12:25:02 2007
@@ -1,0 +1,77 @@
+#!/usr/bin/make -f
+# -*- Makefile -*-
+
+# Use debhelper V. 4
+# export DH_COMPAT := 4
+
+# Make sure perl is defined (allow overriding from the command line
+PERL ?= /usr/bin/perl
+
+# Set our build directory
+b := $(shell pwd)/debian/libwww-perl
+
+arrange: arrange-stamp
+arrange-stamp: install
+	dh_testdir
+	dh_installdirs
+	touch arrange-stamp
+
+binary: binary-stamp
+binary-stamp: binary-indep binary-arch
+	dh_testdir
+	touch binary-stamp
+
+binary-arch: binary-arch-stamp
+binary-arch-stamp: arrange
+	dh_testdir
+	touch binary-arch-stamp
+
+binary-indep: binary-indep-stamp
+binary-indep-stamp: arrange
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+	touch binary-indep-stamp
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	echo "y" | $(PERL) Makefile.PL INSTALLDIRS=vendor
+	if [ -f t/live/ENABLED ]; then rm t/live/ENABLED; fi # Turn off the live checks
+	if [ -f t/live/ZLIB_OK ]; then rm t/live/ZLIB_OK; fi # Turn off the live checks
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+	dh_clean arrange-stamp binary-stamp binary-arch-stamp binary-indep-stamp build-stamp install-stamp
+
+install: install-stamp
+install-stamp: build
+	dh_testdir
+	$(MAKE) install PREFIX=$(b)/usr
+
+	rm -f $(b)/usr/bin/GET \
+		$(b)/usr/bin/POST \
+		$(b)/usr/bin/HEAD
+
+	rm -f $(b)/usr/share/man/man1/GET.1p \
+	    $(b)/usr/share/man/man1/HEAD.1p \
+	    $(b)/usr/share/man/man1/POST.1p
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+	touch install-stamp
+
+.PHONY: arrange binary binary-arch binary-indep build clean install

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

Added: trunk/libwww-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/watch?rev=10423&op=file
==============================================================================
--- trunk/libwww-perl/debian/watch (added)
+++ trunk/libwww-perl/debian/watch Sat Dec  1 12:25:02 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/authors/id/GAAS/libwww-perl-(.*)\.tar\.gz




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