[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.7-9-g2065efe
Francesco Poli (wintermute)
invernomuto at paranoici.org
Sun Aug 5 17:06:47 UTC 2012
The following commit has been merged in the master branch:
commit 2065efee86022a08029e2d69caf91182abcd89d9
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date: Sun Aug 5 19:02:06 2012 +0200
drop another dependency on a dummy package
Another dependency became a transitional package (libgettext-ruby1.8
replaced by ruby-gettext), 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 a24eb4a..3daeec9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ apt-listbugs (0.1.8) UNRELEASED; urgency=low
* improved English texts, thanks to Justin B Rye!
* fixed "remove html from translations": thanks to Ryan for starting this
effort and for storing the initial patch on the BTS! (Closes: #553694)
+ * dropped another dependency on a transitional package (libgettext-ruby1.8
+ replaced by ruby-gettext)
-- Francesco Poli (wintermute) <invernomuto at paranoici.org> Sat, 07 Jul 2012 23:05:28 +0200
diff --git a/debian/control b/debian/control
index 5109844..0da107a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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, ruby-debian (>= 0.3.3), libgettext-ruby1.8 (>= 2.1.0)
+Build-Depends-Indep: ruby1.8, rdtool, gettext, ruby-debian (>= 0.3.3), ruby-gettext (>= 2.1.0)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/apt-listbugs/apt-listbugs.git
Vcs-Browser: http://git.debian.org/?p=apt-listbugs/apt-listbugs.git
@@ -12,7 +12,7 @@ Homepage: http://alioth.debian.org/projects/apt-listbugs/
Package: apt-listbugs
Architecture: all
-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)
+Depends: ${misc:Depends}, ruby1.8 (>= 1.8), libruby1.8 (>= 1.8.5), ruby-debian (>= 0.3.3), apt, libzlib-ruby1.8, ruby-gettext (>= 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