Michael R. Crusoe pushed to branch master at Debian Med / yaggo
Commits: 30ac1ab7 by Michael R. Crusoe at 2024-12-11T13:11:49+01:00 Apply multi-arch hint and mark the ruby dependency as ":any". - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +yaggo (1.5.11-2) unstable; urgency=medium + + * Team upload. + * Apply multi-arch hint and mark the ruby dependency as ":any". + + -- Michael R. Crusoe <[email protected]> Wed, 11 Dec 2024 13:11:45 +0100 + yaggo (1.5.11-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Section: misc Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb, - ruby + ruby:any Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/yaggo Vcs-Git: https://salsa.debian.org/med-team/yaggo.git @@ -17,7 +17,7 @@ Package: yaggo Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, - ${ruby:Depends}, + ${ruby:Depends}:any, ${misc:Depends}, Description: generate command line parser using getopt_long Yaggo is a tool to generate command line parsers for C++. Yaggo stands View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/commit/30ac1ab7c6bdb66459d5f08973885d1a676e551d -- View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/commit/30ac1ab7c6bdb66459d5f08973885d1a676e551d 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
