chiark / gitweb /
Debian build: Fix .so symlinks
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Sep 2015 00:34:39 +0000 (00:34 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 5 Oct 2015 13:20:49 +0000 (14:20 +0100)
These referred to build location (!) due to dh_install running after
the corrected symlinks are made in debian/rules.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
debian/rules

index 082468635ecf309ac0b01d32777ea09f88e8998e..e39ecdb2aa4b4255a8c8c061e968a7e201aa1ca1 100644 (file)
@@ -9,6 +9,8 @@ wiringpi (2.28~iwj1) unstable; urgency=medium
     vulnerabilities, this probably enables all programs on the pi to
     become root.  However, we do this to avoid howls of protest from users
     whose cgi programs may no longer work, etc.
+  * Fix .so symlinks not to refer to build location (!) due to dh_install
+    running after the corrected symlinks are made in debian/rules.
 
  --
 
index 53779184b14c09c4754038168fd9dc4283caade1..53337619c46a12bfd1644fc3290c831a62ecf361 100755 (executable)
@@ -37,6 +37,8 @@ override_dh_auto_build: dirs
            bash -xe ./build
 
 override_dh_auto_install:
+
+override_dh_install:
        dh_install
        set -ex; for l in libwiringPi libwiringPiDev; do \
                ln -sf $$l.so.$${VERSION} \