Your message dated Sat, 28 Dec 2024 03:03:44 +0000
with message-id <[email protected]>
and subject line Bug#1088773: Removed package(s) from unstable
has caused the Debian Bug report #988755,
regarding jikespg FTCBFS: builds for the build architecture
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.)
--
988755: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988755
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jikespg
Version: 1.3-3
Tags: patch
User: [email protected]
Usertags: ftcbfs
jikespg fails to cross build from source, because it does not pass cross
tools to make. The easiest way of fixing that - using dh_auto_build -
makes jikespg cross buildable. Please consider applying the attached
patch.
Helmut
diff --minimal -Nru jikespg-1.3/debian/changelog jikespg-1.3/debian/changelog
--- jikespg-1.3/debian/changelog 2014-05-31 18:23:20.000000000 +0200
+++ jikespg-1.3/debian/changelog 2021-05-13 09:26:23.000000000 +0200
@@ -1,3 +1,10 @@
+jikespg (1.3-3.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Thu, 13 May 2021 09:26:23 +0200
+
jikespg (1.3-3) unstable; urgency=medium
* Add Vcs-* fields into d/control.
diff --minimal -Nru jikespg-1.3/debian/rules jikespg-1.3/debian/rules
--- jikespg-1.3/debian/rules 2014-05-31 18:23:20.000000000 +0200
+++ jikespg-1.3/debian/rules 2021-05-13 09:26:23.000000000 +0200
@@ -1,10 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
-
-override_dh_auto_build:
- make -C src
-
-override_dh_auto_clean:
- make -C src clean
+ dh $@ --sourcedirectory=src
--- End Message ---
--- Begin Message ---
Version: 1.3-3+rm
Dear submitter,
as the package jikespg 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/1088773
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.
Paul Richards Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---