Package: lvm2 Version: 2.02.66-4 Severity: important Tags: patch debian/control has Build-Depends: debhelper (>> 4.2) yet debian/compat contains 7.
The build-dependey should at least be bumped to (>= 7). -- System Information: Debian Release: 6.0 APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.37 (SMP w/1 CPU core) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages lvm2 depends on: ii dmsetup 2:1.02.58-0.1 The Linux Kernel Device Mapper use ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib ii libdevmapper1.02.1 2:1.02.58-0.1 The Linux Kernel Device Mapper use ii libreadline6 6.1-3 GNU readline and history libraries ii libudev0 164-3 libudev shared library ii lsb-base 3.2-26 Linux Standard Base 3.2 init scrip lvm2 recommends no packages. lvm2 suggests no packages.
diff --git a/debian/control b/debian/control index 050734d..1c81130 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Debian LVM Team <[email protected]> Uploaders: Bastian Blank <[email protected]> -Build-Depends: debhelper (>> 4.2), automake, libcman-dev (>> 2), libdlm-dev (>> 2), libreadline5-dev, libselinux1-dev, libudev-dev, pkg-config, quilt +Build-Depends: debhelper (>= 7), automake, libcman-dev (>> 2), libdlm-dev (>> 2), libreadline5-dev, libselinux1-dev, libudev-dev, pkg-config, quilt Standards-Version: 3.7.3 Homepage: http://sources.redhat.com/lvm2/ Vcs-Svn: svn://svn.debian.org/pkg-lvm/lvm2/trunk/

