Package: cfengine3
Version: 3.0.2+dfsg-1
Severity: important

Per your request -- filing official bug report ;)

missign build-depends on libpcre3-dev forbids proper regexp matching, which was
detected with parsing of output of dpkg -l but I guess effects plentiful of
other locations within cfengine3.

Fix is trivial:

--- cfengine3-3.0.2+dfsg/debian/control
+++ cfengine3-3.0.2+dfsg/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Antonio Radici <anto...@dyne.org>
 Build-Depends: debhelper (>= 7), autotools-dev, quilt, libdb-dev, 
- libssl-dev, flex, bison
+ libssl-dev, flex, bison, libpcre3-dev
 Standards-Version: 3.8.3
 DM-Upload-Allowed: yes
 Homepage: http://www.cfengine.org/


and verified to provide correct behavior as the end result ;)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (901, 'unstable'), (900, 'testing'), (300, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31.2-rt13-1-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to