Your message dated Mon, 31 Mar 2025 13:19:36 +0000
with message-id <[email protected]>
and subject line Bug#848255: fixed in linux86 0.16.21-1
has caused the Debian Bug report #848255,
regarding linux86: diff for NMU version 0.16.17-3.2
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.)
--
848255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848255
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: linux86
Version: 0.16.17-3.1
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for linux86 (versioned as 0.16.17-3.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.
Regards.
--
WBR, wRAR
diff -u linux86-0.16.17/debian/control linux86-0.16.17/debian/control
--- linux86-0.16.17/debian/control
+++ linux86-0.16.17/debian/control
@@ -24,13 +24,10 @@
Description: 16-bit x86 C compiler
This is a C-compiler for 8086 cpus which is important for the
development of boot loaders or BIOS related 8086 code.
- .
- It is possible to run 8086 code under i386 Linux using an emulator,
- `elksemu', also included in this package.
Package: elks-libc
Architecture: all
-Recommends: bcc (= ${binary:Version})
+Recommends: bcc (>= ${source:Version})
Replaces: bcc (<< 0.14.9), linux86
Conflicts: linux86
Description: 16-bit x86 C library and include files
diff -u linux86-0.16.17/debian/lintian.overrides linux86-0.16.17/debian/lintian.overrides
--- linux86-0.16.17/debian/lintian.overrides
+++ linux86-0.16.17/debian/lintian.overrides
@@ -4,6 +4,6 @@
-elks-libc: arch-independent-package-contains-binary-or-object ./usr/lib/bcc/i386/libc.a
-elks-libc: arch-independent-package-contains-binary-or-object ./usr/lib/bcc/libbsd.a
-elks-libc: arch-independent-package-contains-binary-or-object ./usr/lib/bcc/libc.a
-elks-libc: arch-independent-package-contains-binary-or-object ./usr/lib/bcc/libc_f.a
-elks-libc: arch-independent-package-contains-binary-or-object ./usr/lib/bcc/libc_s.a
-elks-libc: arch-independent-package-contains-binary-or-object ./usr/lib/bcc/libdos.a
+elks-libc: arch-independent-package-contains-binary-or-object usr/lib/bcc/i386/libc.a
+elks-libc: arch-independent-package-contains-binary-or-object usr/lib/bcc/libbsd.a
+elks-libc: arch-independent-package-contains-binary-or-object usr/lib/bcc/libc.a
+elks-libc: arch-independent-package-contains-binary-or-object usr/lib/bcc/libc_f.a
+elks-libc: arch-independent-package-contains-binary-or-object usr/lib/bcc/libc_s.a
+elks-libc: arch-independent-package-contains-binary-or-object usr/lib/bcc/libdos.a
diff -u linux86-0.16.17/debian/changelog linux86-0.16.17/debian/changelog
--- linux86-0.16.17/debian/changelog
+++ linux86-0.16.17/debian/changelog
@@ -1,3 +1,16 @@
+linux86 (0.16.17-3.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add mandatory build-* target to debian/rules, patch by Sven Joachim
+ (Closes: #822048).
+ * Fix debian/lintian.overrides, patch by Sven Joachim.
+ * Add explicit debian/source/format.
+ * Drop elksemu (Closes: #831000).
+ * Use source:Version instead of binary:Version in elks-libc Depends (Closes:
+ #439922).
+
+ -- Andrey Rahmatullin <[email protected]> Thu, 15 Dec 2016 23:19:08 +0500
+
linux86 (0.16.17-3.1) unstable; urgency=low
* Non-maintainer upload.
diff -u linux86-0.16.17/debian/rules linux86-0.16.17/debian/rules
--- linux86-0.16.17/debian/rules
+++ linux86-0.16.17/debian/rules
@@ -6,6 +6,8 @@
SHELL = bash
+build-arch build-indep: build
+
build:
make all LIBPRE=/usr/ < /dev/null
touch build
@@ -43,7 +45,6 @@
install -d debian/tmp-elks-libc/usr/share/doc/elks-libc
cp -p Changes debian/tmp-elks-libc/usr/share/doc/elks-libc/changelog
cp -p Contributors README debian/tmp-elks-libc/usr/share/doc/elks-libc/
- cp -p elksemu/README debian/tmp-elks-libc/usr/share/doc/elks-libc/README.elksemu
cp -p libc/README debian/tmp-elks-libc/usr/share/doc/elks-libc/README.libc
cp -p libbsd/README.HLU debian/tmp-elks-libc/usr/share/doc/elks-libc/README.libbsd
cp -p debian/changelog debian/tmp-elks-libc/usr/share/doc/elks-libc/changelog.Debian
@@ -63,11 +64,6 @@
# ``bcc'' specific things:
install -d debian/tmp-bcc/usr/bin
mv debian/tmp/usr/bin/bcc debian/tmp-bcc/usr/bin
-ifeq ($(findstring i486-linux-gnu,$(DEB_BUILD_GNU_TYPE)),i486-linux-gnu)
- mv debian/tmp/usr/bin/elksemu debian/tmp-bcc/usr/bin
- install -d debian/tmp-bcc/usr/share/man/man1
- mv debian/tmp/usr/man/man1/elksemu.1.gz debian/tmp-bcc/usr/share/man/man1
-endif
install -d debian/tmp-bcc/usr/lib/bcc
mv debian/tmp/usr/lib/bcc/bcc-cc1 debian/tmp-bcc/usr/lib/bcc
mv debian/tmp/usr/lib/bcc/bcc-cpp debian/tmp-bcc/usr/lib/bcc
only in patch2:
unchanged:
--- linux86-0.16.17.orig/debian/source/format
+++ linux86-0.16.17/debian/source/format
@@ -0,0 +1 @@
+1.0
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: linux86
Source-Version: 0.16.21-1
Done: Stephen Kitt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
linux86, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stephen Kitt <[email protected]> (supplier of updated linux86 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 24 Mar 2025 13:32:21 +0100
Source: linux86
Architecture: source
Version: 0.16.21-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Kitt <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 153512 437477 848255 1071408 1080491 1081973 1094179 1100697
Changes:
linux86 (0.16.21-1) unstable; urgency=medium
.
* New upstream release.
* Rewrite debian/rules using short dh style. Closes: #437477, #1071408.
* Adopt the package. Closes: #1094179.
* Acknowledge NMU. Closes: #848255.
* Add a pointer to the homepage and a watch file.
* Fix the man pages. Closes: #1080491, #1081973, #1100697. Thanks to
Bjarni Ingi Gislason for reviewing the man pages and sending a patch
for ld86.1.
* Document makefile.in.patch.
* Bump to debhelper compatibility level 13.
* Ensure the build applies build flags.
* Add tools86 from DOSEMU. Closes: #153512.
* Enable all hardening options.
* Clarify the versions of the GPL and LGPL used in the project.
* Standards-Version 4.7.2, no further change required.
Checksums-Sha1:
e9527b760fd9b5a8fef5eb6e42df4f7ca33f1dbc 1807 linux86_0.16.21-1.dsc
0f5b54a36fe24f90b4cc8b62517d00b32c04b34e 711473 linux86_0.16.21.orig.tar.gz
628c169dfe7acf618d5045648bf39fe0e317118f 25744 linux86_0.16.21-1.debian.tar.xz
1a3e6756c3ca85818991fd154755d3353afb1ec5 6431
linux86_0.16.21-1_source.buildinfo
Checksums-Sha256:
c6a1d3fe5dce57a1e9d6ad3a59a8fc5d4a1b98a05575712720f7b9321cbc88d0 1807
linux86_0.16.21-1.dsc
49c7ee9102d45c2eef072bfb8a49ba3821c9fe3ef31ccd3290f658b667b579a8 711473
linux86_0.16.21.orig.tar.gz
ab57cd8b0446bf7db8ea50d614251b9062d7174e2fe06acd43a52bd2d8267d67 25744
linux86_0.16.21-1.debian.tar.xz
945711f7a4d4919b0f337f09277a5ab00180c101270e02674d76433945998558 6431
linux86_0.16.21-1_source.buildinfo
Files:
72a7019864b639c8a5d10f373ca9836c 1807 devel optional linux86_0.16.21-1.dsc
f4ea78fba18cef96f1e8d5f542585699 711473 devel optional
linux86_0.16.21.orig.tar.gz
6f096a85285145e0a927360a9109afe0 25744 devel optional
linux86_0.16.21-1.debian.tar.xz
08e5b307b36c29288964cf2da4608adc 6431 devel optional
linux86_0.16.21-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmfhUOsACgkQgNMC9Yht
g5zgGg/8CAkhB1SABFrReKCVNL0jnq8JUPF37abulxy7oU4bxhFahIJtHnjheFbQ
iiDEe6vvTGFl6QgMUDtQYsDKFD3SE0+F2JmISyMgUS4665X/LhRJ2ZtpAZruMN7s
UPfftoWAWvyOlGQ82DHkr0Y+QNXkRSP3bb+mp/BZOtV6GrnfroS19ZHk1wn+YEXQ
bMAsG7VFvOnCuDk8dXGB7SGBt8ybEN94hNEf0TvGVeICgi8z+IbAIyv3y8drAsr9
hMwtyS8WG0IJrl4MuGQPgd5dXth2fcBwh8hUsfSm0sJ2VjJmA6ZdtsSy4dZOGUlZ
PuGPqHk1Zjd+50kTsR5mmdZZfhfhdW/3M3/xD5tM2eza+1WSC6gctKWYfOID/4N7
jxV8QZal11IhtOBHZDy2y+GI+W1kToCABPigjfp1nmZ1H9WNSqpr3lglYl7vZ6DN
rJ8ws8AAeciovlDyJmLba3RBcVt7/rimTLWDZHsYMQZUufYnal6YJb07YIh8CD+0
asPlU6x97eQW0Wxve8gFEriP5N+cCUeukiGFxa23fbzCnTxN+blk0WMHPKl9Efml
Z8SUW6Q6D0EB6TbEbeuTyCLdryTY3u2ZpOD6ufuP0yBS1L4DewZoKSzz9YDiZWT9
fIu2yIA7MQ0iyEvpuTQpRuetvKowFZ8CYXBSy1qcKXiG0pu0WU0=
=3dWi
-----END PGP SIGNATURE-----
pgpau_aQ7tc6o.pgp
Description: PGP signature
--- End Message ---