[Reproducible-commits] [dpkg] branch pu/reproducible_builds updated (b089299 -> bcfa141)

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Nov 6 14:02:10 UTC 2015


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

lunar pushed a change to branch pu/reproducible_builds
in repository dpkg.

  discards  b089299   Document 1.18.3.0~reproducible3
  discards  fa5384a   Add support for .buildinfo files
  discards  6edf753   Enable the timeless build flags by default.
  discards  dc46722   Get reference values from current modules in scripts/t/mk.t
  discards  8e30d6a   Normalize file permissions when creating control.tar
  discards  7373d15   Preset build timestamp to latest changelog entry
  discards  dc8e1d5   Support SOURCE_DATE_EPOCH for ar headers
  discards  fadc69b   Use a single timestamp for ar headers when building a .deb
  discards  1c5a4b8   Write control.tar in a deterministic order
  discards  9ce88fd   Ensure deterministic file order in data.tar.* files
       new  d85bfcf   po: Update Japanese program translations
       new  f22ad4d   Update German scripts translation
       new  856da9c   po: Update Turkish programs translation
       new  2be668a   man: Move target architecture description to the TERMS section
       new  a1bb702   man: Clarify that the md5sum check on «dpkg --verify»
       new  3f8099b   scripts: Switch all find(1) command calls to File::Find
       new  81b7c4d   Update German translation of manual pages
       new  a243173   po: Update Dutch programs translation
       new  afbbf70   Update Ian Jackson's email address
       new  f3b8dfb   Update Heiko Schlittermann's email address
       new  f022170   build: Set PERL5LIB globally for the test suite to the local modules directory
       new  17aeccf   build: Use absolute buildir pathnames in PATH variable
       new  91d50f4   build: Add the dselect/methods directory to the TAP::Harness library paths
       new  b0f1071   build: Quote paths in run-scripts
       new  10d77ba   libdpkg: Config-Version should also be initialized on triggers-pending
       new  da97e39   libdpkg: Add varbuf_snapshot() and varbuf_rollback() support
       new  e7a3255   libdpkg: Add new varbuf_get_str()
       new  931d9ad   libdpkg: Remove varbuf terminate() method
       new  af5a9c8   dpkg: Fix varbuf memory leaks
       new  6559530   dpkg-deb: Generate the control build dir just once
       new  7a91341   dpkg-deb: Refactor tarball packing into a new function
       new  649a1d3   Various (important) translation fixes
       new  c22db01   Ensure deterministic file order in data.tar.* files
       new  db30b84   Write control.tar in a deterministic order
       new  32231fa   Use a single timestamp for ar headers when building a .deb
       new  a18b1b7   Support SOURCE_DATE_EPOCH for ar headers
       new  a1b5250   Preset build timestamp to latest changelog entry
       new  8e94959   Normalize file permissions when creating control.tar
       new  d9d191f   Get reference values from current modules in scripts/t/mk.t
       new  ff416d2   Enable the timeless build flags by default.
       new  5bafb6c   Add support for .buildinfo files
       new  bcfa141   Document 1.18.4~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   (b089299)
            \
             N -- N -- N   refs/heads/pu/reproducible_builds (bcfa141)

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 32 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:
 AUTHORS                         |   4 +-
 Makefile.am                     |   1 -
 THANKS                          |   4 +-
 check.am                        |   5 +-
 debian/changelog                |  39 ++-
 debian/copyright                |   6 +-
 dpkg-deb/build.c                | 128 ++++----
 dpkg-deb/dpkg-deb.h             |   2 +-
 dpkg-deb/extract.c              |   2 +-
 dpkg-deb/info.c                 |   2 +-
 dpkg-deb/main.c                 |   2 +-
 dpkg-split/dpkg-split.h         |   2 +-
 dpkg-split/info.c               |   2 +-
 dpkg-split/join.c               |   2 +-
 dpkg-split/main.c               |   2 +-
 dpkg-split/queue.c              |   2 +-
 dpkg-split/split.c              |   2 +-
 dselect/basecmds.cc             |   2 +-
 dselect/baselist.cc             |   2 +-
 dselect/basetop.cc              |   2 +-
 dselect/bindings.cc             |   2 +-
 dselect/bindings.h              |   2 +-
 dselect/curkeys.cc              |   2 +-
 dselect/dselect.h               |   2 +-
 dselect/helpmsgs.cc             |   2 +-
 dselect/helpmsgs.h              |   2 +-
 dselect/keyoverride             |   2 +-
 dselect/main.cc                 |   2 +-
 dselect/methkeys.cc             |   2 +-
 dselect/methlist.cc             |   3 +-
 dselect/method.cc               |   2 +-
 dselect/method.h                |   2 +-
 dselect/methods/multicd/install |   4 +-
 dselect/methods/multicd/setup   |   6 +-
 dselect/methods/multicd/update  |   4 +-
 dselect/methparse.cc            |   2 +-
 dselect/mkcurkeys.pl            |   2 +-
 dselect/pkgcmds.cc              |   2 +-
 dselect/pkgdepcon.cc            |   2 +-
 dselect/pkgdisplay.cc           |   2 +-
 dselect/pkginfo.cc              |   6 +-
 dselect/pkgkeys.cc              |   2 +-
 dselect/pkglist.cc              |   2 +-
 dselect/pkglist.h               |   2 +-
 dselect/pkgsublist.cc           |   3 +-
 dselect/pkgtop.cc               |   2 +-
 dselect/po/ja.po                |   2 +-
 lib/compat/alphasort.c          |   2 +-
 lib/compat/compat.h             |   2 +-
 lib/compat/scandir.c            |   2 +-
 lib/compat/snprintf.c           |   2 +-
 lib/compat/strerror.c           |   2 +-
 lib/compat/strsignal.c          |   2 +-
 lib/compat/unsetenv.c           |   2 +-
 lib/compat/vsnprintf.c          |   2 +-
 lib/dpkg/cleanup.c              |   2 +-
 lib/dpkg/dbmodify.c             |   2 +-
 lib/dpkg/debug.c                |   2 +-
 lib/dpkg/depcon.c               |   2 +-
 lib/dpkg/dlist.h                |   2 +-
 lib/dpkg/dpkg-db.h              |   2 +-
 lib/dpkg/dpkg.h                 |   2 +-
 lib/dpkg/dump.c                 |   2 +-
 lib/dpkg/ehandle.c              |   2 +-
 lib/dpkg/ehandle.h              |   2 +-
 lib/dpkg/fields.c               |   2 +-
 lib/dpkg/file.c                 |   2 +-
 lib/dpkg/mlib.c                 |   2 +-
 lib/dpkg/namevalue.h            |   2 +-
 lib/dpkg/nfmalloc.c             |   2 +-
 lib/dpkg/options.c              |   2 +-
 lib/dpkg/options.h              |   2 +-
 lib/dpkg/parse.c                |  21 +-
 lib/dpkg/parsedump.h            |   2 +-
 lib/dpkg/parsehelp.c            |   2 +-
 lib/dpkg/path-remove.c          |   2 +-
 lib/dpkg/path.c                 |   2 +-
 lib/dpkg/pkg-array.c            |   2 +-
 lib/dpkg/pkg-db.c               |   2 +-
 lib/dpkg/pkg-namevalue.c        |   2 +-
 lib/dpkg/pkg-show.c             |   2 +-
 lib/dpkg/pkg.c                  |   2 +-
 lib/dpkg/string.c               |   2 +-
 lib/dpkg/subproc.c              |   2 +-
 lib/dpkg/t/t-varbuf.c           |  66 ++++-
 lib/dpkg/trigdeferred.h         |   2 +-
 lib/dpkg/trigdeferred.l         |   2 +-
 lib/dpkg/triglib.c              |   2 +-
 lib/dpkg/triglib.h              |   2 +-
 lib/dpkg/trigname.c             |   2 +-
 lib/dpkg/trignote.c             |   2 +-
 lib/dpkg/utils.c                |   2 +-
 lib/dpkg/varbuf.c               |  24 +-
 lib/dpkg/varbuf.h               |  22 +-
 lib/dpkg/version.c              |   2 +-
 lib/dpkg/version.h              |   2 +-
 man/deb-old.5                   |   2 +-
 man/deb-substvars.5             |   2 +-
 man/deb.5                       |   2 +-
 man/dpkg-architecture.1         |   6 +-
 man/dpkg-deb.1                  |   2 +-
 man/dpkg-distaddfile.1          |   2 +-
 man/dpkg-divert.1               |   2 +-
 man/dpkg-genchanges.1           |   2 +-
 man/dpkg-gencontrol.1           |   2 +-
 man/dpkg-parsechangelog.1       |   2 +-
 man/dpkg-shlibdeps.1            |   2 +-
 man/dpkg-source.1               |   2 +-
 man/dpkg-split.1                |   2 +-
 man/dpkg.1                      |   8 +-
 man/po/de.po                    | 141 ++++-----
 man/po/fr.po                    |   4 +-
 man/po/pl.po                    |   2 +-
 man/po/ru.po                    |   2 +-
 man/po/sv.po                    |   2 +-
 po/ja.po                        | 248 +++++-----------
 po/nl.po                        |  69 +----
 po/tr.po                        |  80 ++---
 run-script                      |  14 +-
 scripts/Dpkg/Vendor/Ubuntu.pm   |   2 +-
 scripts/Dpkg/Version.pm         |   2 +-
 scripts/dpkg-genbuildinfo.pl    |   2 +-
 scripts/dpkg-scanpackages.pl    |  28 +-
 scripts/dpkg-scansources.pl     |  15 +-
 scripts/dpkg-source.pl          |   2 +-
 scripts/po/de.po                | 639 ++++++++++++++++++++--------------------
 src/archives.c                  |  13 +-
 src/archives.h                  |   4 +-
 src/cleanup.c                   |   2 +-
 src/configure.c                 |   2 +-
 src/depcon.c                    |   2 +-
 src/divertdb.c                  |   2 +-
 src/enquiry.c                   |   2 +-
 src/errors.c                    |   2 +-
 src/filesdb.c                   |   2 +-
 src/filesdb.h                   |   2 +-
 src/help.c                      |   2 +-
 src/infodb-access.c             |   8 +-
 src/infodb-upgrade.c            |  11 +-
 src/main.c                      |   2 +-
 src/main.h                      |   2 +-
 src/packages.c                  |   2 +-
 src/querycmd.c                  |   2 +-
 src/remove.c                    |  27 +-
 src/script.c                    |   2 +-
 src/select.c                    |   2 +-
 src/statdb.c                    |   2 +-
 src/trigcmd.c                   |   2 +-
 src/trigproc.c                  |   2 +-
 src/unpack.c                    |   6 +-
 src/update.c                    |   2 +-
 src/verify.c                    |   2 +
 utils/update-alternatives.c     |   2 +-
 153 files changed, 937 insertions(+), 968 deletions(-)

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



More information about the Reproducible-commits mailing list