Control: tags -1 patch On Tue, 15 Aug 2017 10:35:34 +0200 Andreas Beckmann <[email protected]> wrote: > Package: libtss-dev > Version: 1045-1 > Severity: serious > User: [email protected] > Usertags: piuparts > > Hi, > > during a test with piuparts I noticed your package ships (or creates) > a broken symlink. > > >From the attached log (scroll to the bottom...): > > 0m10.9s ERROR: FAIL: Broken symlinks: > /usr/lib/x86_64-linux-gnu/libtss.so -> /debian/libtss0/usr/lib/x86_64-linux-gnu/libtss.so.0 > > > The target looks like an (incorrect) build-time path. > > > cheers, > > Andreas
Dear maintainer,
The fix for this is quite simple, patch inlined.
--
Kind regards,
Luca Boccassi
--- a/debian/rules
+++ b/debian/rules
@@ -115,7 +115,7 @@ override_dh_auto_install:
dh_install -Pdebian/$(LIBPKG) -p$(LIBPKG) $(USRLIB)/$(VERSIONED_LIB)
$(USRLIB)
dh_link -Pdebian/$(LIBPKG) -p$(LIBPKG) $(USRLIB)/$(VERSIONED_LIB)
$(USRLIB)/$(LIBSONAME)
- dh_link -Pdebian/$(DEVPKG) -p$(DEVPKG)
debian/$(LIBPKG)/$(USRLIB)/$(LIBSONAME) $(USRLIB)/$(LIBSYM)
+ dh_link -Pdebian/$(DEVPKG) -p$(DEVPKG) $(USRLIB)/$(LIBSONAME)
$(USRLIB)/$(LIBSYM)
cp -p $(TMP)/$(MAN1)/* $(DESTMAN1)
signature.asc
Description: This is a digitally signed message part

