Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jython
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
jython
Commits
1f028edb
Commit
1f028edb
authored
6 years ago
by
Gilles Filippini
Browse files
Options
Downloads
Patches
Plain Diff
Fix timestamps side of reproducible builds
parent
f320a736
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+2
-0
2 additions, 0 deletions
debian/rules
with
10 additions
and
1 deletion
debian/changelog
+
7
−
0
View file @
1f028edb
jython (2.7.1+repack-7) UNRELEASED; urgency=medium
* Improve build reproducibility using dh_strip_nondeterminism and
SOURCE_DATE_EPOCH
-- Gilles Filippini <pini@debian.org> Sat, 10 Nov 2018 11:38:50 +0100
jython (2.7.1+repack-6) unstable; urgency=medium
* Team upload.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
1f028edb
...
...
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>, Gilles Filippini <pini@debian.org>
Build-Depends: debhelper (>= 10), dh-exec, ant, gawk, maven-repo-helper, javahelper, python, libjaxb-api-java
Build-Depends: debhelper (>= 10), dh-exec, ant, gawk, maven-repo-helper, javahelper, python, libjaxb-api-java
, dh-strip-nondeterminism
Build-Depends-Indep: default-jdk,
dh-python,
junit4,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
0
View file @
1f028edb
...
...
@@ -71,6 +71,8 @@ override_dh_auto_build:
# Build the class files.
# -nouserlib is required to prevent conflicts with the ant jython plugin
ant -nouserlib developer-build jar javadoc \
-Dbuild.date="$(shell date -d @$(SOURCE_DATE_EPOCH) "+%b %d %Y")" \
-Dbuild.time="$(shell date -d @$(SOURCE_DATE_EPOCH) "+%H:%M:%S")" \
-Dmain.classpath=$(OUR_MAIN_CLASSPATH) \
-Dtest.classpath=$(OUR_TEST_CLASSPATH) \
-Druntime.classpath="$(OUR_RUNTIME_CLASSPATH)"
...
...
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