[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-42-g57398cf

Sandro Tosi morph at debian.org
Thu Jan 7 10:55:07 UTC 2010


The following commit has been merged in the master branch:
commit 8a7dbe0214978faf950b9f42ec3bd68b9d292a31
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Jan 7 11:04:56 2010 +0100

    added ${misc:Depends} to binary packages

diff --git a/debian/changelog b/debian/changelog
index 53725d4..2b5e974 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,8 +74,10 @@ reportbug (4.10~WIP) UNRELEASED; urgency=low
     - updated all the manpages to reflect the actual cli options accepted by
       reportbug and querybts, removing outdated information and also applying
       some stylistic changes; Closes: #559678
+  * debian/control
+    - added ${misc:Depends} to binary packages
 
- -- Sandro Tosi <morph at debian.org>  Thu, 07 Jan 2010 10:56:43 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 07 Jan 2010 11:04:23 +0100
 
 reportbug (4.9) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index bd630fe..92cd18a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://alioth.debian.org/projects/reportbug/
 
 Package: reportbug
 Architecture: all
-Depends: ${python:Depends}, apt, python-reportbug (= ${source:Version})
+Depends: ${misc:Depends}, ${python:Depends}, apt, python-reportbug (= ${source:Version})
 Suggests: postfix | exim4 | mail-transport-agent, gnupg | pgp, debconf-utils (>> 1.1.0), debsums (>= 2.0.47), file (>> 1.30), dlocate, python-urwid, python-gtk2, python-vte, python-gtkspell, xdg-utils, emacs22-bin-common | emacs23-bin-common
 Conflicts: python-urwid (<< 0.9.8-1), python-central (<< 0.5.13), debsums (<< 2.0.47)
 XB-Python-Version: ${python:Versions}
@@ -39,7 +39,7 @@ Description: reports bugs in the Debian distribution
 Package: python-reportbug
 Section: python
 Architecture: all
-Depends: ${python:Depends}, apt
+Depends: ${misc:Depends}, ${python:Depends}, apt
 Suggests: reportbug
 XB-Python-Version: ${python:Versions}
 Description: Python modules for interacting with bug tracking systems

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list