[Git][java-team/modulator][master] 4 commits: Use compat level 11.

Markus Koschany gitlab at salsa.debian.org
Tue May 1 14:52:08 BST 2018


Markus Koschany pushed to branch master at Debian Java Maintainers / modulator


Commits:
1dfefcd7 by Markus Koschany at 2018-05-01T15:48:08+02:00
Use compat level 11.

- - - - -
a9a28c46 by Markus Koschany at 2018-05-01T15:48:30+02:00
Use default-jdk as build-dependency again.

Closes: #897320

- - - - -
b7f9c65f by Markus Koschany at 2018-05-01T15:49:01+02:00
Declare compliance with Debian Policy 4.1.4.

- - - - -
98bf442a by Markus Koschany at 2018-05-01T15:50:08+02:00
Update changelog

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+modulator (1.0-3) unstable; urgency=medium
+
+  * Team upload.
+  * Use compat level 11.
+  * Use default-jdk as build-dependency again. (Closes: #897320)
+  * Declare compliance with Debian Policy 4.1.4.
+
+ -- Markus Koschany <apo at debian.org>  Tue, 01 May 2018 15:49:54 +0200
+
 modulator (1.0-2) unstable; urgency=medium
 
   * Remove unnecessary B-D on libplexus-classworlds2-java.


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
\ No newline at end of file
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Miguel Landaeta <nomadium at debian.org>
-Build-Depends: debhelper (>= 10~),
-               openjdk-9-jdk,
+Build-Depends: debhelper (>= 11~),
+               default-jdk,
                maven-debian-helper
-Standards-Version: 4.1.1
+Standards-Version: 4.1.4
 Homepage: https://github.com/headius/modulator
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/modulator.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/modulator.git


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 include /usr/share/dpkg/default.mk
-export JAVA_HOME = /usr/lib/jvm/java-9-openjdk-$(DEB_BUILD_ARCH_CPU)
+
 %:
 	dh $@ --buildsystem=maven



View it on GitLab: https://salsa.debian.org/java-team/modulator/compare/a582cacfa283af5fe5bd075850e6a7c7f5f06b0e...98bf442acac986d7eef345ce4d86ab3dd38d5562

---
View it on GitLab: https://salsa.debian.org/java-team/modulator/compare/a582cacfa283af5fe5bd075850e6a7c7f5f06b0e...98bf442acac986d7eef345ce4d86ab3dd38d5562
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/20180501/7ba33c73/attachment.html>


More information about the pkg-java-commits mailing list