From: joeyh Date: Mon, 16 Apr 2007 16:40:41 +0000 (+0000) Subject: r1990: releasing version 5.0.46 X-Git-Tag: 5.0.46^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d2631eede7bb957eb7c82f6974aa7808091ac3c2;p=debhelper.git r1990: releasing version 5.0.46 --- 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