[med-svn] [Git][med-team/yaggo][master] 5 commits: routine-update: New upstream version
Lance Lin (@linqigang)
gitlab at salsa.debian.org
Fri Nov 3 13:23:44 GMT 2023
Lance Lin pushed to branch master at Debian Med / yaggo
Commits:
cf396f31 by Lance Lin at 2023-11-03T19:14:40+07:00
routine-update: New upstream version
- - - - -
66f3bb09 by Lance Lin at 2023-11-03T19:14:51+07:00
New upstream version 1.5.11
- - - - -
1e235456 by Lance Lin at 2023-11-03T19:14:51+07:00
Update upstream source from tag 'upstream/1.5.11'
Update to upstream version '1.5.11'
with Debian dir 4101ef86c1694a0ff6effa90720ebdd9ac604685
- - - - -
a138f6f3 by Lance Lin at 2023-11-03T19:14:52+07:00
routine-update: Standards-Version: 4.6.2
- - - - -
8d4c2242 by Lance Lin at 2023-11-03T19:55:17+07:00
d/control: Remove XS-Ruby-Versions and versioning on gem2deb
- - - - -
4 changed files:
- debian/changelog
- debian/control
- lib/yaggo/parser.rb
- lib/yaggo/version.rb
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+yaggo (1.5.11-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Standards-Version: 4.6.2 (routine-update)
+ * d/control: Remove XS-Ruby-Versions and versioning on gem2deb
+
+ -- Lance Lin <lq27267 at gmail.com> Fri, 03 Nov 2023 19:14:40 +0700
+
yaggo (1.5.10-6) unstable; urgency=medium
* Fix watch file
=====================================
debian/control
=====================================
@@ -4,14 +4,13 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: misc
Priority: optional
Build-Depends: debhelper-compat (= 13),
- gem2deb (>= 1),
+ gem2deb,
ruby
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/yaggo
Vcs-Git: https://salsa.debian.org/med-team/yaggo.git
Homepage: https://github.com/gmarcais/yaggo
Testsuite: autopkgtest-pkg-ruby
-XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: yaggo
=====================================
lib/yaggo/parser.rb
=====================================
@@ -113,10 +113,11 @@ EOS
end
# Constructors and initialization
- h.puts("", " #{class_name}() :")
- h.puts(" " + ($options + $args).map { |o| o.init }.join(",\n "), " { }")
- h.puts("", " #{class_name}(int argc, char* argv[]) :")
- h.puts(" " + ($options + $args).map { |o| o.init }.join(",\n "))
+ h.puts("", " #{class_name}()")
+ h.puts(" :" + ($options + $args).map { |o| o.init }.join("\n ,")) unless $options.empty? && $args.empty?
+ h.puts(" { }")
+ h.puts("", " #{class_name}(int argc, char* argv[])")
+ h.puts(" :" + ($options + $args).map { |o| o.init }.join("\n ,")) unless $options.empty? && $args.empty?
h.puts(" { parse(argc, argv); }", "");
# Main arsing function
=====================================
lib/yaggo/version.rb
=====================================
@@ -1 +1 @@
-$yaggo_version = "1.5.10"
+$yaggo_version = "1.5.11"
View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/compare/7cfb69bcdaa3cb6cd301eb56c93bbff110da4644...8d4c2242aa10a166a3595a2c255cd507d36761ad
--
View it on GitLab: https://salsa.debian.org/med-team/yaggo/-/compare/7cfb69bcdaa3cb6cd301eb56c93bbff110da4644...8d4c2242aa10a166a3595a2c255cd507d36761ad
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/20231103/fc3ea341/attachment-0001.htm>
More information about the debian-med-commit
mailing list