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


Commits:
ec76c302 by Emmanuel Bourg at 2023-11-23T08:38:10+01:00
Standards-Version updated to 4.6.2

- - - - -
f69530fc by Emmanuel Bourg at 2023-11-23T08:38:13+01:00
Switch to debhelper level 13

- - - - -
84c48291 by Emmanuel Bourg at 2023-11-23T08:41:18+01:00
Fixed the build failure with Java 21 (Closes: #1053073)

- - - - -
e28c30d4 by Emmanuel Bourg at 2023-11-23T08:41:38+01:00
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+piespy (0.4.0-6) unstable; urgency=medium
+
+  * Fixed the build failure with Java 21 (Closes: #1053073)
+  * Standards-Version updated to 4.6.2
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebo...@apache.org>  Thu, 23 Nov 2023 08:41:32 +0100
+
 piespy (0.4.0-5) unstable; urgency=medium
 
   * Package adopted by the Java Team (Closes: #614213)


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,11 +4,11 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebo...@apache.org>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
  docbook-xsl,
  xsltproc
-Standards-Version: 4.4.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/piespy.git
 Vcs-Browser: https://salsa.debian.org/java-team/piespy
 Homepage: http://www.jibble.org/piespy/


=====================================
debian/rules
=====================================
@@ -8,12 +8,12 @@ override_dh_auto_build:
        # Upstream distributes pircbot as a JAR of both binaries and source, 
here we rebuild it for DFSG compliance
        mkdir -p target/pircbot-sources target/pircbot-classes
        cd target/pircbot-sources && jar -xf ../../lib/pircbot.jar && find . 
-name '*.class' -exec rm {} ';'
-       javac -source 7 -target 7 -d target/pircbot-classes `find . -name 
'*.java'`
+       javac -source 17 -target 17 -d target/pircbot-classes `find . -name 
'*.java'`
        jar -cf target/pircbot.jar -C target/pircbot-classes .
 
        # Compile PieSpy
        mkdir -p target/classes
-       javac -source 7 -target 7 -classpath target/pircbot.jar -d 
target/classes `find org -name '*.java'`
+       javac -source 17 -target 17 -classpath target/pircbot.jar -d 
target/classes `find org -name '*.java'`
        jar -cf target/piespy.jar -C target/classes .
 
        # Generate the manpages



View it on GitLab: 
https://salsa.debian.org/java-team/piespy/-/compare/80c57c8e5cb238be34fb188231da6292e273a961...e28c30d4bd4d6584d4933eb717ca1a9f70b11e61

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/piespy/-/compare/80c57c8e5cb238be34fb188231da6292e273a961...e28c30d4bd4d6584d4933eb717ca1a9f70b11e61
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to