Skip to content
Snippets Groups Projects
Commit f404bdb5 authored by Reiner Herrmann's avatar Reiner Herrmann Committed by Emmanuel Bourg
Browse files

Removed the timestamp from the PNG files to make the build reproducible (Closes: #779056)

parent 03c68fbe
No related branches found
No related tags found
No related merge requests found
javahelp2 (2.0.05.ds1-8) UNRELEASED; urgency=medium javahelp2 (2.0.05.ds1-8) UNRELEASED; urgency=medium
* Team upload. * Team upload.
[ Reiner Herrmann ]
* Removed the timestamp from the PNG files to make the build reproducible.
(Closes: #779056)
[ Emmanuel Bourg ]
* Moved the package to Git * Moved the package to Git
* Standards-Version updated to 3.9.6 (no changes) * Standards-Version updated to 3.9.6 (no changes)
......
...@@ -15,7 +15,7 @@ makebuilddir/$(p_jh):: ...@@ -15,7 +15,7 @@ makebuilddir/$(p_jh)::
cd $(DEB_SRCDIR)/debian/icons/; \ cd $(DEB_SRCDIR)/debian/icons/; \
for file in *.xpm; do \ for file in *.xpm; do \
fileTarget=`echo $$file|sed -e 's|.xpm|.png|g'`; \ fileTarget=`echo $$file|sed -e 's|.xpm|.png|g'`; \
convert $(DEB_SRCDIR)/$$file $(CURDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/images/$$fileTarget; \ convert $(DEB_SRCDIR)/$$file +set date:create +set date:modify -define png:exclude-chunk=time $(CURDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/images/$$fileTarget; \
done done
build/$(p_jh):: stamp-build-$(p_jh) build/$(p_jh):: stamp-build-$(p_jh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment