Your message dated Mon, 24 Oct 2016 00:44:20 -0200
with message-id
<CABwkT9ooaWQ7=o-ho2tosp8slx0lsnagcm5iukwr9n+3sgx...@mail.gmail.com>
and subject line
has caused the Debian Bug report #687489,
regarding bwm-ng misses ${misc:Depends} dependency
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
687489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687489
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bwm-ng
Version: 0.6-3
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer,
*** /tmp/tmpZIBfHh/bug_body
Our lintian run on ubuntuwire.com found that bwm-ng didn't have
${misc:Depends} set as a dependency.
http://lintian.ubuntuwire.org/quantal/tags/debhelper-but-no-misc-depends.html
In Ubuntu, the attached patch was applied to achieve the following:
* debian/control: added ${misc:Depends} to dependencies line.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5.0-14-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'
=== modified file 'debian/control'
--- debian/control 2008-11-22 02:19:56 +0000
+++ debian/control 2012-09-13 08:53:05 +0000
@@ -1,14 +1,14 @@
Source: bwm-ng
Section: net
Priority: optional
-Maintainer: Ubuntu MOTU Developers <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
XSBC-Original-Maintainer: Damián Viano <[email protected]>
Build-Depends: debhelper (>= 5.0.0), libstatgrab-dev, libncurses5-dev, dpatch
Standards-Version: 3.7.2
Package: bwm-ng
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: small and simple console-based bandwidth monitor
Bandwidth Monitor NG is a small and simple console-based live bandwidth
monitor.
--- End Message ---
--- Begin Message ---
Was fixed in some previous release, no mention of it found on changelog,
but the fix is there.
Samuel Henrique <samueloph>
--- End Message ---