tags 837267 + pending patch
thanks

cfingerd 1.4.3-3.2 uploaded to DELAYED/5. Corresponding debdiff
attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff -u cfingerd-1.4.3/debian/changelog cfingerd-1.4.3/debian/changelog
--- cfingerd-1.4.3/debian/changelog
+++ cfingerd-1.4.3/debian/changelog
@@ -1,3 +1,10 @@
+cfingerd (1.4.3-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to lack of "." in Perl's @INC. (Closes: #837267)
+
+ -- Chris Lamb <la...@debian.org>  Sat, 24 Sep 2016 17:37:58 +0200
+
 cfingerd (1.4.3-3.1) unstable; urgency=high
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- cfingerd-1.4.3.orig/Configure
+++ cfingerd-1.4.3/Configure
@@ -17,10 +17,10 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 
-require 'perl/question.pl';
-require 'perl/filemagic.pl';
-require 'perl/gethost.pl';
-require 'perl/generic.pl';
+require './perl/question.pl';
+require './perl/filemagic.pl';
+require './perl/gethost.pl';
+require './perl/generic.pl';
 
 $VERSION = "1.4.2";
 $| = 1;

Reply via email to