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 117 118 119 120 121 122 123 124
|
ruby-rubymail (1.1.3-2) unstable; urgency=medium
* Team upload
* debian/ruby-rubymail.docs: s/README/README.md/ (Closes: #903341)
* refresh package files with a new dh-make-ruby run
- Bump debhelper compatibility level to 11
- Point Vcs-* to salsa.debian.org
- Update debian/ruby-tests.rake with new template
- Point debian/watch at gemwatch.debian.net
* debian/copyright: use https in link to Debian Policy
-- Antonio Terceiro <terceiro@debian.org> Sun, 05 Aug 2018 10:33:26 -0300
ruby-rubymail (1.1.3-1) unstable; urgency=medium
* New upstream release
- Includes fix for failing test (Closes: #867651)
-- Antonio Terceiro <terceiro@debian.org> Sun, 16 Jul 2017 14:23:19 -0300
ruby-rubymail (1.1.0-2) unstable; urgency=medium
* Update packaging with a new dh-make-ruby run + manual adjustments
- should fix test suite run on CI
-- Antonio Terceiro <terceiro@debian.org> Wed, 01 Jul 2015 15:18:12 -0300
ruby-rubymail (1.1.0-1) experimental; urgency=medium
* New upstream release
* Dropped *all* patches which are not needed anymore.
* debian/rules: build documentation from source
* debian/rules: NEWS file renamed upstream
* debian/control: add myself to Uploaders:
-- Antonio Terceiro <terceiro@debian.org> Sun, 15 Feb 2015 13:20:48 -0200
ruby-rubymail (1.0.0-2) unstable; urgency=low
* Team upload
* Added patches for Ruby 2.0 compatibility (Closes: #720253):
- debian/patches/0007-Create-Explicit-Binary-Regexp.patch
- debian/patches/0008-fix-testbase-for-ruby2.0.patch
- debian/patches/0009-fix-testaddress-for-ruby2.0.patch
- debian/patches/0010-fix-testmessage-for-ruby2.0.patch
* Standards-Version bumped to 3.9.4; no changes needed.
* Drop old transition packages as they are not needed anymore
-- Antonio Terceiro <terceiro@debian.org> Sun, 06 Oct 2013 13:30:43 -0300
ruby-rubymail (1.0.0-1) unstable; urgency=low
* New maintainer. Closes: #676346
* New upstream release.
* Use source format 3.0 (quilt).
* Set unapply-patches in debian/source/local-options.
* Bump standards version to 3.9.3 (no changes necessary).
* Migrate to new Ruby policy
- Build depend on debhelper >= 7.0.50~ and gem2deb >= 0.2.16~.
- Rename source and binary packages.
- Create transitional packages.
- Add Vcs-* fields.
- Add Homepage field.
- Build for all Ruby versions.
- Migrate debian/rules to a minimal straight forward debhelper makefile.
- Run all tests when building a package.
* Add patch to reintroduce removed docs.
* Add patch for running tests under both Ruby 1.8 and 1.9.
* Add patch for to parse messages with "\r\n" as linefeed.
* Add patch to remove rubygems require. Closes: #431557
* Add watch file.
* Change doc-base section to Programming/Ruby.
* Add patch for testing header params without order guarantee.
* debian/copyright:
- Change format to DEP5.
- Source is BSD licensed, updated accordingly.
* debian/rules:
- Install upstream changelog (don't install with ruby-rubymail.docs).
- Add -O--buildsystem=ruby to dh in overrides.
-- Per Andersson <avtobiff@gmail.com> Thu, 28 Jun 2012 13:37:01 +0200
librmail-ruby (0.17-1.1) unstable; urgency=low
* Non-maintainer upload.
* Apply patch from upstream BTS to avoid quoting existing parameters
twice in Header::set_boundary(). Addresses part of #431557, which
requested for all patches in upstream BTS to be applied to the package.
* Add a build-dependency on quilt and the 3-line magic in debian/rules to
apply the above patch.
-- Adeodato Simó <adeodato@debian.org> Sun, 12 Jul 2009 10:24:45 +0200
librmail-ruby (0.17-1) unstable; urgency=low
* New upstream version.
* New maintainer.
* Removed sub-package librmail-ruby1.6.
-- Shugo Maeda <shugo@debian.org> Wed, 22 Jun 2005 00:17:12 +0900
librmail-ruby (0.15-1) unstable; urgency=low
* new upstream version. (closes: #220787)
* new sub-package librmail-ruby1.6, librmail-ruby1.8 and librmail-ruby-doc.
* Build-Depends on ruby1.8, ruby1.8-dev, ruby1.6 and ruby1.6-dev.
-- akira yamada <akira@debian.org> Sun, 16 Nov 2003 18:42:32 +0900
librmail-ruby (0.14-1) unstable; urgency=low
* new upstream version.
-- akira yamada <akira@debian.org> Fri, 29 Aug 2003 15:02:41 +0900
librmail-ruby (0.8-1) unstable; urgency=low
* Initial Release.
* uploaded to Debian, closes: #164164.
-- akira yamada <akira@debian.org> Fri, 11 Oct 2002 00:56:28 +0900
|