[debhelper-devel] [debhelper] branch stretch-backports updated (6040804 -> 82627ee)

Niels Thykier nthykier at moszumanska.debian.org
Wed Nov 1 07:12:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a change to branch stretch-backports
in repository debhelper.

      from  6040804   Release debhelper/10.9.2~bpo9+1 into stretch-backports
      adds  e29afec   Include $! in error messages
      adds  7bc33f1   dh_strip: Avoid potential unsafe stat(_) call
      adds  eff36d1   dh_installinit: Remove upstart support [c12]
      adds  084ef25   dh_installinit: Reject upstart init files [c12]
      adds  690a2ec   Create a helper for locating the dbgsym tmpdir
      adds  ae55a1d   Extract a find_hardlinks function
      adds  740c628   dh_systemd_*: Fix incorrect error for "missing" files
      adds  087be1a   Add minimal R³ support for debhelper
      adds  5d36dfd   makefile.pm: Support R³ for calling make install as root
      adds  aa81c9a   dh_builddeb: Pass --root-owner-group to dpkg-deb under R³
      adds  d1a46da   dh_usrlocal: Under R³, always use "root:staff" + mode 02775
      adds  c82e713   Dh_Lib: Add a kill-switch for R³ (for -backports)
      adds  0fe12bf   d/control: Set R³ to "no"
      adds  41a9b1b   dh_installinit: Fix typo
      adds  ad3dd27   Regenerate POT and PO files
      adds  a5e895b   Release debhelper/10.10 into unstable
      adds  2de2d4a   Document directory requirement for all debhelper tools
      adds  0135e7e   dh_testroot: Temporarily cope with being run outside a source root
      adds  72b0763   dh_testroot: Document behaviour under R³
      adds  efdc391   dh_testroot: Add =encoding UTF-8
      adds  e52d46f   d/control: Bump relations on dpkg
      adds  1781dc6   Regenerate POT and PO files
      adds  78275a7   Release debhelper/10.10.1 into unstable
      adds  0f0d113   Test::DH: Ensure we do not call an undefined error sub
      adds  077502c   Dh_Lib: Fix use of uninitialized variables in find_hardlinks
      adds  a2047cf   Release debhelper/10.10.2 into unstable
      adds  afe5104   dh_strip: Improve the --exclude speed
      adds  d7ec57e   dh_{fixperms,usrlocal}: Assume less familarity with R³
      adds  4d59b77   dh_builddeb: Assume less familarity with R³
      adds  2ecd29c   dh_usrlocal: Fix incorrect group name
      adds  0fdb77d   dh_usrlocal: Fix inverted boolean logic
      adds  d3b1342   Regenerate POT and PO files
      adds  92d932b   Release debhelper/10.10.3 into unstable
      adds  fecce6a   meson.pm: Keep cross file until dh_clean time
      adds  d538205   Add new dh_dwz helper along with a "dwz" sequence
      adds  d1ca6e1   dwz.pm: Fix compile error
      adds  31857ea   d/control: Add Suggests on dwz
      adds  9dadeee   Dh_Lib: Fix regression in parsing of the source section
      adds  8712cd4   Release debhelper/10.10.4 into unstable
      adds  4f749cb   meson.pm: Add missing import of generating_file
      adds  db69589   Dh_Lib: Fix parse error for empty line before source paragraph
      adds  c9f6e99   Release debhelper/10.10.5 into unstable
       new  ff2ee68   Merge tag 'debian/10.10.5' into stretch-backports
       new  3345c35   Open entry for 10.10.5~bpo9+1
       new  eebd600   Dh_Lib: Disable R³ in backports
       new  82627ee   d/control: Remove R³ header

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debhelper.pod                                 |   13 +
 debian/changelog                              |  111 +++
 debian/control                                |    9 +-
 dh                                            |    4 +-
 dh_builddeb                                   |   17 +-
 dh_compress                                   |   21 +-
 dh_dwz                                        |  129 +++
 dh_fixperms                                   |   23 +-
 dh_gencontrol                                 |    2 +-
 dh_installchangelogs                          |    5 +-
 dh_installdocs                                |    2 +-
 dh_installinit                                |   24 +-
 dh_installsystemd                             |    4 +-
 dh_md5sums                                    |    2 +-
 dh_strip                                      |   17 +-
 dh_systemd_enable                             |   25 +-
 dh_systemd_start                              |   24 +-
 dh_testroot                                   |   53 +-
 dh_usrlocal                                   |   42 +-
 lib/Debian/Debhelper/Buildsystem/makefile.pm  |   13 +-
 lib/Debian/Debhelper/Buildsystem/meson.pm     |    6 +-
 lib/Debian/Debhelper/Dh_Lib.pm                |  127 ++-
 lib/Debian/Debhelper/Sequence/dwz.pm          |   12 +
 man/po4a/po/de.po                             | 1030 +++++++++++++-----------
 man/po4a/po/debhelper.pot                     |  880 ++++++++++++---------
 man/po4a/po/es.po                             | 1036 +++++++++++++-----------
 man/po4a/po/fr.po                             | 1040 ++++++++++++++-----------
 man/po4a/po/ja.po                             | 1027 +++++++++++++-----------
 man/po4a/po/pt.po                             | 1030 +++++++++++++-----------
 t/Dh_Lib/control-parsing.t                    |   36 +
 t/{dh_installdocs => Dh_Lib}/debian/changelog |    0
 t/Dh_Lib/debian/control                       |   19 +
 t/Test/DH.pm                                  |    3 +-
 t/buildsystems/debian/control                 |    1 +
 t/dh_compress.t                               |   22 +
 35 files changed, 4084 insertions(+), 2725 deletions(-)
 create mode 100755 dh_dwz
 create mode 100644 lib/Debian/Debhelper/Sequence/dwz.pm
 create mode 100755 t/Dh_Lib/control-parsing.t
 copy t/{dh_installdocs => Dh_Lib}/debian/changelog (100%)
 create mode 100644 t/Dh_Lib/debian/control

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list