Andreas B. Mundt pushed to branch master at Debian Java Maintainers / filius
Commits: 4ed6fd11 by Andreas B. Mundt at 2025-03-18T17:40:54+01:00 Fix MetaInfo URLs - - - - - ae82ce93 by Andreas B. Mundt at 2025-03-18T17:43:20+01:00 Update changelog and prepare release - - - - - 2 changed files: - debian/changelog - debian/upstream/com.gitlab.filius1.filius.metainfo.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +filius (2.8.0+ds-2) unstable; urgency=medium + + * Fix MetaInfo image URLs + + -- Andreas B. Mundt <[email protected]> Tue, 18 Mar 2025 17:41:36 +0100 + filius (2.8.0+ds-1) unstable; urgency=medium * Fix AppStream MetaInfo data ===================================== debian/upstream/com.gitlab.filius1.filius.metainfo.xml ===================================== @@ -35,15 +35,15 @@ <screenshots> <screenshot type="default"> <caption>The Filius Work Bench</caption> - <image>https://gitlab.com/filius1/filius/-/blob/master/src/info/img/workbench.png?inline=false</image> + <image>https://gitlab.com/filius1/filius/-/raw/master/src/info/img/workbench.png?inline=false</image> </screenshot> <screenshot> <caption>Simulating a Static Routing Network</caption> - <image>https://gitlab.com/filius1/filius/-/blob/master/src/info/img/staticrouting1.png?inline=false</image> + <image>https://gitlab.com/filius1/filius/-/raw/master/src/info/img/staticrouting1.png?inline=false</image> </screenshot> <screenshot> <caption>Observing a Packet Capture</caption> - <image>https://gitlab.com/filius1/filius/-/blob/master/src/info/img/packettrace.png?inline=false</image> + <image>https://gitlab.com/filius1/filius/-/raw/master/src/info/img/packettrace.png?inline=false</image> </screenshot> <screenshot> <caption>The CLI of a Simulated Desktop in Action</caption> View it on GitLab: https://salsa.debian.org/java-team/filius/-/compare/9d3aefb0187d401de9c695947ffc922beeb084f7...ae82ce93b2af76ae754d547f7de225d17fe2bae3 -- View it on GitLab: https://salsa.debian.org/java-team/filius/-/compare/9d3aefb0187d401de9c695947ffc922beeb084f7...ae82ce93b2af76ae754d547f7de225d17fe2bae3 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

