Bug#832564: debhelper: udeb packages should not be processed with noudeb

2018-03-02 Thread Javier Serrano Polo
On Wed, 27 Jul 2016 17:38:05 +0200 Helmut Grohne wrote: > Just > adding those headers is more explicit and much harder to get wrong. It is more explicit and redundant. If you do not add those headers, you do not get wrong at all. > It simply isn't worth the maintenance cost.

Bug#832564: debhelper: udeb packages should not be processed with noudeb

2016-07-27 Thread Javier Serrano Polo
Control: tags -1 patch This patch fixes the issue. --- a/Debian/Debhelper/Dh_Lib.pm 2016-07-09 09:53:02.0 + +++ b/Debian/Debhelper/Dh_Lib.pm 2016-07-27 00:48:29.0 + @@ -39,6 +39,8 @@ _gz ); +use List::Util qw(any); + # The Makefile changes this if debhelper is

Bug#832564: debhelper: udeb packages should not be processed with noudeb

2016-07-26 Thread Javier Serrano Polo
Package: debhelper Version: 9.20160709 Severity: wishlist udeb packages are being processed when the noudeb build profile is active. It should not be necessary to include: Build-Profiles: in debian/control. smime.p7s Description: S/MIME cryptographic signature