File: changelog

package info (click to toggle)
ruby-zoom 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 264 kB
  • sloc: ansic: 680; xml: 262; ruby: 255; makefile: 4
file content (151 lines) | stat: -rw-r--r-- 5,290 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
ruby-zoom (0.5.0-2) unstable; urgency=medium

  * Team upload.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml.

  [ Mattia Rizzolo ]
  * Add patch by Hugh McMaster to use pkg-config to find yaz.  Closes: #954983
  * d/control:
    + Bump Standards-Version to 4.5.0, no changes needed.
    + Set Rules-Requires-Root:no.

 -- Mattia Rizzolo <mattia@debian.org>  Fri, 27 Mar 2020 14:02:36 +0100

ruby-zoom (0.5.0-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Use debhelper version 12.
  * Remove legacy debian/compat file.
  * debian/control:
    - Remove Ryan Niebur from the Uploaders list. Thank you for your work!
      (Closes: #856379).
    - Build-Depend on debhelper-compat (= 12).
    - Build-Depend on libyaz-dev, not libyaz4-dev (Closes: #917615).
    - Raise Standards-Version to 4.3.0 from 3.9.8 (no changes needed).
    - Update Vcs-* fields to point to Salsa.
    - Update Homepage URL.
    - Mark ruby-zoom Multi-Arch: same.
  * debian/copyright:
    - Use secure HTTP in the Format field.
    - Update Source field.
  * debian/rules:
    - Do not attempt to strip debug symbols from ruby-zoom with dh_dwz.
  * debian/watch:
    - Update version and URL.

 -- Hugh McMaster <hugh.mcmaster@outlook.com>  Fri, 08 Feb 2019 22:37:58 +1100

ruby-zoom (0.5.0-1) unstable; urgency=medium

  * Team upload.

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files

  [ Lucas Albuquerque Medeiros de Moura ]
  * New upstream version 0.5.0
  * Bump standards-version to 3.9.8
  * Drop already applied patch
  * Update README to README.md on ruby-zoom.docs
  * Remove unused lintian overrides
  * Update file name entry on debian/copyright
  * Add testsuite to debian/control

 -- Lucas Albuquerque Medeiros de Moura <lucas.moura128@gmail.com>  Fri, 20 Jan 2017 11:44:24 -0200

ruby-zoom (0.4.1-7) unstable; urgency=medium

  * Team upload.
  * debian/ruby-tests.rake: skip `-I src` option to avoid one Ruby version
    loading a library built for a different version from the build directory
    (Closes: #815773)
  * Replace Vcs-* with https URLs
  * Bump Standards-Versions: to 3.9.7, no changes needed

 -- Antonio Terceiro <terceiro@debian.org>  Sun, 28 Feb 2016 20:58:38 -0300

ruby-zoom (0.4.1-6) unstable; urgency=low

  [ Cédric Boutillier ]
  * Team upload.
  * d/control: remove obsolete DM-Upload-Allowed flag
  * d/copyright: use canonical URI in Vcs-* fields

  [ Jonas Genannt ]
  * d/control
    - changed ruby1.8 to all on XS-Ruby-Versions
    - removed transitional packages
    - bumped standards version to 3.9.5 (no changes needed)
  * d/ruby-tests.rake: changed encoding to utf8
  * added patch for Ruby1.9.1 / Ruby 2.0

 -- Jonas Genannt <jonas.genannt@capi2name.de>  Sun, 22 Dec 2013 21:37:01 +0100

ruby-zoom (0.4.1-5) unstable; urgency=low

  * Team upload
  * Disabled the execution of tests requiring network access (Closes:
    #683153)

 -- Gunnar Wolf <gwolf@debian.org>  Sun, 05 Aug 2012 13:48:53 -0500

ruby-zoom (0.4.1-4) unstable; urgency=low

  * Team upload.
  * Force build-depends on gem2deb 0.3.0

 -- Vincent Fourmond <fourmond@debian.org>  Sun, 24 Jun 2012 00:38:55 +0200

ruby-zoom (0.4.1-3) unstable; urgency=low

  * Source packages adapted according to the new Ruby policy:
    - Build for ruby1.8 only; extension needs to be ported to ruby1.9.1.
    - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in
      debian/control accordingly.
    - Changed the depends and recommends to follow the new Ruby
      library naming scheme.
  * debian/control:
    - Added a default DM-Upload-Allowed field set to yes.
    - Standards-Version bumped to 3.9.3; no changes required.
    - Set XS-Ruby-Versions to ruby1.8.
    - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
    - Switched the maintainer with the uploaders field as per new
      convention the team is the default maintainer.
    - Added libzoom-ruby and libzoom-ruby1.8 as transitional packages.
    - Added build-depends on rake and ruby-test-unit for running the test
      suite.
  * debian/copyright: reworked to fit the Debian copyright format version 1.0.
  * debian/patches: added fix_assert_in_test.patch.
  * debian/ruby-tests.rake: derived test suite from Rakefile.
  * debian/ruby-zoom.docs: renamed from libzoom-ruby1.8.docs.
  * debian/ruby-zoom.examples: renamed from libzoom-ruby1.8.examples.
  * debian/source/lintian-overrides: added overrides for the descriptions of
    the transitional packages.

 -- Paul van Tilburg <paulvt@debian.org>  Tue, 29 May 2012 22:16:35 +0200

libzoom-ruby (0.4.1-2) unstable; urgency=low

  * Closes unresolved dependencies. (Closes: #583416)
  * debian/control
      - added libyaz4-dev as BD.
      - bumped standatd version to 3.8.4 (no changes).
      - added myself to uploaders.
  * debian/watch
      - updated with alioth gemwatch.
  * debian/
      - removed repack.sh.
      - added source/format.

 -- Deepak Tripathi <apenguinlinux@gmail.com>  Mon, 31 May 2010 12:46:51 +0530

libzoom-ruby (0.4.1-1) unstable; urgency=low

  * Initial release (Closes: #525093)

 -- Ryan Niebur <ryanryan52@gmail.com>  Tue, 21 Apr 2009 21:16:52 -0700