diff options
author | Andres Salomon <dilinger@queued.net> | 2021-01-18 04:31:30 -0500 |
---|---|---|
committer | Andres Salomon <dilinger@queued.net> | 2021-01-18 05:16:02 -0500 |
commit | e50780916e6a0c5b9dc456f643f6474d0d2198dc (patch) | |
tree | 555721e1780962cd5c5a4c3cacb3309d2bd3e9fc /debian/rules | |
parent | 09eb39236666e81d5da014acea011dcd74d0999b (diff) | |
download | libquotient-e50780916e6a0c5b9dc456f643f6474d0d2198dc.tar.gz libquotient-e50780916e6a0c5b9dc456f643f6474d0d2198dc.zip |
Update for the 0.6.4 release and package rename
Diffstat (limited to 'debian/rules')
-rwxr-xr-x[-rw-r--r--] | debian/rules | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index deedfacc..2c000bc2 100644..100755 --- a/debian/rules +++ b/debian/rules @@ -5,11 +5,9 @@ override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_INSTALL_INCLUDEDIR=include/libqmatrixclient -DBUILD_SHARED_LIBS=1 + dh_auto_configure -- -DCMAKE_INSTALL_INCLUDEDIR=include/libquotient -DBUILD_SHARED_LIBS=1 override_dh_auto_install: dh_auto_install # unused example file -- remove to avoid warning from dh_missing - rm debian/tmp/usr/bin/qmc-example -# libQMatrixClient 0.5.3 doesn't change the ABI from libQMatrixClient0.5.1 - ln -s libQMatrixClient.so.0.5.3.2 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQMatrixClient.so.0.5.1 + rm debian/tmp/usr/bin/quotest |