1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
ruby-soap4r (2.0.5-9) unstable; urgency=medium
* Depends: ruby-xmlparser
-- Antonio Terceiro <terceiro@debian.org> Tue, 11 Feb 2025 14:29:09 -0300
ruby-soap4r (2.0.5-8) unstable; urgency=medium
* Team upload
* debian/rules: fix find call to remove executable bit from examples.
This fixes the build with `Rules-Requires-Root: no` in debian/control.
* Set Rules-Requires-Root: no
* debian/rules: don't install sample/ in the Rubygems directory
-- Antonio Terceiro <terceiro@debian.org> Fri, 29 Nov 2024 12:31:13 -0300
ruby-soap4r (2.0.5-7) unstable; urgency=medium
* Team upload
[ Antonio Terceiro ]
* Add override for missing source of RELEASE_en.html
[ Cédric Boutillier ]
* Add patch to fix Regexp initialization
* Bump Standards-Version to 4.7.0 (no changes needed)
-- Cédric Boutillier <boutil@debian.org> Wed, 25 Sep 2024 12:54:37 +0200
ruby-soap4r (2.0.5-6) unstable; urgency=medium
* Team upload
[ Cédric Boutillier ]
* Add .gitattributes to keep unwanted files out of the source package
[ Debian Janitor ]
* Update watch file format version to 4.
* Apply multi-arch hints. + ruby-soap4r: Add Multi-Arch: foreign.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
[ Antonio Terceiro ]
* Add Testsuite: field
* debian/control: update with dh-make-ruby
- Drop *-Ruby-Versions: fields
- Add ${ruby:Depends} to Depends:
* debian/rules: update with dh-make-ruby
- check dependencies during the build
- install using rubygems layout
* debian/upstream/metadata: update from dh-make-ruby template
* Add patch to drop use of method removed in Ruby 3.2
-- Antonio Terceiro <terceiro@debian.org> Thu, 09 Feb 2023 15:54:20 +0100
ruby-soap4r (2.0.5-5) unstable; urgency=medium
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Bump debhelper from deprecated 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Update Vcs-* headers from URL redirect.
* Use canonical URL in Vcs-Git.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
[ Cédric Boutillier ]
* Move debian/watch to gemwatch.debian.net
* remove explicit dependency on ruby | ruby-interpreter
* Remove deprecated constant ::Data (Closes: #954775)
* Bump Standards-Version to 4.5.0 (no changes needed)
* Add myself to Uploaders
* Add a short name to the license for debian/ in copyright file
-- Cédric Boutillier <boutil@debian.org> Fri, 10 Jul 2020 23:51:28 +0200
ruby-soap4r (2.0.5-4) unstable; urgency=medium
* Team upload
* Add remove-ruby2.5-warnings.patch: to silence deprecation warnings under
ruby2.5 (Closes: #889713)
-- Antonio Terceiro <terceiro@debian.org> Mon, 05 Mar 2018 10:17:46 -0300
ruby-soap4r (2.0.5-3) unstable; urgency=medium
[ David Suárez ]
* Fix failing tests on ruby2.0 (Closes: #730912)
* debian/source/options: remove 'single-debian-patch' options and add
'unapply-patches' one
[ Antonio Terceiro ]
* Don't use ruby-libxml based parser
added debian/patches/dont-use-libxml-based-parser.patch.
The parser seems to be written for a old version of ruby-libxml and my
quick attempt at fixing it didn't work. My level of patience with
anything that involves XML is quite low, so it's possible that the
problem is still properly fixable. (Closes: #725672)
-- Antonio Terceiro <terceiro@debian.org> Mon, 06 Jan 2014 17:50:04 -0300
ruby-soap4r (2.0.5-2) unstable; urgency=low
* Remove usage os iconv which is deprecated under Ruby 1.9
* Ignore test failures on Ruby 1.8 which will go away soon.
-- Antonio Terceiro <terceiro@debian.org> Sat, 07 Sep 2013 19:28:29 -0300
ruby-soap4r (2.0.5-1) unstable; urgency=low
* Initial release (Closes: #629979)
-- Antonio Terceiro <terceiro@debian.org> Sun, 11 Aug 2013 21:05:40 +0200
|