[debhelper-devel] [debhelper] branch easier-multi-builds updated (560aa43 -> 673a7c8)

Niels Thykier nthykier at moszumanska.debian.org
Sat Jul 22 19:59:57 UTC 2017


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

nthykier pushed a change to branch easier-multi-builds
in repository debhelper.

  discards  560aa43   dh_install: Fix autodest with multi-sourcedirs
  discards  0fdcf96   dh_auto_install: Clean install-dir when buildlabel is reused
  discards  59509b7   dh_missing: Process all sourcedirs by default
  discards  75a2cc9   dh_missing: Limit auto "d/tmp"-prefixing
  discards  885af49   dh_missing: Prepare for multiple sourcedirs
  discards  e03ee8c   dh_missing: Refactor sourcedir check
  discards  afdffd6   Dh_Lib: Make getpackages() return *all* packages
  discards  5136084   dh_auto_*: Only act on valid "non-empty" buildlabels
  discards  069fe88   dh_clean+dh_prep: Remove default source dirs
  discards  1146eab   Let dh_auto_install provide default source dir via --buildlabel
  discards  78968f9   Dh_Lib: Let X-DH-Buildlabel influence default_sourcedir
  discards  220cfe6   Dh_Lib: Add stub default_sourcedir function
      adds  2a89989   Buildsystem: Refactor doit_in_* methods
      adds  307a07e   Buildsystem: Add complex_doit_in_builddir
      adds  43a090e   Buildsystem: Include documentation of new method
      adds  5c8c47c   Dh_Lib: Fix shell bug and add stdout redirect
      adds  920c157   dh_installman: Remove complex_doit calls
      adds  9b2bb83   Dh_Lib: Avoid forking 2-7 processes in autoscript with sub
      adds  99a0706   autoscript: Support hashref for substitution
      adds  1b9853a   dh_installman: Pass -l to man when recoding
      adds  0ee8933   dh_*: Migrate most tools to new shell-less autoscript
      adds  821a2f9   Dh_Lib: (Mostly) avoid shell forking when installing maintscripts
      adds  60e1f08   Dh_Lib: Make getpackages() return *all* packages
      adds  2edbf91   Dh_Lib: Add stub default_sourcedir function
      adds  1a629d4   dh_install: Make autodest work with default_sourcedir != d/tmp
      adds  10ce039   dh_clean+dh_prep: Use default_sourcedir instead of d/tmp
      adds  333376a   dh: Provide a better error on missing d/control
      adds  fca6ebf   dh: Optimize out dh_testdir as it is literally useless
       new  04dcdae   Dh_Lib: Let X-DH-Buildlabel influence default_sourcedir
       new  333c381   Let dh_auto_install provide default source dir via --buildlabel
       new  40b22ee   dh_auto_*: Only act on valid "non-empty" buildlabels
       new  a32112e   dh_missing: Refactor sourcedir check
       new  5de58e8   dh_missing: Prepare for multiple sourcedirs
       new  0708370   dh_missing: Limit auto "d/tmp"-prefixing
       new  656e732   dh_missing: Process all sourcedirs by default
       new  673a7c8   dh_auto_install: Clean install-dir when buildlabel is reused

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (560aa43)
            \
             N -- N -- N   refs/heads/easier-multi-builds (673a7c8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 8 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:
 Debian/Debhelper/Buildsystem.pm |  82 ++++++++------------
 Debian/Debhelper/Dh_Lib.pm      | 167 ++++++++++++++++++++++++++++++----------
 debhelper.pod                   |  10 +++
 debian/changelog                |  38 +++++++++
 dh                              |  10 +--
 dh_icons                        |   4 +-
 dh_installcatalogs              |   2 +-
 dh_installemacsen               |   6 +-
 dh_installman                   |   4 +-
 dh_installmenu                  |   4 +-
 dh_installmodules               |   4 +-
 dh_installwm                    |   6 +-
 dh_installxfonts                |   4 +-
 dh_systemd_enable               |   6 +-
 dh_systemd_start                |   2 +-
 doc/PROGRAMMING                 |  34 +++++---
 t/dh-lib.t                      |   6 ++
 17 files changed, 260 insertions(+), 129 deletions(-)

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