2006
dpkg-ruby (0.3.2) unstable; urgency=low
* man/dpkg-checkdeps. fix typo 'packges'
closes: Bug#351000
* man/dpkg-ruby.1. fix typos
closes: Bug#351001
* man/dpkg.rb.1. fix typo.
closes: Bug#351002
* rename programs without .rb suffixes
dpkg.rb is shipped as an example only.
closes: Bug#220934
* stop building ruby1.6 module
closes: Bug#366583
* lib/debian.rb: pkgs_re_escape()
fix package names with '+' characters cause errors
closes: Bug#366202
* lib/debian.rb: fix wrong instance variable usage
debian.rb:712: warning: instance variable @file not initialized
closes: Bug#272760
-- Fumitoshi UKAI <ukai@debian.or.jp> Fri, 12 May 2006 02:40:56 +0900
2004
dpkg-ruby (0.3.1) unstable; urgency=low
* lib/debian.rb: preserve @info['Description'] * fix description. closes: Bug#192815
-- Fumitoshi UKAI <ukai@debian.or.jp> Wed, 11 Aug 2004 00:28:35 +0900
2003
dpkg-ruby (0.3.0) unstable; urgency=low
* ruby1.8 transision * multi packaged: libdpkg-ruby1.8 and libdpkg-ruby1.6 * lib/debian.rb: define Hash.values_at for ruby1.6 paren for args for ruby1.8 use .class instead of .type for ruby1.8 use Hash.values_at instead of Hash.indexes for ruby1.8 * lib/debian/ar.rb: paren for args for ruby1.8 * lib/debian/utils.rb: waitpid redirect by using IO.reopen instead of assignment to $std* paren for args for ruby1.8 * t: fix test program for both ruby1.6 and ruby1.8
-- Fumitoshi UKAI <ukai@debian.or.jp> Wed, 8 Oct 2003 02:10:23 +0900
dpkg-ruby (0.2.4) unstable; urgency=low
* Makefile: fix to use $(RUBY) instead of ruby
closes: Bug#209156
-- Fumitoshi UKAI <ukai@debian.or.jp> Mon, 8 Sep 2003 13:53:33 +0900
dpkg-ruby (0.2.3) unstable; urgency=low
* depends on ruby1.6
-- Fumitoshi UKAI <ukai@debian.or.jp> Mon, 8 Sep 2003 00:16:03 +0900
2002
dpkg-ruby (0.2.2) unstable; urgency=low
* s/ControlError/FieldError/ closes: Bug#165622
-- Fumitoshi UKAI <ukai@debian.or.jp> Sat, 26 Oct 2002 03:15:06 +0900
dpkg-ruby (0.2.1) unstable; urgency=low
* fix for new ruby 1.6.6
-- Fumitoshi UKAI <ukai@debian.or.jp> Sun, 6 Jan 2002 23:42:50 +0900
2001
dpkg-ruby (0.2) unstable; urgency=low
* (lib/debian.rb)
add Debian::Dep::Term#kind_of?
add Debian::Deb#deps(relation_field)
* (bin/dpkg-checkdeps.rb) add --check
* (man/dpkg-checkdeps.rb.1) add --check
-- Fumitoshi UKAI <ukai@debian.or.jp> Wed, 16 May 2001 02:41:46 +0900
dpkg-ruby (0.1.1) unstable; urgency=low
* fix typo in examples
-- Fumitoshi UKAI <ukai@debian.or.jp> Thu, 3 May 2001 00:11:16 +0900
dpkg-ruby (0.1) unstable; urgency=low
* Initial Release. closes: Bug#94378
-- Fumitoshi UKAI <ukai@debian.or.jp> Sun, 29 Apr 2001 01:59:19 +0900
dpkg-ruby (0.0.9.3) unstable; urgency=low
* Release Candidate 2
* (lib/debian.rb)
Deb.unmet takes relation fields parameter
* (bin/dpkg-checkdeps.rb)
fix --from wildcard
-- Fumitoshi UKAI <ukai@debian.or.jp> Sat, 28 Apr 2001 06:41:54 +0900
dpkg-ruby (0.0.9.2) unstable; urgency=low
* (bin/dpkg-checkdeps.rb)
support wildcard for --to and --from arguments
-- Fumitoshi UKAI <ukai@debian.or.jp> Sat, 28 Apr 2001 04:33:33 +0900
dpkg-ruby (0.0.9.1) unstable; urgency=low
* don't raise exception when E: duplicate package entry
* (bin/dpkg-checkdeps.rb)
- performance tuning
- change -a option for --arch
- -A option for --all
-- Fumitoshi UKAI <ukai@debian.or.jp> Sat, 28 Apr 2001 04:09:01 +0900
dpkg-ruby (0.0.9) unstable; urgency=low
* Release Candidate 1 * add dpkg-checkdeps.rb * separate debian/utils.rb (gunzip, tar, [pipeline]) OK (130/130 tests 4563 asserts)
-- Fumitoshi UKAI <ukai@debian.or.jp> Sat, 28 Apr 2001 01:29:11 +0900
dpkg-ruby (0.0.8.1) unstable; urgency=HIGH
* missing install debian/ar.rb
-- Fumitoshi UKAI <ukai@debian.or.jp> Fri, 27 Apr 2001 12:33:45 +0900
dpkg-ruby (0.0.8) unstable; urgency=low
* add Debian::Ar
* Debian::DpkgDeb.{pipeline,gunzip,tar}
OK (132/132 tests 4564 asserts)
-- Fumitoshi UKAI <ukai@debian.or.jp> Fri, 27 Apr 2001 05:00:17 +0900
dpkg-ruby (0.0.7) unstable; urgency=low
* Debian::DpkgDeb.load
* Debian::Deb
- filename
- control,controlFile,controlData
- data,dataFile,dataData
- sys_tarfile
OK (129/129 tests 4512 asserts)
-- Fumitoshi UKAI <ukai@debian.or.jp> Tue, 24 Apr 2001 02:30:06 +0900
dpkg-ruby (0.0.6) unstable; urgency=low
* module Control -> Field * SELECTION_ID, EFLAG_ID, STATUS_ID -> Debian::Deb * fix dpkg.rb.1
-- Fumitoshi UKAI <ukai@debian.or.jp> Mon, 23 Apr 2001 01:43:45 +0900
dpkg-ruby (0.0.5) unstable; urgency=low
* (bin/{dpkg-ruby, dpkg.rb}): rescue GetoptLong::InvalidOption
* add/cleanup APIs
- Debian::Control.maintainer
- Debian::Archives.load
- Debian::Deb.*? - status, selection test
* add dpkg.rb.1
OK (117/117 tests 4472 asserts)
-- Fumitoshi UKAI <ukai@debian.or.jp> Sun, 22 Apr 2001 04:18:35 +0900
dpkg-ruby (0.0.4.1) unstable; urgency=HIGH
* fix broken /usr/bin/dpkg-ruby, /usr/bin/dpkg.rb
-- Fumitoshi UKAI <ukai@debian.or.jp> Sat, 21 Apr 2001 02:32:38 +0900
dpkg-ruby (0.0.4) unstable; urgency=low
* add several APIs
- Debian::Dpkg.{status,selections,avail,listfiles,search}
- Debian::Deb.files
- Debian::Archives.packages
- Debian::Status
* deleyed parse
- make test => OK (OK (98/98 tests 4436 asserts)
* add /usr/bin/dpkg.rb
-- Fumitoshi UKAI <ukai@debian.or.jp> Sat, 21 Apr 2001 01:51:38 +0900
dpkg-ruby (0.0.3) unstable; urgency=low
* add test suites using rubyunit
- make test => OK (87/87 tests 359 asserts)
* fix several bugs found with rubyunit
-- Fumitoshi UKAI <ukai@debian.or.jp> Fri, 20 Apr 2001 09:29:03 +0900
dpkg-ruby (0.0.2) unstable; urgency=low
* (lib/debian.rb)
- fix typo in Dpkg.*architecture()
- change Dpkg.info -> Dpkg.field
- Debian::Control.parse -> parseFields
- simplify Debian::Dep.to_s, suggested by akira yamada <akira@debian.org>
- use NotImplementedError, suggested by akira yamada <akira@debian.org>
- fix '<<', '>>'
* fix dependency to ruby version
-- Fumitoshi UKAI <ukai@debian.or.jp> Thu, 19 Apr 2001 22:35:22 +0900
dpkg-ruby (0.0.1) unstable; urgency=low
* apply suggestions from akira yamada <akira@debian.org> - Exception -> StandardError to catch rescue without args - remove Dpkg. prefix in module Dpkg, use module_function * module Debian - all modules, classes are in Debian module, API change * add several method for Debian::Archives: +,-,&,<<,>>, ... * add bin/dpkg-ruby -- dpkg-awk clone * add man/dpkg-ruby.1 * add Debian::Dpkg.*architecture module functions * update examples/*
-- Fumitoshi UKAI <ukai@debian.or.jp> Thu, 19 Apr 2001 19:25:32 +0900
dpkg-ruby (0.0) unstable; urgency=low
* Initial Release. closes: Bug#94378
-- Fumitoshi UKAI <ukai@debian.or.jp> Thu, 19 Apr 2001 01:23:25 +0900