[med-svn] [Git][med-team/pixelmed][master] Fixed the buid failure with Java 21 (Closes: #1053074)
    Emmanuel Bourg (@ebourg) 
    gitlab at salsa.debian.org
       
    Sun Nov 19 09:01:07 GMT 2023
    
    
  
Emmanuel Bourg pushed to branch master at Debian Med / pixelmed
Commits:
12f7af46 by Emmanuel Bourg at 2023-11-18T18:54:06+01:00
Fixed the buid failure with Java 21 (Closes: #1053074)
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pixelmed (20220618+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the buid failure with Java 21 (Closes: #1053074)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 18 Nov 2023 18:53:50 +0100
+
 pixelmed (20220618+dfsg-1) unstable; urgency=medium
 
   * Team upload.
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ include /usr/share/dpkg/default.mk
 	dh $@ --with javahelper
 
 override_dh_auto_build:
-	$(MAKE) all
+	$(MAKE) JAVAVERSIONTARGET=8 all
 	$(MAKE) javadoc
 
 # See #568897
View it on GitLab: https://salsa.debian.org/med-team/pixelmed/-/commit/12f7af46ec57233c731a1911ad288fcf286ef503
-- 
View it on GitLab: https://salsa.debian.org/med-team/pixelmed/-/commit/12f7af46ec57233c731a1911ad288fcf286ef503
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/debian-med-commit/attachments/20231119/72af96fc/attachment-0001.htm>
    
    
More information about the debian-med-commit
mailing list