Package: python-setproctitle
Version: 1.0-1
Severity: serious
Tags: patch
One would expect that a python-something package actually depends on
python. This patch adds this dependency:
--8<---------------cut here---------------start------------->8---
diff -Nru python-setproctitle-1.0/debian/control
python-setproctitle-1.0/debian/control
--- python-setproctitle-1.0/debian/control 2010-05-30 20:44:11.000000000
+0200
+++ python-setproctitle-1.0/debian/control 2010-06-01 06:33:17.000000000
+0200
@@ -9,7 +9,7 @@
Package: python-setproctitle
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: A setproctitle implementation for Python
The library allows a process to change its title (as displayed by system tools
such as ps and top).
--8<---------------cut here---------------end--------------->8---
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.34-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-setproctitle depends on:
ii libc6 2.11.1-1 Embedded GNU C Library: Shared lib
python-setproctitle recommends no packages.
python-setproctitle suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]