1. 14 Jan, 2020 2 commits
    • Niels Thykier's avatar
      Release debhelper/12.7.3~bpo10+1 · b09a21f1
      Niels Thykier authored
      
      
      Signed-off-by: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      b09a21f1
    • Niels Thykier's avatar
      Merge tag 'debian/12.7.3' into buster-backports · 8e7dddd7
      Niels Thykier authored
      
      
      Release debhelper/12.7.3
      
      Format: 1.8
      Date: Sun, 29 Dec 2019 17:59:47 +0000
      Source: debhelper
      Architecture: source
      Version: 12.7.3
      Distribution: unstable
      Urgency: medium
      Maintainer: Debhelper Maintainers <debhelper@packages.debian.org>
      Changed-By: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      Closes: 946655 947506
      Changes:
       debhelper (12.7.3) unstable; urgency=medium
       .
         [ Niels Thykier ]
         * dh_perl: Use perl:any for perl module in addition to perl
           programs.  Thanks to Helmut Grohne and Niko Tyni for the
           suggestion and analysis.  (Closes: #946655)
         * dh_gencontrol: Clear the "Built-Using" flag for dbgsym
           packages.  It is irrelevant as the original binary will
           have the field plus the field can cause lintian warnings.
           (Closes: #947506)
         * lintian-overrides: Override no-dh-sequencer as it is a
           false-positive that lintian cannot be expected to know.
       .
         [ Debian Janitor ]
         * Fix day-of-week for changelog entry 4.0.0.
      Checksums-Sha1:
       cb96a25c888bb0aac81e4686ceb7507ba52f2823 1843 debhelper_12.7.3.dsc
       4799bb4fd25309c85f84b3a1f604b7c88bb6ff07 511396 debhelper_12.7.3.tar.xz
       a5a7ef89f2b884cdff72819f0c6019fe9c1fc942 4499 debhelper_12.7.3_source.buildinfo
      Checksums-Sha256:
       c7ce2ba248a461af1b184c5c0c7ac11a5f2c82d887c81ad071f8a79d751b661b 1843 debhelper_12.7.3.dsc
       a4244abc372180a62dc83ea48f3c244f4a3a6ed676c4eda5b131083b82b35bb1 511396 debhelper_12.7.3.tar.xz
       2e99e5766838143cf4f02eb88fcb499eb1e34ff4922b680a3875fce3bc937ff4 4499 debhelper_12.7.3_source.buildinfo
      Files:
       086c42350444133b82fda8396543bad3 1843 devel optional debhelper_12.7.3.dsc
       e591367ffe79a056d4e560c38f27bb1a 511396 devel optional debhelper_12.7.3.tar.xz
       e21eef30bc5e2ce9e851e705dfd89939 4499 devel optional debhelper_12.7.3_source.buildinfo
      8e7dddd7
  2. 29 Dec, 2019 2 commits
  3. 27 Dec, 2019 2 commits
  4. 19 Dec, 2019 1 commit
  5. 07 Dec, 2019 4 commits
  6. 06 Dec, 2019 3 commits
  7. 24 Nov, 2019 2 commits
  8. 20 Nov, 2019 3 commits
  9. 17 Nov, 2019 7 commits
  10. 27 Oct, 2019 1 commit
  11. 26 Oct, 2019 2 commits
  12. 25 Oct, 2019 2 commits
  13. 24 Oct, 2019 1 commit
  14. 20 Oct, 2019 3 commits
  15. 19 Oct, 2019 1 commit
  16. 18 Oct, 2019 4 commits
    • Niko Tyni's avatar
      Update changelog · 4216cded
      Niko Tyni authored
      4216cded
    • Niko Tyni's avatar
      dh_perl: detect cross built XS modules · 0c0d0d9c
      Niko Tyni authored
      When cross building, scan the host architecture search path for Perl
      compiled plugins (XS modules) rather than the build architecture one.
      0c0d0d9c
    • Niko Tyni's avatar
      perl_build: support cross building XS modules · e3458777
      Niko Tyni authored
      When cross building, run Build.PL and Build with host arch Config.pm
      (provided by the perl-xs-dev package since perl/5.30.0-7) first on @INC.
      
      We need to set PERL5LIB because Module::Build forks a child process
      to sanity check the Config it's seeing, so the modified search
      path has to be propagated via the environment.
      e3458777
    • Niko Tyni's avatar
      perl_makemaker: support cross building XS modules · 07f286f7
      Niko Tyni authored
      When cross building, run Makefile.PL with host arch Config.pm (provided
      by the perl-xs-dev package since perl/5.30.0-7) first on @INC.
      
      This is an initial implementation that seems to work for a majority of
      simple XS module packages. It's possible that it will need tuning in
      the future to accommodate more complex packages.
      
      In particular:
      
      - setting PERL5LIB instead of adding the -I option might be needed
        to propagate the modified search path to child processes of Makefile.PL
      
      - the 'make' phase may need modifications to the search path as well
      07f286f7