summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-04-16 16:40:41 +0000
committerjoeyh <joeyh>2007-04-16 16:40:41 +0000
commitd2631eede7bb957eb7c82f6974aa7808091ac3c2 (patch)
tree6b1a47cbeddbd6866bb9cdd1fc414e990a72baf0
parent2b66706750bb603d06d12cf7b3719bd362b19c87 (diff)
r1990: releasing version 5.0.46
-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