From e50780916e6a0c5b9dc456f643f6474d0d2198dc Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Mon, 18 Jan 2021 04:31:30 -0500 Subject: Update for the 0.6.4 release and package rename --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) mode change 100644 => 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 index deedfacc..2c000bc2 --- 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 -- cgit v1.2.3