[med-svn] [Git][med-team/yaggo][master] Apply multi-arch hint and mark the ruby dependency as ":any".
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Dec 11 12:19:33 GMT 2024
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 <crusoe at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241211/221c19bd/attachment-0001.htm>
More information about the debian-med-commit
mailing list