]> git.saurik.com Git - apt.git/commit - cmdline/apt-sortpkgs.cc
stop displaying time of build in online help
authorJérémy Bobbio <lunar@debian.org>
Tue, 10 Mar 2015 09:09:44 +0000 (10:09 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 16 Mar 2015 17:02:08 +0000 (18:02 +0100)
commit249aec3b7397662a678ea0014f94392085477b09
treec72cbab6791b4de68a23fc496df3a62a0c3810bf
parent40bd06bdb5e6b90aa24762300567d0650dbda751
stop displaying time of build in online help

As part of the “reproducible builds” effort [1], we have noticed that
apt could not be built reproducibly.

One issue is that it uses the __DATE__ and __TIME__ macros of the C
preprocessor to display the time of build in the online help. We believe
this information not to be really useful to users as they can always
look at the package data and metadata to figure it out.

The attached patch simply removes this information. All
non-documentation packages can then be built reproducibly with our
current experimental framework.

[David: changed the string slightly to be untranslateable as well]

Closes: 774342
13 files changed:
cmdline/apt-cache.cc
cmdline/apt-cdrom.cc
cmdline/apt-config.cc
cmdline/apt-dump-solver.cc
cmdline/apt-extracttemplates.cc
cmdline/apt-get.cc
cmdline/apt-helper.cc
cmdline/apt-internal-solver.cc
cmdline/apt-mark.cc
cmdline/apt-sortpkgs.cc
cmdline/apt.cc
ftparchive/apt-ftparchive.cc
test/integration/test-00-commands-have-help