[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.6-1-g929da11

Francesco Poli (wintermute) invernomuto at paranoici.org
Sun Jan 8 17:40:56 UTC 2012


The following commit has been merged in the master branch:
commit 929da11f9476c36113847fc1081150f176a1876e
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sun Jan 8 18:13:10 2012 +0100

    drop one more dependency on a dummy package
    
    One more dependency became a transitional package (libdpkg-ruby1.8
    replaced by ruby-debian), in order to follow the new naming scheme:
    http://wiki.debian.org/Teams/Ruby/Packaging?action=show&redirect=Teams%2FRuby%2FRubyInWheezy#Naming_of_ruby_packages
    
    The version constraint was kept in the new dependency, as a useful
    hint for (potential) backporters.

diff --git a/debian/changelog b/debian/changelog
index d37a30b..807b847 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apt-listbugs (0.1.7) UNRELEASED; urgency=low
+
+  * dropped one more dependency on a transitional package (libdpkg-ruby1.8
+    replaced by ruby-debian)
+
+ -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sun, 08 Jan 2012 16:25:54 +0100
+
 apt-listbugs (0.1.6) unstable; urgency=low
 
   * modified shebangs in order to force the use of ruby1.8, until the package
diff --git a/debian/control b/debian/control
index 07c123f..ff875a3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: Francesco Poli (wintermute) <invernomuto at paranoici.org>
 Uploaders: Thomas Mueller <thomas.mueller at tmit.eu>
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: ruby1.8, rdtool, gettext, libdpkg-ruby1.8 (>= 0.3.3), libgettext-ruby1.8 (>= 2.1.0)
+Build-Depends-Indep: ruby1.8, rdtool, gettext, ruby-debian (>= 0.3.3), libgettext-ruby1.8 (>= 2.1.0)
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/apt-listbugs/apt-listbugs.git
 Vcs-Browser: http://git.debian.org/?p=apt-listbugs/apt-listbugs.git
 
 Package: apt-listbugs
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8 (>= 1.8), libruby1.8 (>= 1.8.5), libdpkg-ruby1.8 (>= 0.3.3), apt, libzlib-ruby1.8, libgettext-ruby1.8 (>= 2.1.0), ruby-xmlparser, ruby-httpclient (>= 2.1.5.2-1)
+Depends: ${misc:Depends}, ruby1.8 (>= 1.8), libruby1.8 (>= 1.8.5), ruby-debian (>= 0.3.3), apt, libzlib-ruby1.8, libgettext-ruby1.8 (>= 2.1.0), ruby-xmlparser, ruby-httpclient (>= 2.1.5.2-1)
 Suggests: reportbug, debianutils (>= 2.0) | www-browser | w3m
 Description: tool which lists critical bugs before each apt installation
  apt-listbugs is a tool which retrieves bug reports from the Debian Bug 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list