[Git][java-team/intervalstorej][master] 3 commits: Standard version to 4.5.1

Pierre Gruet gitlab at salsa.debian.org
Sun Nov 22 14:56:29 GMT 2020



Pierre Gruet pushed to branch master at Debian Java Maintainers / intervalstorej


Commits:
c4163802 by Pierre Gruet at 2020-11-22T15:55:30+01:00
Standard version to 4.5.1

- - - - -
14331d40 by Pierre Gruet at 2020-11-22T15:55:57+01:00
Correcting classpath in autopkgtest

- - - - -
3f134652 by Pierre Gruet at 2020-11-22T15:56:14+01:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/tests/providedTests


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+intervalstorej (1.2+dfsg-3) unstable; urgency=medium
+
+  * Correcting classpath in autopkgtest
+  * Bumping Standards version to 4.5.1 (no changes needed)
+
+ -- Pierre Gruet <pgtdebian at free.fr>  Sun, 22 Nov 2020 15:22:31 +0100
+
 intervalstorej (1.2+dfsg-2) unstable; urgency=medium
 
   * Source-only upload


=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
                testng <!nocheck>,
                libjcommander-java <!nocheck>,
                unzip <!nocheck>
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/java-team/intervalstorej
 Vcs-Git: https://salsa.debian.org/java-team/intervalstorej.git
 Homepage: https://github.com/bartongroup/IntervalStoreJ


=====================================
debian/tests/providedTests
=====================================
@@ -16,7 +16,7 @@ cd $WORKDIR
 
 # The classpath is made of the test sources, the build jar and the jars of
 # testng and jcommander.
-export CLASSPATH=$WORKDIR/test:$SOURCEDIR/intervalstorej.jar:/usr/share/java/testng.jar:/usr/share/java/jcommander.jar
+export CLASSPATH=$WORKDIR/test:/usr/share/java/intervalstorej.jar:/usr/share/java/testng.jar:/usr/share/java/jcommander.jar
 find test -name "*.java" | xargs javac -source 1.8 -target 1.8
 # Unzipping the data files used by some tests.
 for F in $(find test -name "*.zip"); do



View it on GitLab: https://salsa.debian.org/java-team/intervalstorej/-/compare/caea428781ca4f269e93247499cae4821b6c0c66...3f134652500ad5b8e25bfed44ce2ccb7aa8feb66

-- 
View it on GitLab: https://salsa.debian.org/java-team/intervalstorej/-/compare/caea428781ca4f269e93247499cae4821b6c0c66...3f134652500ad5b8e25bfed44ce2ccb7aa8feb66
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/20201122/ab4cbf67/attachment.html>


More information about the pkg-java-commits mailing list