[pkg-java] r18656 - trunk/batik/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 2 14:03:23 UTC 2015
Author: ebourg-guest
Date: 2015-03-02 14:03:23 +0000 (Mon, 02 Mar 2015)
New Revision: 18656
Modified:
trunk/batik/debian/changelog
trunk/batik/debian/rules
Log:
Replaced the Build-Id in the manifests with a constant value to make the build reproducible.
Modified: trunk/batik/debian/changelog
===================================================================
--- trunk/batik/debian/changelog 2015-03-02 11:40:57 UTC (rev 18655)
+++ trunk/batik/debian/changelog 2015-03-02 14:03:23 UTC (rev 18656)
@@ -1,9 +1,14 @@
batik (1.7+dfsg-5) UNRELEASED; urgency=medium
+ [ tony mancill ]
* Team upload.
* Update homepage URL to https://xmlgraphics.apache.org/batik/ in
debian/control and debian/copyright. (Closes: #771539)
+ [ Emmanuel Bourg ]
+ * Replaced the Build-Id in the manifests with a constant value
+ to make the build reproducible.
+
-- tony mancill <tmancill at debian.org> Sun, 30 Nov 2014 10:04:30 -0800
batik (1.7+dfsg-4) unstable; urgency=low
Modified: trunk/batik/debian/rules
===================================================================
--- trunk/batik/debian/rules 2015-03-02 11:40:57 UTC (rev 18655)
+++ trunk/batik/debian/rules 2015-03-02 14:03:23 UTC (rev 18656)
@@ -32,7 +32,7 @@
LIB_NAMES = all libs
install/libbatik-java::
# Install poms
- ant maven-artifacts
+ ant maven-artifacts -Dbuild.id=Debian
for jar in batik-$(UPSTREAM_VERSION)/maven/*/$(UPSTREAM_VERSION)/*.jar; do \
pom=$$(dirname $$jar)/$$(basename $$jar .jar).pom; \
mh_installpom -v -plibbatik-java $$pom; \
More information about the pkg-java-commits
mailing list