[Reproducible-commits] [debhelper] branch pu/reproducible_builds updated (92b0b43 -> 9d80799)

Mattia Rizzolo mattia at mapreri.org
Sat Apr 4 18:37:23 UTC 2015


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

mapreri-guest pushed a change to branch pu/reproducible_builds
in repository debhelper.

  discards  92b0b43   Document changes for 9.20150101.0~reproducible2
  discards  0d4aa34   dh_usrlocal: output dir list in a stable order
  discards  dd73e1c   dh_icons: output icon list in a stable order
  discards  4bda866   dh_makeshlibs: ensure a stable order in shlibs files
  discards  7fbd7ba   Run dh_strip_nondeterminism before dh_compress
  discards  73fcaf8   dh_strip: make stripping static libraries deterministic
  discards  6bfa62d   dh_builddeb: fix mtimes for reproducibility
       new  8cd8148   Open new entry for changes targeted at Stretch
       new  476465a   dh_strip: Recognise .node files as SO files
       new  4a219ab   dh_shlibdeps: Recognise .node files as SO files
       new  22e392b   Convert to "3.0 (native)" source format
       new  9b35148   d/copyright: Reorder two paragraphs
       new  26744f3   d/control: Use canonical URLS for the Vcs-* fields
       new  3c2fb32   dh_makeshlibs: ensure a stable order in shlibs files
       new  8b2e8a7   dh_icons: output icon list in a stable order
       new  50549e1   d/changelog: Add entries for Jérémy Bobbio's commits
       new  0972742   Added make_symlink to create Policy compliant symlinks
       new  d5c08b7   dh_compress: Skip compression of xhtml files
       new  22ee2df   dh_gconf: Only add depends if a scheme is installed
       new  96ae867   Add editor hints to the end of all perl modules and scripts
       new  b5f28c0   Add editor hints to test scripts
       new  d9c6de3   Parse control file fields case-insensitively
       new  315fba3   d/changelog: Add entry for patch from Guillem Jover
       new  dc11ca8   dh_fixperms: Correct permissions of reportbug files/scripts
       new  b6d340c   add forgotten bug number in changelog
       new  a04b4f8   The ant buildsystem now loads d/ant.properties
       new  84c0a76   Add install_dh_config_file and exec lintian-overrides (compat 9)
       new  c4c9546   Dh_Lib: Fix use of undefined variable
       new  cc68efe   d/rules: Remove announcedir target
       new  3543394   dh_makeshlibs [compat 10]: Pass -X to ldconfig
       new  59a49d2   dh_strip: make stripping static libraries deterministic
       new  16ec72f   dh_strip: Test for --enable-deterministic-archives before using it
       new  454d5cb   Pass --reflink=auto to cp
       new  721ee07   debhelper: Please make Perl tests verbose
       new  ab9fa9b   add DH_QUIET environment variable
       new  c18a68e   dh_auto_* prints upstream build system commands run unless DH_QUIET is set
       new  39a555f   configure gets --*-silent-rules depending on DH_QUIET
       new  0f75c15   add debian/changelog entry for DH_QUIET related commits applied
       new  0ac705c   dh_gconf: Fix some calls to doit
       new  b3a5ce2   Dh_Lib: Add install_* subroutines
       new  0bf56fc   Migrate some calls to use the new install_X subs
       new  a660d37   Add leading 0 to "mode" parameters
       new  16e7262   Replace more doit('install' ...) calls to install_X
       new  e96784d   doc/PROGRAMMING: Document install_{dir,file,prog,lib}
       new  af38f5d   d/changelog: Document the changes related to #438930
       new  91636c4   dh_installdocs: Use ${binary:Version} in substvars w. --link-doc
       new  6e2d811   Fix a typo (libaries -> libraries).
       new  eeb5121   Fix a wrong reference to a nonexistent $base.
       new  bd43338   Fix typo in current changelog entry
       new  fe39ddd   dh_installdocs: Document a caveat of using --link-doc
       new  3f389b6   dh_compress: exclude .xz .lzma and .lz files from compression
       new  53f8718   dh_installchangelogs: Add CHANGES.md to the list of common changelog filenames
       new  a41fc3d   Add changelog entry for previous commit
       new  b4d401a   dh_installchangelogs: Consistent suffix search order
       new  29231e6   dh_installchangelogs: Also look for changelogs with .rst suffix
       new  47a40f2   Add forgotten mentioning of #779471 in debian/changelog
       new  3c21f1a   debhelper.pod: Clarify "ENVIRONMENT" requirements for Makefile syntax
       new  063ea1a   dh_usrlocal: output dir list in a stable order
       new  ad2042a   Let dh_makeshlibs install shlibs files (instead of dh_installdeb)
       new  de8d99e   Fix three typos in the note about shlibs.
       new  45a4545   dh_installdocs: Remove non-idempotence remark
       new  e83c44b   dh_builddeb: fix mtimes for reproducibility
       new  bcc42fe   Run dh_strip_nondeterminism before dh_compress
       new  646d186   Document changes for 9.20150101.0~reproducible1
       new  216318a   d/changelog: Remove changes already applied upstream
       new  d7849cd   Add experimental .ddeb support
       new  48e3cf2   Unconditionally enable ddeb-support
       new  9d80799   Document changes for 9.20150101.1~reproducible1

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   (92b0b43)
            \
             N -- N -- N   refs/heads/pu/reproducible_builds (9d80799)

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 61 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                    |  22 +-
 Debian/Debhelper/Buildsystem/ant.pm                |  20 +-
 Debian/Debhelper/Buildsystem/autoconf.pm           |  10 +-
 Debian/Debhelper/Buildsystem/cmake.pm              |   6 +
 Debian/Debhelper/Buildsystem/makefile.pm           |   6 +
 Debian/Debhelper/Buildsystem/perl_build.pm         |   8 +-
 Debian/Debhelper/Buildsystem/perl_makemaker.pm     |  12 ++
 Debian/Debhelper/Buildsystem/python_distutils.pm   |   6 +
 Debian/Debhelper/Buildsystem/qmake.pm              |   6 +
 Debian/Debhelper/Buildsystem/qmake_qt4.pm          |   6 +
 Debian/Debhelper/Dh_Buildsystems.pm                |   6 +
 Debian/Debhelper/Dh_Getopt.pm                      |   6 +
 Debian/Debhelper/Dh_Lib.pm                         | 221 +++++++++++++++++++--
 Debian/Debhelper/Sequence/python_support.pm        |   6 +
 ...postinst-makeshlibs => postinst-makeshlibs-c10} |   2 +-
 .../{postrm-makeshlibs => postrm-makeshlibs-c10}   |   2 +-
 debhelper.pod                                      |  28 +++
 debian/changelog                                   | 124 +++++++++++-
 debian/control                                     |   4 +-
 debian/copyright                                   |   8 +-
 debian/rules                                       |   4 -
 debian/source/format                               |   1 +
 dh                                                 |  10 +-
 dh_auto_build                                      |   6 +
 dh_auto_clean                                      |   6 +
 dh_auto_configure                                  |   6 +
 dh_auto_install                                    |   8 +-
 dh_auto_test                                       |   6 +
 dh_bugfiles                                        |  21 +-
 dh_builddeb                                        |  13 ++
 dh_clean                                           |   9 +
 dh_compress                                        |   9 +-
 dh_desktop                                         |   6 +
 dh_fixperms                                        |  37 +++-
 dh_gconf                                           |  26 +--
 dh_gencontrol                                      |  44 +++-
 dh_icons                                           |   6 +
 dh_install                                         |  18 +-
 dh_installcatalogs                                 |  14 +-
 dh_installchangelogs                               |  39 ++--
 dh_installcron                                     |  16 +-
 dh_installdeb                                      |  25 ++-
 dh_installdebconf                                  |  13 +-
 dh_installdirs                                     |  10 +-
 dh_installdocs                                     |  55 ++---
 dh_installemacsen                                  |  25 ++-
 dh_installexamples                                 |  13 +-
 dh_installgsettings                                |  11 +-
 dh_installifupdown                                 |  12 +-
 dh_installinfo                                     |  10 +-
 dh_installinit                                     |  30 +--
 dh_installlogcheck                                 |  10 +-
 dh_installlogrotate                                |  10 +-
 dh_installman                                      |  10 +-
 dh_installmanpages                                 |  16 +-
 dh_installmenu                                     |  16 +-
 dh_installmime                                     |  15 +-
 dh_installmodules                                  |  12 +-
 dh_installpam                                      |  12 +-
 dh_installppp                                      |  10 +-
 dh_installudev                                     |  10 +-
 dh_installwm                                       |   6 +
 dh_installxfonts                                   |   6 +
 dh_link                                            |  93 +--------
 dh_lintian                                         |  12 +-
 dh_listpackages                                    |   6 +
 dh_makeshlibs                                      |  43 +++-
 dh_md5sums                                         |  27 ++-
 dh_movefiles                                       |   8 +-
 dh_perl                                            |   6 +
 dh_prep                                            |   6 +
 dh_scrollkeeper                                    |   6 +
 dh_shlibdeps                                       |  10 +-
 dh_strip                                           |  55 +++--
 dh_suidregister                                    |   6 +
 dh_testdir                                         |   6 +
 dh_testroot                                        |   6 +
 dh_ucf                                             |   6 +
 dh_undocumented                                    |   6 +
 dh_usrlocal                                        |   6 +
 doc/PROGRAMMING                                    |  35 ++++
 t/buildsystems/autoconf/configure                  |   1 +
 t/dh-lib                                           |   6 +
 t/dh_install                                       |   6 +
 t/dh_link                                          |   6 +
 t/maintscript                                      |   6 +
 t/override_target                                  |   6 +
 t/pod                                              |   6 +
 t/size                                             |   6 +
 t/syntax                                           |   6 +
 90 files changed, 1223 insertions(+), 320 deletions(-)
 copy autoscripts/{postinst-makeshlibs => postinst-makeshlibs-c10} (72%)
 copy autoscripts/{postrm-makeshlibs => postrm-makeshlibs-c10} (71%)
 create mode 100644 debian/source/format

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