Package: pmock
Severity: minor
Tags: patch
Hi,
your package specifies explicite depends on 'python2.3' and 'python2.4'.
these depends are also added implicitely during build (as shown by
lintian). The attached patch removes the explicite depends.
Please consider applying.
Regards,
Stefan
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ur pmock-0.3/debian/control pmock-0.3.mod/debian/control
--- pmock-0.3/debian/control 2006-03-14 17:07:17.000000000 +0100
+++ pmock-0.3.mod/debian/control 2006-03-14 17:05:31.000000000 +0100
@@ -7,7 +7,7 @@
Package: python-pmock
Architecture: all
-Depends: ${python:Depends}, python (>= 2.3), python (<< 2.5)
+Depends: ${python:Depends}, python (<< 2.5)
Description: Python module for unit testing using mock objects
Mock Objects is a test-first development process for building object-oriented
software and a generic unit testing framework that supports that process.
@@ -20,7 +20,7 @@
Package: python2.3-pmock
Architecture: all
-Depends: ${python:Depends}, python2.3
+Depends: ${python:Depends}
Description: Python module for unit testing using mock objects
Mock Objects is a test-first development process for building object-oriented
software and a generic unit testing framework that supports that process.
@@ -31,7 +31,7 @@
Package: python2.4-pmock
Architecture: all
-Depends: ${python:Depends}, python2.4
+Depends: ${python:Depends}
Description: Python module for unit testing using mock objects
Mock Objects is a test-first development process for building object-oriented
software and a generic unit testing framework that supports that process.