Your message dated Sat, 03 Sep 2011 19:19:07 +0200
with message-id <[email protected]>
and subject line done
has caused the Debian Bug report #637389,
regarding Please add auto-reject for udeb-uses-non-gzip-data-tarball
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.)
--
637389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637389
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lintian
Version: 2.5.1
Severity: important
Hi
udpkg (the dpkg equivalent within d-i) does only support gziped tarballs. So it
does not support data.tar.bz2 and similar.
It would be good if there could be an autoreject for these to avoid broken
daily/weekly images and uninstallable udebs.
Proposal:
Tag: udeb-contains-non-gzip-tarballs
Severity: serious
Info: This udeb contains non-gzip control or data tarballs.
udpkg, debian-installer's dpkg equivalent, does not support non-gzip tarballs
which means udebs that contain them won't be installable. This can also break
the daily or weekly d-i images.
Cheers
Luk
--- End Message ---
--- Begin Message ---
commit 6ab38e14f9c91284763e2c8d8599814f9279db4d
Author: Joerg Jaspert <[email protected]>
Date: Sat Sep 3 16:51:42 2011 +0200
add a fatal lintian tag. closes #637389
add udeb-uses-non-gzip-data-tarball as a fatal lintian tag, which closes
#637389
Signed-off-by: Joerg Jaspert <[email protected]>
diff --git a/config/debian/lintian.tags b/config/debian/lintian.tags
index e341c8a..b1f244a 100644
--- a/config/debian/lintian.tags
+++ b/config/debian/lintian.tags
@@ -80,3 +80,4 @@ lintian:
- dir-or-file-in-mnt
- dir-or-file-in-opt
- dir-or-file-in-srv
+ - udeb-uses-non-gzip-data-tarball
--- End Message ---