[Reproducible-builds] [debhelper] branch pu/reproducible_builds updated (013acdc -> 144a7e2)
Jérémy Bobbio
lunar at moszumanska.debian.org
Sun Aug 31 03:46:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to branch pu/reproducible_builds
in repository debhelper.
discards 013acdc Document 9.20140117~reproducible1
discards ba1428e dh_strip: Use debugedit to use a canonical source path
adds 34b1638 dh_compress: Avoid compressing .map files, which may be html usemaps. Closes: #704443
adds f7324fa dh_installdocs: When doc dirs are symlinked make the dependency versioned per policy. Closes: #676777
adds b4ad930 dh_makeshlibs: Defer propigating dpkg-gensymbols error until all packages have been processed. Closes: #736640
adds c7b1d28 dh: Reject unknown parameters that are not dashed command-line parameters intended to be passed on to debhelper commands. Closes: #737635
adds 8a463fd Use realclean instead of distclean on perl_build buildsystem.
adds 3ae6a74 changelog
adds f16d091 Initial implementation of support for Build-Profiles fields. Thanks, Daniel Schepler.
adds cc6d103 dh_gencontrol: Revert change made in version 4.0.13 that avoided passing -p to dpkg-gencontrol when only operating on one package. There seems to be no benefit to doing that, and it breaks when using Build-Profiles, since while debhelper may know a profile only allows for one package, dpkg-gencontrol may see other packages in the control file.
adds 5bfcd9d prep release
adds b597020 prep release
adds 618ce4d Fix breakage in no-act mode introduced in last release.
adds 7bb51ca prep release
adds 1c77f47 Minor typo. Closes: #741144
adds 6b3faa6 Minor typos. Closes: #741144, #744176
adds 6975a4c dh_installinit: Fix uninitialized value warning when --name is used.
adds 255e3cf Pass --disable-silent-rules in dh_auto_configure if DH_VERBOSE is set.
adds 68cd32b prep release
adds 811eb62 pos
adds 64cbd1f Add perlapi-* dependency on packages installed to $Config{vendorarch}
adds 1014a22 changelog
adds 0292d77 Typo: Closes: #755237
adds 4eeb277 dh_perl: Use vendorlib and vendorarch from Config instead of hardcoding their values. Closes: #750021
adds 343d8cb prep release
adds 8a0b3cb Use vendorlib and vendorarch from Config instead of hardcoding their values
adds 5ab4991 pos
adds c765f12 add pt translation, currently it breaks the build
adds 9626ed1 fix build problem
adds 0999844 add pt addendum file
adds a4fdd92 Updated German translation from Chris Leick. Closes: #735610
adds df241b6 upcase
adds 3edef9f prep release
new 7a61549 dh_fixmtimes: introduce new helper to fix mtimes for reproducibility
new 99adaf5 dh_strip: normalize ar file headers for reproducible builds
new 1b575f0 Add a new program, gen-buildinfo, which outputs a *.buildinfo file
new 0b1b7bc Install gen-buildinfo in /usr/share/debhelper
new a2a9589 Add a new program, dh_genbuildinfo, to generate a .buildinfo file after build
new 47ec10c Run dh_buildinfo at the end of the dh sequence
new 144a7e2 Document changes for 9.20140831~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 (013acdc)
\
N -- N -- N refs/heads/pu/reproducible_builds (144a7e2)
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 7 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/autoconf.pm | 3 +
Debian/Debhelper/Buildsystem/perl_build.pm | 2 +-
Debian/Debhelper/Dh_Lib.pm | 74 +-
Makefile | 1 +
debhelper.pod | 17 +-
debian/changelog | 67 +-
debian/control | 4 +-
dh | 5 +
dh_compress | 2 +-
dh_fixmtimes | 76 +
dh_fixperms | 6 +-
dh_genbuildinfo | 80 +
dh_gencontrol | 6 +-
dh_install | 2 +-
dh_installdocs | 5 +-
dh_installinit | 2 +-
dh_makeshlibs | 10 +-
dh_perl | 10 +-
dh_strip | 63 +-
gen-buildinfo | 53 +
man/po4a/add.de | 2 +-
man/po4a/add.pt | 10 +
man/po4a/po/de.po | 303 +-
man/po4a/po/debhelper.pot | 105 +-
man/po4a/po/es.po | 165 +-
man/po4a/po/fr.po | 165 +-
man/po4a/po/{de.po => pt.po} | 4117 +++++++++++++---------------
man/po4a/po4a.cfg | 118 +-
28 files changed, 2806 insertions(+), 2667 deletions(-)
create mode 100755 dh_fixmtimes
create mode 100755 dh_genbuildinfo
create mode 100755 gen-buildinfo
create mode 100644 man/po4a/add.pt
copy man/po4a/po/{de.po => pt.po} (55%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git
More information about the Reproducible-builds
mailing list