[Git][java-team/byteman][master] 3 commits: Use a relative path for BYTEMAN_HOME to make the build reproducible

Emmanuel Bourg gitlab at salsa.debian.org
Tue Sep 10 10:35:59 BST 2019



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / byteman


Commits:
d4cb6fe7 by Emmanuel Bourg at 2019-09-10T09:29:01Z
Use a relative path for BYTEMAN_HOME to make the build reproducible

- - - - -
4be56e98 by Emmanuel Bourg at 2019-09-10T09:29:06Z
Standards-Version updated to 4.4.0

- - - - -
4a6fc7de by Emmanuel Bourg at 2019-09-10T09:29:27Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+byteman (4.0.7-2) unstable; urgency=medium
+
+  * Team upload.
+  * Use a relative path for BYTEMAN_HOME to make the build reproducible
+  * Standards-Version updated to 4.4.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 10 Sep 2019 11:29:22 +0200
+
 byteman (4.0.7-1) unstable; urgency=medium
 
   * New upstream version 4.0.7


=====================================
debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends:
  libsurefire-java (>= 2.22.1),
  maven-debian-helper,
  testng,
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
 Homepage: http://byteman.jboss.org
 Vcs-Browser: https://salsa.debian.org/java-team/byteman
 Vcs-Git: https://salsa.debian.org/java-team/byteman.git


=====================================
debian/rules
=====================================
@@ -19,7 +19,7 @@ override_dh_auto_configure:
 			debian/maven-repo/org/jboss/byteman/byteman-$${PKG}/$${VERSION}/byteman-$${PKG}-$${VERSION}.jar; \
            done; \
 	done
-	sed -ie "s@##BYTEMAN_HOME##@$(CURDIR)/debian/byteman-home at g" contrib/bmunit/pom.xml
+	sed -ie "s@##BYTEMAN_HOME##@../../debian/byteman-home at g" contrib/bmunit/pom.xml
 	mkdir --parents debian/byteman-home/lib
 	ln -s ../../../byteman/target/byteman-$(DEB_VERSION_UPSTREAM).jar debian/byteman-home/lib/byteman.jar
 



View it on GitLab: https://salsa.debian.org/java-team/byteman/compare/3e17c097310ade87f9d4f8c0671556c5ec3c8d9a...4a6fc7de39e1a250e3eea4a4b0cd13c627320833

-- 
View it on GitLab: https://salsa.debian.org/java-team/byteman/compare/3e17c097310ade87f9d4f8c0671556c5ec3c8d9a...4a6fc7de39e1a250e3eea4a4b0cd13c627320833
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190910/f5fa0ad9/attachment.html>


More information about the pkg-java-commits mailing list