Your message dated Fri, 02 Jan 2026 09:49:59 +0000
with message-id <[email protected]>
and subject line Bug#1121580: Removed package(s) from unstable
has caused the Debian Bug report #960333,
regarding hpanel 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.)


-- 
960333: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960333
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hpanel
Version: 0.3.2-5
Tags: patch
User: [email protected]
Usertags: ftcbfs

hpanel fails to cross build from source, because it does not pass cross
tools to make. A simple way to fix this is using dh_auto_build with the
makefile buildsystem. The makefile buildsystem needs to be explicitly
selected due to the presence of a configure script (which we don't want
to run here and which is automatically skipped by the makefile build
system). Please consider applying the attached patch.

Helmut
diff --minimal -Nru hpanel-0.3.2/debian/changelog hpanel-0.3.2/debian/changelog
--- hpanel-0.3.2/debian/changelog       2020-05-09 20:30:41.000000000 +0200
+++ hpanel-0.3.2/debian/changelog       2020-05-11 21:39:59.000000000 +0200
@@ -1,3 +1,10 @@
+hpanel (0.3.2-6) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make using the
+    makefile build system. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Mon, 11 May 2020 21:39:59 +0200
+
 hpanel (0.3.2-5) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru hpanel-0.3.2/debian/rules hpanel-0.3.2/debian/rules
--- hpanel-0.3.2/debian/rules   2012-03-23 11:51:10.000000000 +0100
+++ hpanel-0.3.2/debian/rules   2020-05-11 21:39:58.000000000 +0200
@@ -33,17 +33,14 @@
 override_dh_installchangelogs:
        dh_installchangelogs  $(CHANGELOG)
 
-override_dh_auto_configure:
-       # Skip this step
-
 override_dh_auto_build: man
-       $(MAKE) CFLAGS="$(CPPFLAGS) $(CFLAGS)" LDFLAGS="$(LDFLAGS)" hpanel
+       dh_auto_build -- CFLAGS="$(CPPFLAGS) $(CFLAGS)" LDFLAGS="$(LDFLAGS)" 
hpanel
 
 override_dh_auto_install:
        # Disable. See debian/install
 
 %:
-       dh $@
+       dh $@ -Smakefile
 
 .PHONY: man get-changelog
 

--- End Message ---
--- Begin Message ---
Version: 0.3.2-8+rm

Dear submitter,

as the package hpanel 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/1121580

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to