[Reproducible-commits] [debhelper] branch master updated (23a66fd -> 5f94316)

Mattia Rizzolo mattia at mapreri.org
Sun Oct 4 17:06:12 UTC 2015


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

mapreri-guest pushed a change to branch master
in repository debhelper.

      from  23a66fd   Add cross-compile support to the cmake build system
       new  ef45966   d/changelog: Use Eduard Sanou's real name
       new  5b0c5a6   cmake.pm: Set SYSCONFDIF and LOCALESTATEDIR
       new  f56ad0a   dh_gencontrol: Move debug debs back into section 'debug'
       new  f585d0e   dh_installinit: Quote directory name used in regex
       new  6a40924   dh_installinit: Install tmpfiles.d files for systemd-only packages
       new  69a8a6d   Add debug build ids to the Binary package's control file
       new  8ac4161   Revert "dh_makeshlibs [compat 10]: Pass -X to ldconfig"
       new  d0fcc41   Check that we're actually building debug debs when writing build-ids
       new  35b22cf   d/control: Remove Homepage field
       new  2a1dc83   Run dh_strip_nondeterminism before dh_compress
       new  be4ce1d   dh: Allow dh_strip_nondeterminism to be absent
       new  4326016   Update my Uploaders email to @debian.org
       new  5549f84   Add X-Build-Ids to all debug packages built with dh_strip
       new  b643ae3   dh_strip: Include the full debug ids in the header
       new  7e65a95   dh_strip: Refactor build-id recording
       new  a5c00fc   dh_gencontrol: Fix some style nits
       new  ee516f3   dh: Fix bug with calling optional commands
       new  6f334f4   dh_gencontrol: Do not duplicate build-ids in the original package
       new  76b7908   d/changelog: Expand a bit on an entry
       new  a43757f   Change X-Build-Ids to Build-Ids
       new  1f23108   dh_gencontrol: Add Auto-Built-Package field in ddeb control files
       new  b418f73   dh_builddeb: Let dpkg determine the udeb filename by default
       new  a677d87   Revert "dh_builddeb: Let dpkg determine the udeb filename by default"
       new  f15878d   Skip building ddebs for udebs temporarily
       new  1f93dad   dh_builddeb: Generate the correct filename for udebs
       new  0e26601   Dh_Lib.pm: Drop udeb_filename subroutine
       new  5eff701   dh_strip: Document current rather than future ddeb state
       new  cbb6417   dh_strip: Fix invalid pod marker
       new  2c3ac22   dh_fixperms: Reset perms of some images, css and js files
       new  4e3fd5d   dh_install: Read d/not-installed with --list-missing
       new  dc803cf   Dh_Lib: We only need the latest changelog entry.
       new  d5f71a8   d/changelog: Add missing word
       new  df7bd63   Fix doit_in_sourcedir/doit_in_builddir exception handling
       new  d1594da   debhelper.pod: Improve the Perl maintscript snippet
       new  33f5cfb   dh_shlibdeps: Accept -L multiple times
       new  40d834e   Default to --parallel in compat 10
       new  a5d0c48   d/changelog: Minor wording improvements
       new  eaa8aa9   debhelper.pod: Use 0x7f to filter the signal name
       new  f58508b   dh_fixperms: Correct find call
       new  9bcb9a4   dh_makeshlibs: Use ldconfig trigger instead of maintscripts
       new  10aa93a   Dh_Lib: Validate trigger types
       new  0df8fdb   dh_installdirs.1: Document that it can often be omitted
       new  60f5966   fix file lists and abspaths for dh_compress w/test
       new  e2a802b   Dh_Lib: Export an env var before running +x scripts
       new  c530fe2   dh_movefiles: Support globs in cmd-line arguments
       new  ee946bc   d/changelog: Add missing Closes
       new  500e562   Fix typo
       new  044662d   Update Portuguese translations
       new  e3bd8e2   Automatic po cleanup of pt.po
       new  1d347e0   Regenerate POT and refresh PO files
       new  9fcfbf8   dh_installinit: Document that --onlyscripts should be used with -p
       new  f84b74d   dh_installman: Add missing close(IN) call
       new  46ae552   Regenerate POT and po files
       new  293158d   Update Portuguese translations
       new  339e613   Automatic po clean up
       new  5f94316   Release debhelper/9.20151004 into unstable

The 56 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       |   12 +-
 Debian/Debhelper/Buildsystem/cmake.pm |   14 +-
 Debian/Debhelper/Dh_Buildsystems.pm   |    4 +-
 Debian/Debhelper/Dh_Lib.pm            |   76 +-
 autoscripts/postinst-makeshlibs-c10   |    3 -
 autoscripts/postrm-makeshlibs-c10     |    3 -
 debhelper.pod                         |   47 +-
 debian/changelog                      |   98 +-
 debian/control                        |    5 +-
 dh                                    |   47 +-
 dh_builddeb                           |   47 +-
 dh_compress                           |   13 +-
 dh_fixperms                           |   30 +-
 dh_gencontrol                         |   41 +-
 dh_install                            |   13 +
 dh_installdeb                         |   29 +-
 dh_installdirs                        |    8 +
 dh_installinit                        |   56 +-
 dh_installman                         |    1 +
 dh_makeshlibs                         |   18 +-
 dh_movefiles                          |   14 +-
 dh_shlibdeps                          |   13 +-
 dh_strip                              |   57 +-
 doc/PROGRAMMING                       |    8 +-
 lib                                   |    1 +
 man/po4a/po/de.po                     | 1987 ++++++++++++++++--------------
 man/po4a/po/debhelper.pot             | 1664 +++++++++++++------------
 man/po4a/po/es.po                     | 1990 ++++++++++++++++--------------
 man/po4a/po/fr.po                     | 1992 ++++++++++++++++--------------
 man/po4a/po/pt.po                     | 2130 ++++++++++++++++++---------------
 t/dh_compress.t                       |   93 ++
 31 files changed, 5904 insertions(+), 4610 deletions(-)
 delete mode 100644 autoscripts/postinst-makeshlibs-c10
 delete mode 100644 autoscripts/postrm-makeshlibs-c10
 create mode 120000 lib
 create mode 100755 t/dh_compress.t

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



More information about the Reproducible-commits mailing list