Update to 11.4 (#1536769)
parent
d3a57aada9
commit
f64b7a35c6
@ -0,0 +1,25 @@
|
||||
https://lists.debian.org/debian-dpkg/2017/07/msg00040.html
|
||||
|
||||
The problem is that your compiler gives a different triplet than the
|
||||
one used by dpkg itself.
|
||||
|
||||
--- ./t/buildsystems/04-dh_auto_do_autoconf.t.orig 2018-09-21 19:49:13.357781723 +0100
|
||||
+++ ./t/buildsystems/04-dh_auto_do_autoconf.t 2018-09-21 20:03:14.744324612 +0100
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
-use Test::More tests => 31;
|
||||
+use Test::More tests => 29;
|
||||
|
||||
use File::Temp qw(tempdir);
|
||||
use File::Basename qw(dirname);
|
||||
@@ -52,7 +52,7 @@ sub dh_auto_do_autoconf {
|
||||
@lines = @{readlines(\*FILE)};
|
||||
close(FILE);
|
||||
}
|
||||
- is_deeply( \@lines, \@extra_args, "$buildpath/stamp_configure contains extra args" );
|
||||
+ # is_deeply( \@lines, \@extra_args, "$buildpath/stamp_configure contains extra args" );
|
||||
|
||||
&$do_dh_auto('build');
|
||||
ok ( -f "$buildpath/stamp_build", "$buildpath/stamp_build exists" );
|
Loading…
Reference in new issue