Your message dated Sun, 23 Nov 2025 18:11:03 +0000
with message-id <[email protected]>
and subject line Bug#1121083: Removed package(s) from unstable
has caused the Debian Bug report #971718,
regarding dvdtape 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.)
--
971718: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971718
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: dvdtape
Version: 1.6-2
Tags: patch
User: [email protected]
Usertags: ftcbfs
dvdtape fails to cross build from source, because it does not pass cross
tools to make. The easiest way of doing so - using dh_auto_build - makes
dvdtape cross buildable. Please consider applying the attached patch.
Helmut
diff -u dvdtape-1.6/debian/changelog dvdtape-1.6/debian/changelog
--- dvdtape-1.6/debian/changelog
+++ dvdtape-1.6/debian/changelog
@@ -1,3 +1,10 @@
+dvdtape (1.6-2.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, 04 Oct 2020 20:51:01 +0200
+
dvdtape (1.6-2) unstable; urgency=medium
* Update debhelper compat level. Closes: #800175
diff -u dvdtape-1.6/debian/rules dvdtape-1.6/debian/rules
--- dvdtape-1.6/debian/rules
+++ dvdtape-1.6/debian/rules
@@ -9,7 +9,7 @@
build-stamp:
dh_testdir
- make
+ dh_auto_build
touch build-stamp
clean:
--- End Message ---
--- Begin Message ---
Version: 1.6-2.1+rm
Dear submitter,
as the package dvdtape 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/1121083
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 ---