From 63d14d94e67eb19e232d1f5b569e13536729416f Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 25 Mar 2004 04:01:09 +0000 Subject: [PATCH] releasing version 8.44 --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 50b11bf..cd8cdbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +alien (8.44) unstable; urgency=low + + * Don't add line about permissions fixup code to postinst if there is not + code to add. + * Don't assume that just because we know of a user or are root, that files + can go into the deb owned by that user, and come out right on install. + Instead, assume that any non-root user will not be on the target system + the rpm is installed on, and that it might be created in the preinst or + something, so add permissions fixup code for all such users. + + -- Joey Hess Wed, 24 Mar 2004 22:51:48 -0500 + alien (8.43) unstable; urgency=low * Added a new j2sdk_1.4.2_03-1.diff from Gerald Turner.