[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.5-2-gec5c909
Francesco Poli (wintermute)
invernomuto at paranoici.org
Wed Sep 7 19:40:59 UTC 2011
The following commit has been merged in the master branch:
commit ec5c9098e49d0f17751de05618b5bf2903435e8c
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date: Wed Sep 7 21:23:32 2011 +0200
do not depend on dummy packages (Closes: #639972)
Two dependencies became transitional packages, 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 ruby-httpclient dependency,
as a useful hint for (potential) backporters.
diff --git a/debian/changelog b/debian/changelog
index 0527a9c..d425290 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ apt-listbugs (0.1.6) UNRELEASED; urgency=low
* modified shebangs in order to force the use of ruby1.8, until the package
supports ruby1.9.x
+ * fixed "Depends on a few of transitional packages", trying to be as
+ backport-friendly as possible (Closes: #639972)
- -- Francesco Poli (wintermute) <invernomuto at paranoici.org> Thu, 01 Sep 2011 23:42:01 +0200
+ -- Francesco Poli (wintermute) <invernomuto at paranoici.org> Sun, 04 Sep 2011 17:18:04 +0200
apt-listbugs (0.1.5) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 3bfd88d..1a52397 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ 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), libxml-parser-ruby1.8, libhttpclient-ruby1.8 (>= 2.1.5.2-1)
+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)
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