[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. debian/0.1.1-27-g069695c

Ryan Niebur ryanryan52 at gmail.com
Sun Nov 8 04:47:00 UTC 2009


The following commit has been merged in the master branch:
commit 30ff3dd4ab28b4ea5705dbc0502a794ac18f3d43
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Sat Nov 7 20:29:26 2009 -0800

    don't require ftools, it's not needed and isn't there in ruby1.9

diff --git a/debian/changelog b/debian/changelog
index 92b0be4..2406094 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,12 +10,13 @@ apt-listbugs (0.1.2) UNRELEASED; urgency=low
   * fix some translation issues (Closes: 534447)
   * Remove dependency on libxml-parser-ruby1.8, I don't think it's
     needed..
+  * don't require ftools, it's not needed and isn't there in ruby1.9
 
   [ Francesco Poli (t1000) ]
   * added robustness checks to aptcleanup to cope with obsolete packages
   * dropped obsolete example update-index.db
 
- -- Ryan Niebur <ryan at debian.org>  Sun, 01 Nov 2009 14:48:08 -0800
+ -- Ryan Niebur <ryan at debian.org>  Sat, 07 Nov 2009 20:29:23 -0800
 
 apt-listbugs (0.1.1) unstable; urgency=low
 
diff --git a/lib/debian/bts.rb b/lib/debian/bts.rb
index ec3044c..639a12d 100644
--- a/lib/debian/bts.rb
+++ b/lib/debian/bts.rb
@@ -23,7 +23,6 @@ require 'debian/bug'
 require 'net/http'
 require 'uri.rb'
 require 'find'
-require 'ftools'
 require 'zlib'
 require 'thread'
 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list