r74784 - in /trunk/libwww-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri May 20 14:00:39 UTC 2011


Author: gregoa
Date: Fri May 20 13:59:58 2011
New Revision: 74784

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74784
Log:
debian/rules: set PERL_LWP_SSL_VERIFY_HOSTNAME=1 to make tests pass.

Modified:
    trunk/libwww-perl/debian/changelog
    trunk/libwww-perl/debian/control
    trunk/libwww-perl/debian/rules

Modified: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/changelog?rev=74784&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Fri May 20 13:59:58 2011
@@ -12,6 +12,7 @@
 
   [ gregor herrmann ]
   * Add a debian/NEWS entry about the changes.
+  * debian/rules: set PERL_LWP_SSL_VERIFY_HOSTNAME=1 to make tests pass.
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 19 May 2011 08:27:27 +0100
 

Modified: trunk/libwww-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/control?rev=74784&op=diff
==============================================================================
--- trunk/libwww-perl/debian/control (original)
+++ trunk/libwww-perl/debian/control Fri May 20 13:59:58 2011
@@ -1,7 +1,7 @@
 Source: libwww-perl
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl,
  libencode-locale-perl,
  libfile-listing-perl,

Modified: trunk/libwww-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/rules?rev=74784&op=diff
==============================================================================
--- trunk/libwww-perl/debian/rules (original)
+++ trunk/libwww-perl/debian/rules Fri May 20 13:59:58 2011
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	# make sure ssl_opts("verify_hostname") is set to 1 at the start,
+	# otherwise tests fail
+	PERL_LWP_SSL_VERIFY_HOSTNAME=1 dh_auto_test




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