Package: devscripts Version: 2.11.6 Severity: important Dear Maintainer,
When I run dpkg-depcheck on beagrep (https://github.com/baohaojun/beagrep) compilation: dpkg-depcheck -b bash -c 'autoreconf -i; ./configure; make -j8' It reports that none of the files used are found in any packages. After a little debugging, I found the /usr/share/devscripts/Devscripts/Packages.pm need to be updated because "dpkg -S" output pattern has been updated: elsif (/^dpkg: \Q$curfile\E not found\.$/) { $curfile = shift; } should be updated to: elsif (/^dpkg: \Q$curfile\E not found\.$/) { $curfile = shift; } elsif (/^dpkg-query: no path found matching pattern \Q$curfile\E\.$/) { $curfile = shift; } -- Package-specific info: --- /etc/devscripts.conf --- --- ~/.devscripts --- Not present -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages devscripts depends on: ii dpkg-dev 1.16.2 ii libc6 2.13-27 ii perl 5.14.2-9 ii python 2.7.2-10 ii python2.6 2.6.7-4 ii python2.7 2.7.2-8 Versions of packages devscripts recommends: ii at 3.1.13-1 ii curl 7.24.0-1 ii dctrl-tools 2.20.1 ii debian-keyring 2012.02.22 ii dput 0.9.6.3 ii equivs 2.0.9 ii fakeroot 1.18.2-1 ii gnupg 1.4.12-4 ii libcrypt-ssleay-perl 0.58-1 ii libjson-perl 2.53-1 ii libparse-debcontrol-perl 2.005-3 ii libsoap-lite-perl 0.714-1 ii liburi-perl 1.59-1 ii libwww-perl 6.04-1 ii lintian 2.5.6 ii man-db 2.6.1-1 ii patch 2.6.1-3 ii patchutils 0.3.2-1.1 ii python-debian 0.1.21 ii python-magic 5.11-1 ii sensible-utils 0.0.6 ii strace 4.5.20-2.3 ii unzip 6.0-5 ii wdiff 1.1.0-2 ii wget 1.13.4-2 ii xz-utils 5.1.1alpha+20110809-3 Versions of packages devscripts suggests: ii bsd-mailx [mailx] 8.1.2-0.20111106cvs-1 ii build-essential 11.5 ii cvs-buildpackage <none> ii devscripts-el 35.2 ii gnuplot <none> ii heirloom-mailx [mailx] 12.5-1 ii libauthen-sasl-perl <none> ii libfile-desktopentry-perl 0.04-3 ii libnet-smtp-ssl-perl <none> ii libterm-size-perl <none> ii libtimedate-perl 1.2000-1 ii libyaml-syck-perl <none> ii mutt 1.5.21-5 ii openssh-client [ssh-client] 1:5.9p1-4 ii svn-buildpackage <none> ii w3m 0.5.3-5 -- no debconf information -- All the best Bao Haojun -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org