Pierre Gruet pushed to branch master at Debian Med / jam-lib
Commits: 2fae7b68 by Pierre Gruet at 2026-02-22T18:15:48+01:00 Rewriting d/watch with version 5 - - - - - 14982002 by Pierre Gruet at 2026-02-22T18:16:26+01:00 Marking the binary packages as Multi-Arch: foreign - - - - - 1f1a3eea by Pierre Gruet at 2026-02-22T18:16:41+01:00 New upstream version 0.1.git20240713.7d8fd29+dfsg - - - - - acc3df3e by Pierre Gruet at 2026-02-22T18:16:43+01:00 Update upstream source from tag 'upstream/0.1.git20240713.7d8fd29+dfsg' Update to upstream version '0.1.git20240713.7d8fd29+dfsg' with Debian dir fe5432dcd8f2d84efb1163949cf7eda739494f55 - - - - - faf5875c by Pierre Gruet at 2026-02-22T18:17:17+01:00 Removing Priority: optional, which is default - - - - - ce304f29 by Pierre Gruet at 2026-02-22T18:17:22+01:00 Removing R-R-R: no, which is now default - - - - - 39d26247 by Pierre Gruet at 2026-02-22T18:17:36+01:00 Raising Standards version to 4.7.3 - - - - - 12517868 by Pierre Gruet at 2026-02-22T18:18:05+01:00 Updating changelog - - - - - f37240b2 by Pierre Gruet at 2026-02-22T18:18:15+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/watch - src/jam/html/SimpleLinkListener.java Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +jam-lib (0.1.git20240713.7d8fd29+dfsg-1) unstable; urgency=medium + + * Team upload + * Raising Standards version to 4.7.3: + - Removing Priority: optional, which is default + - Removing R-R-R: no, which is now default + * Marking the binary packages as Multi-Arch: foreign + * New upstream version 0.1.git20240713.7d8fd29+dfsg + * Rewriting d/watch with version 5 + + -- Pierre Gruet <[email protected]> Sun, 22 Feb 2026 18:18:09 +0100 + jam-lib (0.1.git20240425.aec45be+dfsg-1) unstable; urgency=medium * New upstream version 0.1.git20240425.aec45be+dfsg ===================================== debian/control ===================================== @@ -3,7 +3,6 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]>, Étienne Mollier <[email protected]> Section: java -Priority: optional Build-Depends: debhelper-compat (= 13), javahelper Build-Depends-Indep: default-jdk, @@ -11,14 +10,14 @@ Build-Depends-Indep: default-jdk, libtrove-java, libtrove-java-doc, ant -Standards-Version: 4.7.0 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/med-team/jam-lib Vcs-Git: https://salsa.debian.org/med-team/jam-lib.git Homepage: https://github.com/rambaut/jam-lib -Rules-Requires-Root: no Package: libjam-java Architecture: all +Multi-Arch: foreign Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} @@ -29,6 +28,7 @@ Description: Java applications look and behave like native applications Package: libjam-java-doc Architecture: all +Multi-Arch: foreign Section: doc Depends: ${java:Depends}, ${misc:Depends}, ===================================== debian/watch ===================================== @@ -1,7 +1,13 @@ -version=4 +Version: 5 -opts="mode=git,pretty=0.1.git%cd.%h,repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \ - https://github.com/rambaut/jam-lib.git HEAD +Source: https://github.com/rambaut/jam-lib.git +Matching-Pattern: HEAD +Compression: xz +Dversionmangle: auto +Mode: git +Git-Pretty: 0.1.git%cd.%h +Repack: yes +Repacksuffix: +dfsg # Issue asking for release tags: # https://github.com/rambaut/jam-lib/issues/2 ===================================== src/jam/html/SimpleLinkListener.java ===================================== @@ -34,7 +34,8 @@ public class SimpleLinkListener implements HyperlinkListener { if (he.getEventType() == HyperlinkEvent.EventType.ACTIVATED) { try{ - BrowserLauncher.openURL(he.getDescription()); +// BrowserLauncher.openURL(he.getDescription()); + java.awt.Desktop.getDesktop().browse(java.net.URI.create(he.getDescription())); }catch(Exception ioe){ ioe.printStackTrace(); } View it on GitLab: https://salsa.debian.org/med-team/jam-lib/-/compare/86e32c1d9b2a70748e368b104aef20bc0713d783...f37240b2a3c53ebdda0918ac3126714d25287dcb -- View it on GitLab: https://salsa.debian.org/med-team/jam-lib/-/compare/86e32c1d9b2a70748e368b104aef20bc0713d783...f37240b2a3c53ebdda0918ac3126714d25287dcb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
