[Git][java-team/libjpfcodegen-java][master] 3 commits: Build-Depends-Indep: s/default-jdk/default-jdk-headless/

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Feb 8 22:19:32 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / libjpfcodegen-java


Commits:
4420272c by Andreas Tille at 2025-02-08T23:11:49+01:00
Build-Depends-Indep: s/default-jdk/default-jdk-headless/

- - - - -
b515d486 by Andreas Tille at 2025-02-08T23:18:11+01:00
Fix clean target Closes: #1048180

- - - - -
592fc36a by Andreas Tille at 2025-02-08T23:19:10+01:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- + debian/clean
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -14,8 +14,11 @@ libjpfcodegen-java (0.4+dfsg1-2) unstable; urgency=medium
   * Reorder sequence of d/control fields by cme (routine-update)
   * Secure URI in copyright format (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
+  * Build-Depends-Indep: s/default-jdk/default-jdk-headless/
+  * Fix clean target
+    Closes: #1048180
 
- -- Andreas Tille <tille at debian.org>  Sat, 08 Feb 2025 23:03:56 +0100
+ -- Andreas Tille <tille at debian.org>  Sat, 08 Feb 2025 23:18:19 +0100
 
 libjpfcodegen-java (0.4+dfsg1-1.1) unstable; urgency=medium
 


=====================================
debian/clean
=====================================
@@ -0,0 +1 @@
+JPFCodeGenerator*.jar


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: ant,
                debhelper-compat (= 13),
                javahelper
-Build-Depends-Indep: default-jdk,
+Build-Depends-Indep: default-jdk-headless,
                      libcommons-logging-java,
                      libjpf-java,
                      tidy,


=====================================
debian/rules
=====================================
@@ -6,5 +6,9 @@ export CLASSPATH=/usr/share/java/commons-logging.jar:/usr/share/java/jpf.jar:/us
 %:
 	dh $@ --with javahelper
 
+override_dh_clean:
+	dh_clean
+	find . -name "*.class" -delete
+
 override_dh_compress:
 	dh_compress -Xresources



View it on GitLab: https://salsa.debian.org/java-team/libjpfcodegen-java/-/compare/236f8a5cd97d0a11bde59c3b0edc546744c18585...592fc36a85de280f9ff2f25ad8d7552bf61fae28

-- 
View it on GitLab: https://salsa.debian.org/java-team/libjpfcodegen-java/-/compare/236f8a5cd97d0a11bde59c3b0edc546744c18585...592fc36a85de280f9ff2f25ad8d7552bf61fae28
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/20250208/9f877879/attachment.htm>


More information about the pkg-java-commits mailing list