Alexandre Detiste pushed to branch master at Debian Java Maintainers / mac-widgets
Commits: 6a74e189 by Alexandre Detiste at 2026-01-01T17:08:09+01:00 switch to debhelper-compat 13, misc., release - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,16 @@ +mac-widgets (0.10.0+svn416-dfsg1-5) unstable; urgency=medium + + * Team upload. + * Switch to debhelper-compat 13 + * Bump Standards-Version to 4.7.3, drop Priority: tag + * Apply Multi-Arch: hint + + -- Alexandre Detiste <[email protected]> Thu, 01 Jan 2026 17:07:24 +0100 + mac-widgets (0.10.0+svn416-dfsg1-4) unstable; urgency=medium * Team upload. - * Drop libmac-widgets-doc (Closes: #1070421) + * Drop libmac-widgets-doc (Closes: #1070421) * Update Vcs URLs to point to Salsa -- tony mancill <[email protected]> Sun, 05 May 2024 20:56:09 -0700 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -7 ===================================== debian/control ===================================== @@ -1,17 +1,24 @@ Source: mac-widgets Section: java -Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Gilles Filippini <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, libjgoodies-forms-java, -Standards-Version: 3.9.6 +Uploaders: + Gilles Filippini <[email protected]>, +Build-Depends: + debhelper-compat (= 13), + default-jdk, + javahelper, + libjgoodies-forms-java, +Standards-Version: 4.7.3 Homepage: http://code.google.com/p/macwidgets/ Vcs-Git: https://salsa.debian.org/java-team/mac-widgets.git Vcs-Browser: https://salsa.debian.org/java-team/mac-widgets Package: libmac-widgets-java Architecture: all -Depends: ${java:Depends}, ${misc:Depends} +Multi-Arch: foreign +Depends: + ${java:Depends}, + ${misc:Depends}, Description: collection of Mac style widgets written in Java Mac Widgets for Java are a collection of widgets seen in OS X applications, offered in a Java API. These widgets help Java developers create more ===================================== debian/rules ===================================== @@ -19,6 +19,5 @@ override_jh_build: JH_JAR_EXTRA="com/explodingpixels/macwidgets/images com/explodingpixels/widgets/images com/explodingpixels/macwidgets/icons" \ jh_build mac_widgets.jar source demo -override_dh_auto_clean: - dh_auto_clean +execute_after_dh_auto_clean: rm -f mac_widgets.jar com/explodingpixels/macwidgets/icons com View it on GitLab: https://salsa.debian.org/java-team/mac-widgets/-/commit/6a74e189515bb1a89d89eae0a8429739ca47d2b6 -- View it on GitLab: https://salsa.debian.org/java-team/mac-widgets/-/commit/6a74e189515bb1a89d89eae0a8429739ca47d2b6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

