Your message dated Sat, 18 Oct 2014 12:06:30 +0100
with message-id <E1XfRqA-0002TS-V7@jacala>
and subject line Closing bugs for updates in 7.7
has caused the Debian Bug report #763386,
regarding wheezy-pu: package keyutils/1.5.5-3+deb7u1
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.)
--
763386: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763386
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: wheezy
User: [email protected]
Usertags: pu
Hi,
keyutils in stable currently provides libkeyutils1, a library package of
Priority: standard. As a user discovered in #757740, this package failed
to install on a device with only 64MiB memory as this was insufficient
memory to uncompress the .deb compressed with xz and -z9.
I already fixed this in unstable when I took over this package, but as
Guillem suggested in #757740, this is probably a fix that should enter
stable, too. Would an upload based on the attached debdiff be OK?
Christian
diff -Nru keyutils-1.5.5/debian/changelog keyutils-1.5.5/debian/changelog
--- keyutils-1.5.5/debian/changelog 2012-06-29 21:11:42.000000000 +0200
+++ keyutils-1.5.5/debian/changelog 2014-09-29 21:27:44.000000000 +0200
@@ -1,3 +1,13 @@
+keyutils (1.5.5-3+deb7u1) wheezy; urgency=medium
+
+ * debian/rules:
+ - Use the default compression level for xz instead of the maximum level 9
+ when building the binary packages. Closes: #757740
+ * debian/control:
+ - Set Maintainer to myself
+
+ -- Christian Kastner <[email protected]> Mon, 29 Sep 2014 15:50:48 +0200
+
keyutils (1.5.5-3) unstable; urgency=low
* Switching to xz compression.
diff -Nru keyutils-1.5.5/debian/control keyutils-1.5.5/debian/control
--- keyutils-1.5.5/debian/control 2012-06-29 20:59:00.000000000 +0200
+++ keyutils-1.5.5/debian/control 2014-09-29 15:50:43.000000000 +0200
@@ -1,7 +1,7 @@
Source: keyutils
Section: admin
Priority: optional
-Maintainer: Daniel Baumann <[email protected]>
+Maintainer: Christian Kastner <[email protected]>
Build-Depends: debhelper (>= 9), lsb-release
Standards-Version: 3.9.3
Homepage: http://people.redhat.com/~dhowells/keyutils/
diff -Nru keyutils-1.5.5/debian/rules keyutils-1.5.5/debian/rules
--- keyutils-1.5.5/debian/rules 2012-06-29 21:05:02.000000000 +0200
+++ keyutils-1.5.5/debian/rules 2014-09-29 15:50:18.000000000 +0200
@@ -19,4 +19,4 @@
dh_strip --dbg-package=keyutils-dbg
override_dh_builddeb:
- dh_builddeb -- -Zxz -z9
+ dh_builddeb -- -Zxz
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 7.7
The upload discussed in this bug was included in the 7.7 point release.
Regards,
Adam
--- End Message ---