Package: libpaper Version: 1.1.24+nmu4 Severity: normal Tags: patch Dear Maintainer,
When doing a parallel build, "make config" and "make "build-stamp" run in parallel, while the later depends on the former: The "Makefile" is only avaiable for calling *after* configure has run. -- System Information: Debian Release: 8.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (90, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
When doing a parallel build, "make config" and "make "build-stamp" run in parallel, while the later depends on the former: The "Makefile" is only avaiable for calling *after* configure has run. --- libpaper-1.1.24+nmu4.orig/debian/rules 2014-11-01 14:26:20.000000000 +0100 +++ libpaper-1.1.24+nmu4/debian/rules 2017-03-07 16:40:26.555477889 +0100 @@ -47,8 +47,8 @@ $(SHELL) ./configure $(config_flags) touch $@ -build: config build-stamp debian/libpaper1.config -build-stamp: +build: build-stamp debian/libpaper1.config +build-stamp: config $(MAKE) touch $@