[Pkg-electronics-commits] [openocd] 02/02: Fix udev rule installation (Closes: #880092)

Jonathan McDowell noodles at moszumanska.debian.org
Tue Oct 31 21:14:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

noodles pushed a commit to branch master
in repository openocd.

commit 30246404672d8270e9bb278bd5629a4f18ec9967
Author: Jonathan McDowell <noodles at earth.li>
Date:   Tue Oct 31 21:07:47 2017 +0000

    Fix udev rule installation (Closes: #880092)
    
    The move to pure debhelper broke udev rule installation. Fix by
    symlinking to the udev rule file rather than including the name
    in debian/udev.
---
 debian/changelog | 6 ++++++
 debian/udev      | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a06da53..3c7a65b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openocd (0.10.0-3) UNRELEASED; urgency=medium
+
+  * Fix udev rule installation (Closes: #880092)
+
+ -- Jonathan McDowell <noodles at earth.li>  Tue, 31 Oct 2017 21:07:40 +0000
+
 openocd (0.10.0-2) unstable; urgency=medium
 
   * Re-enable jlink and add libjaylink-dev dependency.
diff --git a/debian/udev b/debian/udev
deleted file mode 100644
index 5551c56..0000000
--- a/debian/udev
+++ /dev/null
@@ -1 +0,0 @@
-contrib/60-openocd.rules
diff --git a/debian/udev b/debian/udev
new file mode 120000
index 0000000..34a6128
--- /dev/null
+++ b/debian/udev
@@ -0,0 +1 @@
+../contrib/60-openocd.rules
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/openocd.git



More information about the Pkg-electronics-commits mailing list