summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoscripts/postinst-udev2
-rw-r--r--debian/changelog7
2 files changed, 8 insertions, 1 deletions
diff --git a/autoscripts/postinst-udev b/autoscripts/postinst-udev
index e73cb010..efb84d1c 100644
--- a/autoscripts/postinst-udev
+++ b/autoscripts/postinst-udev
@@ -1,3 +1,3 @@
if [ "$1" = configure -a -z "$2" ]; then
- ln -s ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
+ ln -sf ../#FILE# /etc/udev/rules.d/#PRIO##FILE#
fi
diff --git a/debian/changelog b/debian/changelog
index 4ff3e809..1a78315f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (5.0.44) UNRELEASED; urgency=low
+
+ * dh_installudev: Don't fail if the link already somehow exists on initial
+ package install. Closes: #415717
+
+ -- Joey Hess <joeyh@debian.org> Mon, 09 Apr 2007 14:37:48 -0400
+
debhelper (5.0.43) unstable; urgency=low
[ Valery Perrin ]