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
|
ruby-dbus (0.13.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
[ Christian Hofstaedtler ]
* New upstream version
* Remove bluecloth usage, update documentation filenames.
* New build dependency: ruby-rspec.
* Bump Standards-Version to 3.9.8 (no changes needed)
-- Christian Hofstaedtler <zeha@debian.org> Tue, 22 Nov 2016 12:31:40 +0000
ruby-dbus (0.11.0-1) unstable; urgency=medium
* New upstream release:
- Dropped Ruby 1.8.1 support; added 1.9.3 support
- Anonymous authentication
- Use Nokogiri for XML parsing (when available)
- When calling methods, interface can be left unspecified if unambiguous
- Ruby strings can be passed where byte arrays ("ay") are expected
- Many bugfixes
* debian/control:
- Drop transition packages and corresponding breaks/replaces/provides
(closes: #735731)
- Drop build-depend-indep on rake (no longer needed for documentation
generation)
- Add suggest on ruby-nokogiri as it it faster than REXML for
introspection
- Replace XB-Ruby-Version field by a depend on ruby | ruby-interpreter
- Bump standards-version to 3.9.5; no changes required
* debian/rules, debian/docs: update tutorial/reference generation
(closes: #713142)
-- Paul van Tilburg <paulvt@debian.org> Fri, 21 Feb 2014 22:20:54 +0100
ruby-dbus (0.7.2-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Bumped gem2deb build-depend to 0.3.0.
- Bumped standars-version to 3.9.3.
- Set the priority for the transitional packages lib*-ruby to "extra".
- Extended the long description a bit (added a list of features).
* debian/ruby-dbus.doc-base: added.
* debian/source/lintian-overrides:
- Override the duplicate long description issues for the transitional
packages.
-- Paul van Tilburg <paulvt@debian.org> Sun, 24 Jun 2012 16:16:50 +0200
ruby-dbus (0.7.0-1) unstable; urgency=low
* New upstream release.
* Source packages adapted according to the new Ruby policy:
- Build for both ruby1.8 and 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.2; no changes required.
- Set XS-Ruby-Versions to all.
- 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 libdbus-ruby and libdbus-ruby1.8 as transitional packages.
- Added a build-depend on dbus for the test suite.
- Drop the build-depend-indep on webgen0.5 and libtextile-ruby, the
tutorial is no longer a webgen site.
* debian/copyright: reworked to fit the DEP5 format.
-- Paul van Tilburg <paulvt@debian.org> Sun, 25 Sep 2011 13:19:37 +0200
libdbus-ruby (0.3.0-1) unstable; urgency=low
* New upstream release.
* debian/source/format: Added, switched to 3.0 (quilt) format.
-- Paul van Tilburg <paulvt@debian.org> Fri, 09 Apr 2010 22:47:16 +0200
libdbus-ruby (0.2.12-1) unstable; urgency=low
[ Gunnar Wolf ]
* Changed section to Ruby as per ftp-masters' request
[ Paul van Tilburg ]
* New upstream release.
* debian/control:
- Bumped standards version to 3.8.4.
- Added missing ${misc:Depends} to libdbus-ruby and libdbus-ruby1.8.
* debian/watch:
- Updated the URL to the new location on github (closes: #558602).
-- Paul van Tilburg <paulvt@debian.org> Sun, 14 Feb 2010 21:12:08 +0100
libdbus-ruby (0.2.1-1) unstable; urgency=low
* New upstream release.
* Bumped standards version to 3.7.3; no changes required.
* Added Homepage and Vcs-* fields.
-- Paul van Tilburg <paulvt@debian.org> Sat, 29 Dec 2007 01:25:19 +0100
libdbus-ruby (0.2.0-2) unstable; urgency=low
* Fixed debian/copyright to mention the software is licensed under
the LPGL (not GPL as before release 0.1.2).
* Added libredcloth-ruby to the build-depend-indep in debian/control
so that webgen can read the tutorial files written in the tutorial.
-- Paul van Tilburg <paulvt@debian.org> Sun, 15 Jul 2007 22:29:29 +0200
libdbus-ruby (0.2.0-1) unstable; urgency=low
* Initial release.
* Forget the old Ruby D-Bus implementation that is no longer maintained
and incompatible with the current D-Bus implementation.
-- Paul van Tilburg <paulvt@debian.org> Wed, 25 Apr 2007 23:16:04 +0200
|