Your message dated Sat, 08 Nov 2025 18:52:41 +0000
with message-id <[email protected]>
and subject line Bug#1112060: Removed package(s) from unstable
has caused the Debian Bug report #916531,
regarding oregano FTCBFS: multiple reasons
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.)
--
916531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916531
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: oregano
Version: 0.84.40+dfsg.1-1
Tags: patch
User: [email protected]
Usertags: rebootstrap
oreagno fails to install its cross Build-Depends, because python is not
installable for foreign architectures. It really needs a build
architecture python for running waf though, so that dependency should be
annotated with :any. Then waf uses build architecture tools, because the
packaging doesn't supply them. The attached patch fixes all of that and
makes oreagno cross buildable. Please consider applying it.
Helmut
diff --minimal -Nru oregano-0.84.40+dfsg.1/debian/changelog
oregano-0.84.40+dfsg.1/debian/changelog
--- oregano-0.84.40+dfsg.1/debian/changelog 2018-10-13 13:05:56.000000000
+0200
+++ oregano-0.84.40+dfsg.1/debian/changelog 2018-12-15 13:47:08.000000000
+0100
@@ -1,3 +1,12 @@
+oregano (0.84.40+dfsg.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: (Closes: #-1)
+ + Annotate Build-Depends: python with :any.
+ + Supply build tools to waf.
+
+ -- Helmut Grohne <[email protected]> Sat, 15 Dec 2018 13:47:08 +0100
+
oregano (0.84.40+dfsg.1-1) unstable; urgency=medium
* New upstream release (Closes: #875473)
diff --minimal -Nru oregano-0.84.40+dfsg.1/debian/control
oregano-0.84.40+dfsg.1/debian/control
--- oregano-0.84.40+dfsg.1/debian/control 2018-10-13 13:05:56.000000000
+0200
+++ oregano-0.84.40+dfsg.1/debian/control 2018-12-15 13:47:06.000000000
+0100
@@ -15,7 +15,7 @@
libx11-dev,
libxml2-dev,
libxrender-dev (>= 0.6.0),
- python
+ python:any
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/electronics-team/oregano
Vcs-Git: https://salsa.debian.org/electronics-team/oregano.git
diff --minimal -Nru oregano-0.84.40+dfsg.1/debian/rules
oregano-0.84.40+dfsg.1/debian/rules
--- oregano-0.84.40+dfsg.1/debian/rules 2018-10-13 13:05:56.000000000 +0200
+++ oregano-0.84.40+dfsg.1/debian/rules 2018-12-15 13:47:08.000000000 +0100
@@ -7,6 +7,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+-include /usr/share/dpkg/buildtools.mk
+PKG_CONFIG ?= pkg-config
LDFLAGS += -lcairo
@@ -14,7 +16,7 @@
dh $@ --with autoreconf
override_dh_auto_configure:
- ./waf configure --debug --prefix=/usr
+ CC=$(CC) PKGCONFIG=$(PKG_CONFIG) ./waf configure --debug --prefix=/usr
override_dh_auto_build:
./waf build --debug --prefix=/usr
--- End Message ---
--- Begin Message ---
Version: 0.84.41+dfsg.1-1.1+rm
Dear submitter,
as the package oregano 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/1112060
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 ---