Your message dated Wed, 30 Mar 2016 18:19:04 +0000
with message-id <[email protected]>
and subject line Bug#819493: fixed in debian-security-support 2016.03.30+nmu1
has caused the Debian Bug report #819493,
regarding debian-security-support: FTBFS on jessie: attemps to install
nonexistent security-support-ended.deb8+deb8u3 file
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.)
--
819493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819493
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: debian-security-support
Version: 2015.04.04
Severity: serious
Tags: -1 + patch
Justification: Fails to build from source
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear Maintainer,
A jessie pbuilder fails to build debian-security-support. debian/rules
wrongly defines the debian version number, e.g. 8+deb8u3 instead of 8,
so the install rule attempts to copy a nonexistent file.
...
make[1]: Leaving directory '/build/debian-security-support-2015.04.04'
debian/rules override_dh_install
make[1]: Entering directory '/build/debian-security-support-2015.04.04'
mkdir -p debian/debian-security-support/usr/share/debian-security-support/
cp security-support-ended.deb8+deb8u3
debian/debian-security-support/usr/share/debian-security-support/security-support-ended
cp: cannot stat 'security-support-ended.deb8+deb8u3': No such file or directory
debian/rules:26: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 1
...
The attached simple patch fixes this.
Cheers,
Santiago
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJW+pupAAoJEN5v/bjI1ki9DhQP/0qliFz2gR46N339dCVigOtb
4+Q5OXpCgKcuGnN9swyK/vDSQI6Thd6U3ot2og1e3TC+MyJRjWb7nJVv+4G7UZO9
7VT0MhLzKrRkF6nAbh5AMAmCJZ2X3CtEte/kWtwp4bKNm5NnXdZML0jgIcdLwWUq
2m0N3hI74RtiDhwa71jFq8g6aibLBlfy3DbtKu8pHb60NFLhOffMDBxDeMZVoixv
/bYxpjjP20UmhRSBQTDxd9eY6EXB1Z6ENcbypknNhhA92P5t6Kl4hig0SrclBORd
u+aPxIOaTy+PgK5yV/BMK+8JC7DqbYUynh5Nh2KjQYGGsOo9vzJfaSQ8a7KUwBMt
8XO/XGlJC8ts7ytTVWJy2L/bW5VdNtpWrUuTt8j63iBSveEiGVz+knoIcR7kalxN
Bm0PqH/Orp2dg3+4y5UzatVgG2yBn0Bg9OJozQJ5DYUfm4Zs4S++2to8JPc1qy4p
buKlCv7r6jwHgw7XvsXuNE3z9lHAcWdv8NQWXCubcxRJj4O3aNZBIho/heIvUjFx
JSfKQd7y93WuIC8sTMucjl+9lBDfRWEcAf2bdSILwDRsGel5PvBrYwqFbX9Rd8iL
LmQOF1C3XpvHXWeMeMPbK98S8786DtquBpYKI7QDkCXiN2li/LUAfPSio0OYkLwx
c7KnFo64HipvreOS9OE8
=8StA
-----END PGP SIGNATURE-----
>From e128231a940017c0ac71cb05c290beb91231deda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Santiago=20Ruano=20Rinc=C3=B3n?= <[email protected]>
Date: Tue, 29 Mar 2016 15:50:15 +0200
Subject: [PATCH] cuts +debXuY suffix debian version
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 12ebd38..10e034a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEBIAN_VERSION ?= $(shell LANG=C dpkg -l base-files | awk '($$1=="ii"){print $$3}' | cut -d. -f1)
+DEBIAN_VERSION ?= $(shell LANG=C dpkg -l base-files | awk '($$1=="ii"){print $$3}' | cut -d. -f1 | cut -d+ -f1)
%:
dh $@
--
2.8.0.rc3
--- End Message ---
--- Begin Message ---
Source: debian-security-support
Source-Version: 2016.03.30+nmu1
We believe that the bug you reported is fixed in the latest version of
debian-security-support, 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.
Santiago Ruano Rincón <[email protected]> (supplier of updated
debian-security-support 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: Wed, 30 Mar 2016 19:20:15 +0200
Source: debian-security-support
Binary: debian-security-support
Architecture: source
Version: 2016.03.30+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl <[email protected]>
Changed-By: Santiago Ruano Rincón <[email protected]>
Description:
debian-security-support - Debian security support coverage checker
Closes: 812822 818843 819493
Changes:
debian-security-support (2016.03.30+nmu1) unstable; urgency=medium
.
[ Salvatore Bonaccorso ]
* Mark virtualbox as unsupported in Wheezy (Closes: #812822)
.
[ Santiago Ruano Rincón ]
* Take into account future end of security support (Closes: #818843).
- Include early end support checks in t/check-support-status.t.
- Update man page.
* debian/rules: Generate right debian version from /etc/debian_version
(Closes: #819493).
Checksums-Sha1:
3aa233b680fdcb87995d7ee41faa9e7cd4978b0c 1865
debian-security-support_2016.03.30+nmu1.dsc
1d0c846ad5e80c6f1af91003316aa1c0454bcedd 22184
debian-security-support_2016.03.30+nmu1.tar.xz
Checksums-Sha256:
3f2eddb5cbfa5eb8a2d4422baec944a099dec416a8ef1c526d1ea5f810e14920 1865
debian-security-support_2016.03.30+nmu1.dsc
0bebb5d2b67e73a18419b2cc1a090826ed9ae9afd9c77ff4f6ee3a51835fefbb 22184
debian-security-support_2016.03.30+nmu1.tar.xz
Files:
d1388707f23f89ade56c088251efd36d 1865 admin optional
debian-security-support_2016.03.30+nmu1.dsc
56f50125ba66ea411ce6927abb583205 22184 admin optional
debian-security-support_2016.03.30+nmu1.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJW/BXAAAoJEN5v/bjI1ki910wP/jtbPrCKz9+P7xYjeUFyNcgq
nNo534bLbjQZA31UXJWbJ8uQqxXe+tOd9zy6cmWThlAPeQ1vSxFGF3Z751/PTi0Z
ljsj3orROBFs5h5rnOHkY1IeEhJbDyN4vVsKLV07JD9BZFsoIlHzKoQpM6kRYkdg
HLEYPh8GE6fXniPCQ5zryRVCayhFs9/kNyQJxczvPci6KmQ7546iQBZUA5gnp+rg
o9YxV9SSk5siZ1tvVqBL52YJ7fq38gNH1UDmW5o4qmW8rAzYEM0yk3u0mtsjf/Q5
5l8Frsn52I5nl/TH1njJ6vyDx/ja5aogOORqU5hlqj1GB3PSgYaocUoGFwG9c9Kq
r6Q/roQVPoduoLd5Ju02pb++byPuwA6fw8xRUY/rC2I2rJgbI6kkVijef52aFlax
x80XyjHi70vZGzCXWcQnqAom75h74HvORyMxCn9LzgIiLGb9YBgVXaUmlikgCCXA
fJMjqNIjJj35WgHngXzyiiytyC2AkBNAOl0nfathNLEeezx9LfmySWR+B0l+YQuw
Ket+XR+i/SGCjQN2n4o42XGP2OjJXxxqUAxrrmp1NVvUJD/2i5vJ+pRzKU+ymNZV
jkKNdPxS2qLek9Ae0OCHd5hd+LdtEcvyPMaPPFc2stj2LXTYa837jx4MYxkm1P0s
eQVEdF479AD9a0Ji3LjW
=0HPp
-----END PGP SIGNATURE-----
--- End Message ---