summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2008-09-17 15:50:16 +0200
committermaximilian attems <maks@debian.org>2008-09-17 15:50:16 +0200
commited4f203aceb2af1355e25142b2849598c867ffdd (patch)
treedce55dc753e6a2433e171fe3d319c071831fe11d /debian
parent04356cfcee60b2ff3a57a6942c2cebfdb088d04c (diff)
downloadinitramfs-tools-ed4f203aceb2af1355e25142b2849598c867ffdd.tar.gz
initramfs-tools-ed4f203aceb2af1355e25142b2849598c867ffdd.zip
release 0.92l
have to clean up goof up from 0.92k too..
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/initramfs-tools.preinst6
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 44f6103..1d73a4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+initramfs-tools (0.92l) unstable; urgency=high
+
+ * Revert "initramfs-tools: Add support for linux-2.6 make deb-pkg
+ target" (closes: #499270) thanks Vincent Danjean <vdanjean@debian.org>.
+
+ -- maximilian attems <maks@debian.org> Wed, 17 Sep 2008 15:38:05 +0200
+
initramfs-tools (0.92k) unstable; urgency=high
[ Martin Michlmayr ]
diff --git a/debian/initramfs-tools.preinst b/debian/initramfs-tools.preinst
index 758b504..11e9057 100644
--- a/debian/initramfs-tools.preinst
+++ b/debian/initramfs-tools.preinst
@@ -60,6 +60,12 @@ case "$1" in
cp /etc/mkinitrd/DSDT /etc/initramfs-tools/DSDT.aml
fi
;;
+ upgrade)
+ if dpkg --compare-versions "$2" eq "0.92k"; then
+ rm -f /etc/kernel/postinst.d/update-initramfs
+ rm -f /etc/kernel/postrm.d/update-initramfs
+ fi
+ ;;
esac
#DEBHELPER#