Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Use a relative path for BYTEMAN_HOME to make the build reproducible
· d4cb6fe7
Emmanuel Bourg
authored
Sep 10, 2019
d4cb6fe7
Standards-Version updated to 4.4.0
· 4be56e98
Emmanuel Bourg
authored
Sep 10, 2019
4be56e98
Upload to unstable
· 4a6fc7de
Emmanuel Bourg
authored
Sep 10, 2019
4a6fc7de
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4a6fc7de
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
...
...
debian/control
View file @
4a6fc7de
...
...
@@ -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
View file @
4a6fc7de
...
...
@@ -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
...
...