Your message dated Thu, 23 Mar 2017 16:34:54 +0000 with message-id <[email protected]> and subject line Bug#832510: fixed in skalibs 0.47-1.1 has caused the Debian Bug report #832510, regarding skalibs: FTBFS when built with dpkg-buildpackage -A (Missing build-indep target) to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 832510: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832510 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:skalibs Version: 0.47-1 Severity: serious Tags: patch Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep make: *** No rule to make target 'build-indep'. Stop. dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- The build-arch and build-indep targets are mandatory. Previously, dpkg had a hack to make this work, but the hack has been recently removed and this is now considered a serious bug. Fortunately, this is easy to fix. The following patch should suffice. Thanks. --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,8 @@ configure-stamp: echo 'diet -v -Os gcc' >diet/skalibs/conf-compile/conf-ld touch configure-stamp +build-arch: build +build-indep: build build: deb-checkdir build-stamp build-stamp: configure-stamp (cd skalibs && package/compile) @@ -89,7 +91,7 @@ binary-arch: install-arch skalibs-dev.deb binary: binary-indep binary-arch -.PHONY: configure build clean install-indep install-arch install binary-indep \ +.PHONY: configure build build-arch build-indep clean install-indep install-arch install binary-indep \ binary-arch binary include debian/implicit
--- End Message ---
--- Begin Message ---Source: skalibs Source-Version: 0.47-1.1 We believe that the bug you reported is fixed in the latest version of skalibs, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mattia Rizzolo <[email protected]> (supplier of updated skalibs package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 08 Mar 2017 16:24:06 +0100 Source: skalibs Binary: skalibs-dev skalibs-doc Architecture: source Version: 0.47-1.1 Distribution: unstable Urgency: medium Maintainer: Gerrit Pape <[email protected]> Changed-By: Mattia Rizzolo <[email protected]> Description: skalibs-dev - Public domain general-purpose libraries skalibs-doc - Public domain general-purpose libraries (documentation) Closes: 832510 847030 Changes: skalibs (0.47-1.1) unstable; urgency=medium . * Non-maintainer upload. * d/rules: add missing build-arch and build-indep targets. Thanks to Santiago Vila for the patch. Closes: #832510 * Make the build reproducible by sorting the md5sums file. Thanks to Valerie R Young for the patch. Closes: #847030 * d/control: move the homepage to the Homepage field. Checksums-Sha1: a0b3237d4842e82d6ae39f7810b0b5468ba5da7a 1957 skalibs_0.47-1.1.dsc f282e0446f73b42c7ba4e793884c0700b7a84868 3595 skalibs_0.47-1.1.diff.gz Checksums-Sha256: 2c9d750ec9b1999090248ebb7405f78a11019529d2cbafac9616718836fa6baf 1957 skalibs_0.47-1.1.dsc dd6ca52e0c2eff82cf628e40e6e031dc80800871ad6c065acc13944f72f8d8f0 3595 skalibs_0.47-1.1.diff.gz Files: 2cf7dbc2c5587b64eea12c361469c5fa 1957 devel optional skalibs_0.47-1.1.dsc ed6668964f03562acffc0f404a56bc74 3595 devel optional skalibs_0.47-1.1.diff.gz -----BEGIN PGP SIGNATURE----- iQJGBAEBCgAwFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAljAI+YSHG1hdHRpYUBk ZWJpYW4ub3JnAAoJEAgWueGMdiut0VMP/iMoA9UKu+pAG7fahRelKW+Me9zgloGm 9Xxt1rFAtByyOkzQxJzMVxKxJjO8AjpZ1Yd81JEcZ6yVs3WsNkfdacPb2NNCzowD xm96krZ8zF5sdjKk7cH+uMnnbIEFNVF7BVhDDuOEgD7ZmzhyUgqyo2pmAgL5/qfY ALYNgkraIb35yrxFodTltnCaVnE70HpKGV08BwSad++EibzjzFXI6EOb3vR5euEN 93gL73VI/8ABW3s5y7J2pWI0YTZbq8A6beymXSPWVyipEKAbu2ahKAI37N9QTKqE ezegdlw0n34lodjBRU3Jxw6mZsxirgP77w566/XMLJQI/MbPyCLHHa9LAnbWxWI0 SEphslmI/12vfaZWAkTOvVkvL+redHlSpNNSaf/4z7oQ3114ECoI19+HCMPNFijO JMRsaVpvBMY+cQcga/YRxQy/IzE8gdOQkzJnK+kNVwxU+KjMuXD3iheus0vYS2Ji 24nKKO67gedZKx463O1BBWyAcpuBEivr9R8zeePb6aAjYevJanLxpq4sNBXwffFe y00bARy0JnNjBxndDTNQTQ0LVLiInC4XaOQ26UDbfKDRH+YUVbL0afdYUjj4zBqk V6B7v7s+8wAlXbfKssXQYQDkKGu0NDHc+4FH9ys3AnSvOoT/EgGKvWlAY/1N7w9X GskP9iRwOJGn =P4bW -----END PGP SIGNATURE-----
--- End Message ---

