File: changelog

package info (click to toggle)
ruby-ferret 0.11.8.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,384 kB
  • sloc: ansic: 69,795; ruby: 6,918; makefile: 5
file content (163 lines) | stat: -rw-r--r-- 6,063 bytes parent folder | download
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
ruby-ferret (0.11.8.7-2) unstable; urgency=medium

  * Team upload.
  * Add patch to support s390x architecture
  * d/control: rules does not require root
  * d/copyright: use secure url in Format field

 -- Lucas Kanashiro <lucas.kanashiro@canonical.com>  Wed, 26 Feb 2020 15:39:46 -0300

ruby-ferret (0.11.8.7-1) unstable; urgency=medium

  * Team upload.
  * Run tests correctly
  * Ruby-ferret.docs: update extension of README and TUTORIAL
  * Bump standards-Version to 4.5.0
  * Update version=4 in debian/watch
  * Update Vcs url in debian/control
  * Bump Debhelper compatibility to 12
  * Change d/watch to gemwatch.d.n
  * Remove unused file in d/copyright
  * Remove unnecessary d/source/lintian-overrides
  * New upstream version 0.11.8.7
  * Remove unused license lgpl-2.1
  * Comment unused patch in d/series

 -- Thiago Ribeiro <thiagitosouza@gmail.com>  Fri, 24 Jan 2020 09:46:18 -0300

ruby-ferret (0.11.8.6-3) unstable; urgency=medium

  * Team upload.

  [ Antonio Terceiro ]
  * Remove myself from Uploaders:

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Lucas Kanashiro ]
  * Fix DEP-8 tests on arm64 and build on armhf (Closes: #918383)

 -- Lucas Kanashiro <lucas.kanashiro@canonical.com>  Mon, 25 Nov 2019 12:08:26 -0300

ruby-ferret (0.11.8.6-2) unstable; urgency=medium

  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.8 (no changes needed)
  * Run wrap-and-sort on packaging files
  * Add support for arm64 (Closes: #770922). Thanks Edmund Grimley Evans for
    the patch
  * Fix repetition in copyright file
  * Remove info about bzlib/BSD-4-clause in copyright
  * Set Testsuite to autopkgtest-pkg-ruby

 -- Cédric Boutillier <boutil@debian.org>  Tue, 07 Jun 2016 17:34:53 +0200

ruby-ferret (0.11.8.6-1) unstable; urgency=medium

  * New upstream release
    - ported to ruby2.2
  * debian/copyright: add Files-Excluded to remove embedded copy of bzlib
  * debian/rules: stop removing embedded copy fo bzlib which won't exist
    anymore (Closes: #743909)

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 14 Jul 2015 18:35:31 -0300

ruby-ferret (0.11.8.5-1) unstable; urgency=low

  * Imported Upstream version 0.11.8.5
  * debian/control:
    + remove obsolete DM-Upload-Allowed flag
    + use canonical URI in Vcs-* fields
    + update my email address
    + bump Standards-Version to 3.9.5 (no changes needed)
    + drop transitional packages
  * Remove single-debian-patch option
  * Drop fix_compatibility_with_minitest.patch and
    block_variables_have_local_scopes.patch (applied upstream)
  * Remove indications that the source has been repacked (not true anymore)
  * Remove embedded copy of bzlib when cleaning instead of repacking
  * Add copyright notice for the embedded copy of bzlib
  * Install RELEASE_NOTES as documentation

 -- Cédric Boutillier <boutil@debian.org>  Mon, 25 Nov 2013 01:09:16 +0100

ruby-ferret (0.11.8.4+debian-2) unstable; urgency=low

  * Bump build dependency on gem2deb to >= 0.3.0~

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 26 Jun 2012 09:58:52 +0200

ruby-ferret (0.11.8.4+debian-1) unstable; urgency=low

  * New upstream version from a new source
    + the new code fixes format security issues (Closes: #672069)
    + change homepage to https://github.com/jkraemer/ferret/
  * Build for all Ruby versions (Closes: #655636)
    + change depends accordingly
    + do not set shebang of bin/ferret to ruby1.8
  * Repack source to remove convenience copy of bzlib
    + build-dep on libbz2-dev
    + dversionmangle in debian/watch
    + add debian/README.source explaining how to clean the source
  * debian/patches:
    + disable_load_path_manipulation.patch: do not override $LOAD_PATH
    + disable_test_causing_segfault.patch: temporarily disable a test known to
      cause segfaults
    + fix_compatibility_with_minitest.patch: fix a failing test with Ruby1.9
    + use_system_bzlib.patch: adapt the source to use system libbz2
    + fix_typos_in_source_code.patch: correct some spelling errors in the
      source code
    + block_variables_have_local_scopes.patch: fix syntax in
      bin/ferret-browser
  * Override dh_auto_clean to remove test/temp when cleaning
  * Bump Standards-Version to 3.9.3 (no changes needed)
  * Set priority of transitional packages to extra
  * Add myself to Uploaders:
  * Update copyright to DEP-5 copyright-format/1.0
  * Add TUTORIAL and debian/README.source to documents
  * Override lintian warnings about duplicate descriptions of transitional
    packages

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Thu, 14 Jun 2012 23:04:48 +0200

ruby-ferret (0.11.6-3) unstable; urgency=low

  * Rename package to ruby-ferret and migrate to gem2deb.
  * Moved source to pkg-ruby-extras git repos, Vcs-* fields adjusted
    accordingly.
  * debian/copyright rewriten in DEP-5 format and more complete

 -- Antonio Terceiro <terceiro@debian.org>  Thu, 28 Jul 2011 00:02:49 -0700

libferret-ruby (0.11.6-2) unstable; urgency=low

  [ Antonio Terceiro ]
  * debian/control: swapping me and Leandro as Maintainer/Uploader.
  * debian/rules: using CDBS's simple-patchsys.
  * debian/patches/01_add_s390_support.patch: adding definition for S/390
    systems (Closes: #474724).

  [ Paul van Tilburg ]
  * Changed section of libferret-ruby{,1.8} to libs.
  * Removed depend of libferret-ruby on ruby1.8, only ruby1.8 is needed.

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 01 Jun 2008 14:00:19 +0200

libferret-ruby (0.11.6-1) unstable; urgency=low

  [ Leandro Nunes dos Santos ]
  * Initial release (Closes: #439847)  

  [ Antonio Terceiro ]
  * Adjusting Leandro's initial packaging to pkg-ruby-extras team policies and
    practices.

  [ Paul van Tilburg ]
  * Added Vcs-* fields to debian/control.
  * Added copyright notice for setup.rb contained in the upstream tarball. 
  * Added myself to the Uploaders field in debian/control.

 -- Paul van Tilburg <paulvt@debian.org>  Mon, 31 Mar 2008 23:26:24 +0200