Your message dated Fri, 18 Dec 2015 06:24:26 +0900
with message-id <[email protected]>
and subject line fixed in 1:0.396-1
has caused the Debian Bug report #778223,
regarding xfonts-kappa20: please make the build reproducible
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
778223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778223
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xfonts-kappa20
Version: 0.396-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that xfonts-kappa20 could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, xfonts-kappa20 can be built reproducibly in our current
experimental
framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad xfonts-kappa20.orig/xfonts-kappa20-0.396/debian/rules
xfonts-kappa20/xfonts-kappa20-0.396/debian/rules
--- xfonts-kappa20.orig/xfonts-kappa20-0.396/debian/rules 2015-02-12
12:49:43.786007532 +0000
+++ xfonts-kappa20/xfonts-kappa20-0.396/debian/rules 2015-02-12
12:53:02.150602536 +0000
@@ -24,7 +24,7 @@
dh_testdir
# Add here commands to compile the package.
- cd $(KAPPADIR) && $(MAKE) all
+ cd $(KAPPADIR) && $(MAKE) all GZIP="-9n"
touch build-stamp
--- End Message ---
--- Begin Message ---
X-CrossAssassin-Score: 56651
--- End Message ---