From d2631eede7bb957eb7c82f6974aa7808091ac3c2 Mon Sep 17 00:00:00 2001 From: joeyh Date: Mon, 16 Apr 2007 16:40:41 +0000 Subject: [PATCH] r1990: releasing version 5.0.46 --- autoscripts/postinst-udev | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/autoscripts/postinst-udev b/autoscripts/postinst-udev index 20cf4dc..40b953d 100644 --- a/autoscripts/postinst-udev +++ b/autoscripts/postinst-udev @@ -1,7 +1,7 @@ if [ "$1" = configure ]; then if [ -e "#OLD#" ]; then echo "Preserving user changes to #RULE# ..." - if [ -e "#RULE" ]; then + if [ -e "#RULE#" ]; then mv -f "#RULE#" "#RULE#.dpkg-new" fi mv -f "#OLD#" "#RULE#" diff --git a/debian/changelog b/debian/changelog index 78156b4..ddb513b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (5.0.46) unstable; urgency=low + + * Fix a typo in postinst-udev. + + -- Joey Hess Mon, 16 Apr 2007 12:39:41 -0400 + debhelper (5.0.45) unstable; urgency=low * dh_installudev: Install udev rules directly into /etc/udev/rules.d/, not -- 2.39.2