Andreas B. Mundt pushed to branch master at Debian Java Maintainers / filius
Commits: 1f8ffa92 by Andreas B. Mundt at 2024-12-17T16:41:56+01:00 Fix AppStream MetaInfo data - - - - - 2 changed files: - debian/changelog - debian/upstream/com.gitlab.filius1.filius.metainfo.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +filius (2.7.1+ds-3) UNRELEASED; urgency=medium + + * Fix AppStream MetaInfo data + + -- Andreas B. Mundt <[email protected]> Tue, 17 Dec 2024 16:40:14 +0100 + filius (2.7.1+ds-2) unstable; urgency=medium * Update debian/copyright ===================================== debian/upstream/com.gitlab.filius1.filius.metainfo.xml ===================================== @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <component type="desktop-application"> <id>com.gitlab.filius1.filius</id> + <developer id="com.gitlab.filius1"> + <name>Stefan Freischlad and Contributors</name> + </developer> <metadata_license>FSFAP</metadata_license> <project_license>GPL-3.0</project_license> <name>Filius</name> @@ -32,19 +35,19 @@ <screenshots> <screenshot type="default"> <caption>The Filius Work Bench</caption> - <image>https://gitlab.com/filius1/filius/-/blob/master/src/info/img/workbench.png</image> + <image>https://gitlab.com/filius1/filius/-/blob/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</image> + <image>https://gitlab.com/filius1/filius/-/blob/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</image> + <image>https://gitlab.com/filius1/filius/-/blob/master/src/info/img/packettrace.png?inline=false</image> </screenshot> <screenshot> <caption>The CLI of a Simulated Desktop in Action</caption> - <image>https://gitlab.com/filius1/filius/-/raw/master/src/info/img/ping.png</image> + <image>https://gitlab.com/filius1/filius/-/raw/master/src/info/img/ping.png?inline=false</image> </screenshot> </screenshots> <update_contact>kontakt_AT_lernsoftware-filius.de</update_contact> View it on GitLab: https://salsa.debian.org/java-team/filius/-/commit/1f8ffa92ccc89eb715b77acb7a7827227f798e6c -- View it on GitLab: https://salsa.debian.org/java-team/filius/-/commit/1f8ffa92ccc89eb715b77acb7a7827227f798e6c 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

