Package: libgpgme11
Version: 1.2.0-1
Severity: normal

while debian policy does not mandate that debian/rules is concurrency-safe,
it is surely a nice thing. Regretfully the debian/rules contains a flaw that
makes it unsafe:

<<< begin quote
build: configure-stamp build-stamp
build-stamp:
>>> end quote

This tells make that for "build", it can create configure-stamp and
build-stamp in parallel.  This fails as invoking make before configure
created a Makefile can not work.  It should read

<<< begin replacement
build: build-stamp
build-stamp: configure-stamp
>>> end replacement

This tells make that to create build-stamp for "build", but before creating
build-stamp can even be started, configure-stamp has to be finished.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (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 libgpgme11 depends on:
ii  gnupg                         1.4.10-2   GNU privacy guard - a free PGP rep
ii  libc6                         2.9-25     GNU C Library: Shared libraries
ii  libgpg-error0                 1.6-1      library for common error values an
ii  libpth20                      2.0.7-14   The GNU Portable Threads

libgpgme11 recommends no packages.

Versions of packages libgpgme11 suggests:
ii  gpgsm                         2.0.13-1   GNU privacy guard - S/MIME version

-- no debconf information



-- 
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