Pierre Gruet pushed to branch master at Debian Med / cgview
Commits: 5dcac571 by Pierre Gruet at 2020-09-09T17:12:50+02:00 Adding default-jre as an explicit dependency of the binary package - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +cgview (0.0.20100111-7) unstable; urgency=medium + + * Adding default-jre as an explicit dependency of the binary package + + -- Pierre Gruet <[email protected]> Wed, 09 Sep 2020 17:12:07 +0200 + cgview (0.0.20100111-6) unstable; urgency=medium * Fix usage of java-wrappers ===================================== debian/control ===================================== @@ -19,7 +19,8 @@ Rules-Requires-Root: no Package: cgview Architecture: all Depends: ${java:Depends}, - ${misc:Depends} + ${misc:Depends}, + default-jre Description: Circular Genome Viewer CGView is a Java package for generating high quality, zoomable maps of circular genomes. Its primary purpose is to serve as a component of View it on GitLab: https://salsa.debian.org/med-team/cgview/-/commit/5dcac57108b21263a2631d08fb36659ff724311f -- View it on GitLab: https://salsa.debian.org/med-team/cgview/-/commit/5dcac57108b21263a2631d08fb36659ff724311f 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
