[debhelper-devel] [debhelper] branch stretch-backports updated (c8295a2 -> 56ce2e1)

Niels Thykier nthykier at moszumanska.debian.org
Sun Sep 17 15:18:54 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  c8295a2   Release debhelper/10.7.2~bpo9+1 into stretch-backports
      adds  742db48   Fix typo
      adds  d3870e7   Dh_Lib: Introduce qx_cmd
      adds  b52c315   Avoid shell when calling file+objdump
      adds  30bf8b5   d/changelog: Document previous 2 commits
      adds  128e320   dh_makeshlibs: Use qx_cmd in c11
      adds  7215e03   dh_install*: Accept missing files for packages not built
      adds  fcd74cc   Dh_Lib: Make qx_cmd emulate wantarray behaviour of qx
      adds  5332dc6   Avoid some unnecessary shells from qx
      adds  d631c8a   dh_gencontrol: dbgsyms are now priority optional
      adds  444460e   Accept nodoc via DEB_BUILD_OPTIONS as well
      adds  5b90609   debhelper.pod: Improve c11 change texts
      adds  a6e0d8e   dh_installdeb: Remove unnecessary version dpkg Pre-Depends
      adds  0715210   dh_installdocs: Merge two doit('chmod',...) calls
      adds  19c6759   dh_gencontrol: Follow best practises for dbgsym synopsises
      adds  3e2178e   Support building on case-insensitive filesystems
      adds  13d2c1c   t/pod.t: Also check POD of "dh" and debhelper.pod
      adds  268dc4a   dh_strip: Make --dbg-package run in serial
      adds  fe53d07   d/changelog: Insert Adam's entry under the right version
      adds  dcf4450   c11: Auto-detect main pkg for doc pkgs (§12.3)
      adds  3e7e921   dh_update_autotools_config: Improve detection for very old files
      adds  977a58b   dh_update_autotools_config: Break loop early on match
      adds  3e0d972   Fix bug in handling of doc dirs
      adds  5edc539   Regenerate POT and PO files
      adds  2be4122   Release debhelper/10.8 into unstable
       new  77a50fd   Merge tag 'debian/10.8' into stretch-backports
       new  56ce2e1   Release debhelper/10.8~bpo9+1 into stretch-backports

The 2 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:
 Makefile                                           |  10 +-
 debhelper.pod                                      |  30 +-
 debian/changelog                                   |  67 +-
 debian/copyright                                   |   4 +-
 dh_compress                                        |   2 +-
 dh_gconf                                           |   3 +-
 dh_gencontrol                                      |   4 +-
 dh_installdeb                                      |   4 +-
 dh_installdocs                                     |  52 +-
 dh_installexamples                                 |  49 +-
 dh_installgsettings                                |   4 +-
 dh_installinfo                                     |  10 +-
 dh_installman                                      |  10 +-
 dh_installwm                                       |   2 +-
 dh_makeshlibs                                      |   3 +-
 dh_perl                                            |   2 +-
 dh_shlibdeps                                       |   2 +-
 dh_strip                                           |  12 +-
 dh_update_autotools_config                         |  15 +-
 lib                                                |   1 -
 {Debian => lib/Debian}/Debhelper/Buildsystem.pm    |   0
 .../Debian}/Debhelper/Buildsystem/ant.pm           |   0
 .../Debian}/Debhelper/Buildsystem/autoconf.pm      |   0
 .../Debian}/Debhelper/Buildsystem/cmake.pm         |   0
 .../Debian}/Debhelper/Buildsystem/makefile.pm      |   0
 .../Debian}/Debhelper/Buildsystem/meson.pm         |   0
 .../Debian}/Debhelper/Buildsystem/ninja.pm         |   0
 .../Debian}/Debhelper/Buildsystem/perl_build.pm    |   0
 .../Debhelper/Buildsystem/perl_makemaker.pm        |   0
 .../Debhelper/Buildsystem/python_distutils.pm      |   0
 .../Debian}/Debhelper/Buildsystem/qmake.pm         |   0
 .../Debian}/Debhelper/Buildsystem/qmake_qt4.pm     |   0
 .../Debian}/Debhelper/Dh_Buildsystems.pm           |   0
 {Debian => lib/Debian}/Debhelper/Dh_Getopt.pm      |   0
 {Debian => lib/Debian}/Debhelper/Dh_Lib.pm         |  46 +-
 .../Debian}/Debhelper/Sequence/build_stamp.pm      |   0
 .../Debian}/Debhelper/Sequence/python_support.pm   |   0
 .../Debian}/Debhelper/Sequence/systemd.pm          |   0
 man/po4a/po/de.po                                  | 791 +++++++++++---------
 man/po4a/po/debhelper.pot                          | 651 +++++++++--------
 man/po4a/po/es.po                                  | 792 +++++++++++---------
 man/po4a/po/fr.po                                  | 792 +++++++++++---------
 man/po4a/po/ja.po                                  | 793 ++++++++++++---------
 man/po4a/po/pt.po                                  | 791 +++++++++++---------
 run                                                |   2 +-
 t/buildsystems/03-bs-auto-buildable.t              |   2 +-
 t/override_target.t                                |   2 +-
 t/pod.t                                            |   2 +-
 t/syntax/syntax-progs.t                            |   2 +-
 49 files changed, 2832 insertions(+), 2120 deletions(-)
 delete mode 120000 lib
 rename {Debian => lib/Debian}/Debhelper/Buildsystem.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/ant.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/autoconf.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/cmake.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/makefile.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/meson.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/ninja.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/perl_build.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/perl_makemaker.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/python_distutils.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/qmake.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Buildsystem/qmake_qt4.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Dh_Buildsystems.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Dh_Getopt.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Dh_Lib.pm (97%)
 rename {Debian => lib/Debian}/Debhelper/Sequence/build_stamp.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Sequence/python_support.pm (100%)
 rename {Debian => lib/Debian}/Debhelper/Sequence/systemd.pm (100%)

-- 
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