Your message dated Sun, 10 Sep 2017 15:59:23 +0000 with message-id <[email protected]> and subject line Bug#870982: Removed package(s) from unstable has caused the Debian Bug report #832600, regarding djbdns: 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.) -- 832600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832600 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:djbdns Version: 1:1.05-8 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 -------------------------------------------------------------------------------- This kind of bug is now considered RC (see Bug #830997 for details). I recommend switching to "dh", but in the meantime a simple patch like the appended should probably work. Thanks. --- a/djbdns-1.05/debian/rules +++ b/djbdns-1.05/debian/rules @@ -28,6 +28,8 @@ dbndns/patch-stamp: configure-stamp done touch dbndns/patch-stamp +build-arch: build +build-indep: build build: deb-checkdir build-stamp dbndns/build-stamp build-stamp: patch-stamp test -r conf-home'{orig}' || cp -f conf-home conf-home'{orig}' @@ -129,7 +131,7 @@ binary-indep: install-indep dnscache-run.deb dpkg-gencontrol -isp -pdnscache-run -P'$(DIRCACHERUN)' dpkg -b '$(DIRCACHERUN)' .. -.PHONY: configure patch dbndns/patch build dbndns/build clean install \ +.PHONY: configure patch dbndns/patch build build-arch build-indep dbndns/build clean install \ binary-indep binary-arch binary include debian/implicit
--- End Message ---
--- Begin Message ---Version: 1:1.05-8+rm Dear submitter, as the package djbdns has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/870982 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

