[DRE-commits] [SCM] rbot.git branch, master, updated. debian/0.9.15+post20100705+gitb3aa806-3-6-g236ea4b

Christian Hofstaedtler christian at hofstaedtler.name
Mon May 6 13:24:04 UTC 2013


The following commit has been merged in the master branch:
commit 0b0e8950d1c991b11b57f6c9535626b461037df8
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Mon May 6 15:06:39 2013 +0200

    Remove transitional library names from dependencies

diff --git a/debian/README.Debian b/debian/README.Debian
index 385bdc9..d279e7e 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -13,7 +13,7 @@ Plugins requirements:
   - host: host
   - spell: aspell
   - toilet: toilet
-  - translator: libwww-mechanize-ruby1.8 or libwww-mechanize-ruby1.9.1, ruby-json (for google_translator)
+  - translator: ruby-mechanize, ruby-json (for google_translator)
 
 Plugins disabled:
   - dictclient: Ruby/DICT dependency unavailable
diff --git a/debian/control b/debian/control
index 05a86b8..2278c70 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Marc Dequènes (Duck) <Duck at DuckCorp.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~),
- rake, libgettext-ruby1.8, libgettext-ruby1.9.1
+ rake, ruby-gettext
 Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl, graphviz
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/rbot.git
@@ -17,8 +17,8 @@ Package: rbot
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-bdb | ruby-tokyocabinet
-Recommends: ruby-gettext | libgettext-ruby1.8 | libgettext-ruby1.9.1, ruby-hpricot
-Suggests: host, aspell, bsdmainutils, fortune-mod | fortune, toilet, libwww-mechanize-ruby1.8 | libwww-mechanize-ruby1.9.1, ruby-json
+Recommends: ruby-gettext, ruby-hpricot
+Suggests: host, aspell, bsdmainutils, fortune-mod | fortune, toilet, ruby-mechanize, ruby-json
 Description: IRC bot written in ruby
  Rbot is very extensible thanks to a well designed plugin
  scheme. It has native infobot-style keywords, fact database,

-- 
rbot.git



More information about the Pkg-ruby-extras-commits mailing list