Source: udj-desktop-client
Version: 0.6.3-1
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 udj-desktop-client could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, udj-desktop-client can be built reproducibly in our
reproducible
toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -urNad udj-desktop-client.orig/udj-desktop-client-0.6.3/debian/rules
udj-desktop-client/udj-desktop-client-0.6.3/debian/rules
--- udj-desktop-client.orig/udj-desktop-client-0.6.3/debian/rules
2015-02-22 09:58:15.608230499 +0000
+++ udj-desktop-client/udj-desktop-client-0.6.3/debian/rules 2015-02-22
10:10:12.690046611 +0000
@@ -5,8 +5,8 @@
override_dh_auto_build:
dh_auto_build
- convert icons/udjlauncher.svg -resize 32x32
debian/udj-desktop-client.xpm
- convert icons/udjlauncher.svg -resize 48x48
debian/udj-desktop-client.png
+ convert icons/udjlauncher.svg -resize 32x32 +set date:create +set
date:modify -define png:exclude-chunk=time debian/udj-desktop-client.xpm
+ convert icons/udjlauncher.svg -resize 48x48 +set date:create +set
date:modify -define png:exclude-chunk=time debian/udj-desktop-client.png
cp icons/udjlauncher.svg debian/udj-desktop-client.svg
override_dh_auto_install: