summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoscripts/postinst-udev2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/autoscripts/postinst-udev b/autoscripts/postinst-udev
index 20cf4dcf..40b953dd 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 78156b42..ddb513bb 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 <joeyh@debian.org> 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