Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
javahelp2
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
javahelp2
Commits
f404bdb5
Commit
f404bdb5
authored
10 years ago
by
Reiner Herrmann
Committed by
Emmanuel Bourg
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
7 additions
and
1 deletion
debian/changelog
+
6
−
0
View file @
f404bdb5
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)
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
f404bdb5
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment