Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian....@packages.debian.org
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 <deb...@kvr.at>  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 <daniel.baum...@progress-technologies.net>
+Maintainer: Christian Kastner <deb...@kvr.at>
 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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to