Your message dated Sat, 13 Jun 2020 11:56:56 -0400
with message-id <[email protected]>
and subject line Fixing bug close number
has caused the Debian Bug report #901273,
regarding bootpc FTCBFS: does not pass cross tools to make
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.)


-- 
901273: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901273
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: bootpc
Version: 0.64-7
Tags: patch
User: [email protected]
Usertags: rebootstrap

bootpc fails to cross build from source, because it does not pass cross
tools to make. After indirecting make through dh_auto_build, bootpc
cross builds successfully. Please consider applying the attached patch.

Helmut
diff -u bootpc-0.64/debian/changelog bootpc-0.64/debian/changelog
--- bootpc-0.64/debian/changelog
+++ bootpc-0.64/debian/changelog
@@ -1,3 +1,10 @@
+bootpc (0.64-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sun, 10 Jun 2018 21:14:41 +0200
+
 bootpc (0.64-7) unstable; urgency=low
 
   * Bumped Standards-Version to 3.7.3 
diff -u bootpc-0.64/debian/control bootpc-0.64/debian/control
--- bootpc-0.64/debian/control
+++ bootpc-0.64/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Anibal Monsalve Salazar <[email protected]>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 
 Package: bootpc
 Architecture: any
diff -u bootpc-0.64/debian/rules bootpc-0.64/debian/rules
--- bootpc-0.64/debian/rules
+++ bootpc-0.64/debian/rules
@@ -9,7 +9,7 @@
 build-stamp:
        dh_testdir
 
-       $(MAKE) CFLAGS="-O2 -g -Wall"
+       dh_auto_build -- CFLAGS="-O2 -g -Wall"
 
        touch build-stamp
 

--- End Message ---
--- Begin Message ---
reopen 901723
fixed 901273 0.64-8
thanks

Sorry for closing the wrong bug number. Reopening it and closing the
correct one instead.

-- 
Regards,
Boyuan Yang

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to