Codebase list ruby-debian / 4a68fa3
Trim trailing whitespace. Fixes lintian: file-contains-trailing-whitespace See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details. Debian Janitor 4 years ago
1 changed file(s) with 14 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 ruby-debian (0.3.11) UNRELEASED; urgency=medium
1
2 * Trim trailing whitespace.
3
4 -- Debian Janitor <janitor@jelmer.uk> Fri, 29 Nov 2019 13:13:24 +0000
5
06 ruby-debian (0.3.10) unstable; urgency=medium
17
28 [ Cédric Boutillier ]
123129 closes: Bug#351000
124130 * man/dpkg-ruby.1. fix typos
125131 closes: Bug#351001
126 * man/dpkg.rb.1. fix typo.
132 * man/dpkg.rb.1. fix typo.
127133 closes: Bug#351002
128134 * rename programs without .rb suffixes
129135 dpkg.rb is shipped as an example only.
136142 * lib/debian.rb: fix wrong instance variable usage
137143 debian.rb:712: warning: instance variable @file not initialized
138144 closes: Bug#272760
139
145
140146 -- Fumitoshi UKAI <ukai@debian.or.jp> Fri, 12 May 2006 02:40:56 +0900
141147
142148 dpkg-ruby (0.3.1) unstable; urgency=low
189195
190196 dpkg-ruby (0.2) unstable; urgency=low
191197
192 * (lib/debian.rb)
198 * (lib/debian.rb)
193199 add Debian::Dep::Term#kind_of?
194200 add Debian::Deb#deps(relation_field)
195201 * (bin/dpkg-checkdeps.rb) add --check
229235 dpkg-ruby (0.0.9.1) unstable; urgency=low
230236
231237 * don't raise exception when E: duplicate package entry
232 * (bin/dpkg-checkdeps.rb)
238 * (bin/dpkg-checkdeps.rb)
233239 - performance tuning
234240 - change -a option for --arch
235241 - -A option for --all
242248 * add dpkg-checkdeps.rb
243249 * separate debian/utils.rb (gunzip, tar, [pipeline])
244250 OK (130/130 tests 4563 asserts)
245
251
246252 -- Fumitoshi UKAI <ukai@debian.or.jp> Sat, 28 Apr 2001 01:29:11 +0900
247253
248254 dpkg-ruby (0.0.8.1) unstable; urgency=HIGH
288294 - Debian::Deb.*? - status, selection test
289295 * add dpkg.rb.1
290296 OK (117/117 tests 4472 asserts)
291
297
292298 -- Fumitoshi UKAI <ukai@debian.or.jp> Sun, 22 Apr 2001 04:18:35 +0900
293299
294300 dpkg-ruby (0.0.4.1) unstable; urgency=HIGH
320326
321327 dpkg-ruby (0.0.2) unstable; urgency=low
322328
323 * (lib/debian.rb)
329 * (lib/debian.rb)
324330 - fix typo in Dpkg.*architecture()
325331 - change Dpkg.info -> Dpkg.field
326332 - Debian::Control.parse -> parseFields
343349 * add man/dpkg-ruby.1
344350 * add Debian::Dpkg.*architecture module functions
345351 * update examples/*
346
352
347353 -- Fumitoshi UKAI <ukai@debian.or.jp> Thu, 19 Apr 2001 19:25:32 +0900
348354
349355 dpkg-ruby (0.0) unstable; urgency=low
351357 * Initial Release. closes: Bug#94378
352358
353359 -- Fumitoshi UKAI <ukai@debian.or.jp> Thu, 19 Apr 2001 01:23:25 +0900
354
355