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 125 126 127 128
|
ruby-em-http-request (1.1.7-1) unstable; urgency=medium
* Team upload
* New upstream version 1.1.7
* debian/control: add Rules-Requires-Root: no
* debian/rules: install using rubygems layout
* debian/rules: don't install benchmarks/*
* debian/upstream/metadata: refresh from metadata
* Refresh patches
* debian/ruby-tests.rake: exclude broken tests (Closes: #1005442, #1006985)
* Bump Standards-Version to 4.6.1; no changes needed
* fix_or_skip_tests.patch: drop, obsolete
* Drop dependency on ruby | ruby-interpreter
-- Antonio Terceiro <terceiro@debian.org> Sun, 28 Aug 2022 08:56:41 -0300
ruby-em-http-request (1.1.5-3) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Use secure copyright file specification URI.
* Use secure URI in Homepage field.
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Remove constraints unnecessary since buster:
+ ruby-em-http-request: Drop versioned constraint on ruby-addressable and
ruby-eventmachine in Depends.
* Update watch file format version to 4.
* Bump debhelper from old 12 to 13.
[ Daniel Leidert ]
* d/control (Build-Depends): Add ruby-webrick (closes: #998501).
-- Daniel Leidert <dleidert@debian.org> Wed, 01 Dec 2021 05:23:57 +0100
ruby-em-http-request (1.1.5-2) unstable; urgency=medium
* Team upload
* Add avoid_nil_client.patch (Closes: #882308)
Thanks Christoph Biedl for the report and Jérémy Lal for the patch
* Use salsa.debian.org in Vcs-* fields
* Move debian/watch to gemwatch.debian.net
* Bump Standards-Version to 4.1.5 (no changes needed)
* Bump debhelper compatibility level to 11
-- Cédric Boutillier <boutil@debian.org> Tue, 31 Jul 2018 17:47:17 +0200
ruby-em-http-request (1.1.5-1) unstable; urgency=medium
* Team upload
[ Cédric Boutillier ]
* Remove version in the gem2deb build-dependency
* Use https:// in Vcs-* fields
* Run wrap-and-sort on packaging files
[ Sebastien Badia ]
* d/compat: Bump debhelper compat to 10
* d/copyright: Added a copyright for debian/* files (Closes: #739711)
* Bump Standards-Version to 3.9.8 (no changes needed)
* Update debian packaging using dh-make-ruby
* New upstream version 1.1.5
* d/patches: Refresh patchs (new upstream version)
-- Sebastien Badia <sbadia@debian.org> Mon, 19 Dec 2016 21:48:43 +0100
ruby-em-http-request (1.1.2-2) unstable; urgency=medium
* Team upload
[ Per Andersson ]
* Add ruby-em-socksify to Depends (Closes: #745667)
-- Per Andersson <avtobiff@gmail.com> Wed, 23 Apr 2014 23:31:14 +0200
ruby-em-http-request (1.1.2-1) unstable; urgency=medium
* Team upload.
[ Praveen Arimbrathodiyil ]
* d/p/disable_rubygems:
- remove extra characters at end of line
- refresh disable_rubygems patch
* add .pc to .gitignore
* use ruby-tests.rake
* remove spec_adjust_require patch
* d/control:
- update build dep, uncomment vcs
- add bdep on ruby-cookiejar
[ Cédric Boutillier ]
* use canonical URI in Vcs-* fields
* debian/copyright: use copyright-format/1.0 official URL for Format field
[ Jonas Genannt ]
* Imported Upstream version 1.1.2 (Closes: #725571, #710044)
* d/control:
- bumped standards version to 3.9.5 (no changes needed)
- wrap-sort
- added depend ruby-multi-json
- changed from ruby-http-parser to ruby-http-parser.rb
- added ruby-cookiejar as depend
- switched XS-Ruby-Versions to all
- change Architecture to all - no c ext included anymore
- added ruby-simple-oauth as Suggests
* d/p/diasble-rubygems.patch:
- refreshed
- fixed typo in patch name
- added DEP3 header
* added patch to disable network test
* added patch to usw WEBrick not Mongrel
- webrick strips default ports
- webrick sends no 0 as content lengh, its empty
- disabled failing tests because of mongrel/webrick switch
* d/copyright
- removed old c ext copyright
- copyright for debian/ is missing, see #739711 / pending
-- Jonas Genannt <jonas.genannt@capi2name.de> Wed, 12 Mar 2014 18:42:14 +0100
ruby-em-http-request (0.3.0-1) unstable; urgency=low
* Initial release
-- Tollef Fog Heen <tfheen@debian.org> Wed, 27 Jun 2012 21:19:09 +0200
|