Skip to content
Commits on Source (3)
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@apache.org> Tue, 10 Sep 2019 11:29:22 +0200
byteman (4.0.7-1) unstable; urgency=medium
* New upstream version 4.0.7
......
......@@ -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
......
......@@ -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@g" contrib/bmunit/pom.xml
sed -ie "s@##BYTEMAN_HOME##@../../debian/byteman-home@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
......