tags 725599 + pending
thanks

Dear maintainer,

I've prepared an NMU for squid3 (versioned as 3.3.8-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Elton John: Someone Saved My Life Tonight
diff -Nru squid3-3.3.8/debian/changelog squid3-3.3.8/debian/changelog
--- squid3-3.3.8/debian/changelog	2013-07-22 00:08:07.000000000 +0200
+++ squid3-3.3.8/debian/changelog	2013-11-23 21:05:12.000000000 +0100
@@ -1,3 +1,15 @@
+squid3 (3.3.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: cp: cannot stat
+    '/«PKGBUILDDIR»/debian/tmp/usr/share/man/man8/basic_db_auth.8': No
+    such file or directory":
+    new patch 17-pod2man-check.patch:
+    fix config.test files' check for perl and pod2man
+    (Closes: #725599)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 23 Nov 2013 21:05:10 +0100
+
 squid3 (3.3.8-1) unstable; urgency=high
 
   * Urgency high due to security fixes
diff -Nru squid3-3.3.8/debian/patches/17-pod2man-check.patch squid3-3.3.8/debian/patches/17-pod2man-check.patch
--- squid3-3.3.8/debian/patches/17-pod2man-check.patch	1970-01-01 01:00:00.000000000 +0100
+++ squid3-3.3.8/debian/patches/17-pod2man-check.patch	2013-10-25 23:18:18.000000000 +0200
@@ -0,0 +1,40 @@
+Description: fix check for perl and pod2man
+ At least under Perl 5.18, the current version fails with
+ | pod2man: unable to format
+ | configure: FOO ... found but cannot be built
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/725599
+Forwarded: no
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2013-10-25
+
+--- a/helpers/basic_auth/DB/config.test
++++ b/helpers/basic_auth/DB/config.test
+@@ -2,6 +2,6 @@
+ 
+ ## Test: do we have perl to build the helper scripts?
+ ## Test: do we have pod2man to build the manual?
+-perl --version >/dev/null && echo | pod2man >/dev/null
++command -v perl >/dev/null && command -v pod2man >/dev/null
+ 
+ exit $?
+--- a/helpers/external_acl/SQL_session/config.test
++++ b/helpers/external_acl/SQL_session/config.test
+@@ -2,6 +2,6 @@
+ 
+ ## Test: do we have perl to build the helper scripts?
+ ## Test: do we have pod2man to build the manual?
+-perl --version >/dev/null && echo | pod2man >/dev/null
++command -v perl >/dev/null && command -v pod2man >/dev/null
+ 
+ exit $?
+--- a/helpers/log_daemon/DB/config.test
++++ b/helpers/log_daemon/DB/config.test
+@@ -2,6 +2,6 @@
+ 
+ ## Test: do we have perl to build the helper scripts?
+ ## Test: do we have pod2man to build the manual?
+-perl --version >/dev/null && echo | pod2man >/dev/null
++command -v perl >/dev/null && command -v pod2man >/dev/null
+ 
+ exit $?
diff -Nru squid3-3.3.8/debian/patches/series squid3-3.3.8/debian/patches/series
--- squid3-3.3.8/debian/patches/series	2013-07-22 00:07:44.000000000 +0200
+++ squid3-3.3.8/debian/patches/series	2013-10-25 23:07:04.000000000 +0200
@@ -2,3 +2,4 @@
 02-makefile-defaults.patch
 15-cachemgr-default-config.patch
 16-ipc-statedir.patch
+17-pod2man-check.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to