commit 4b9ae0bb93743cace6a835df1a7a8918a3d1ed63
parent a3f44645648d5472bb4704b4b7874a31ee97f36f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 28 Aug 2021 21:05:09 +0200
fix libtalerauditordb.so being in exchange-dev and taler-auditor packages
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/debian/rules b/debian/rules
@@ -52,6 +52,7 @@ override_dh_install:
# Remove files already present in libtalerexchange from main taler-exchange package
cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerauditor/{} \;
cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../taler-exchange/{} \;
+ cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../taler-auditor/{} \;
cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerexchange/{} \;
cd debian/libtalerexchange-dev; find . -type f,l -exec rm -f ../libtalerauditor/{} \;
cd debian/taler-auditor; find . -type f,l -exec rm -f ../libtalerauditor/{} \;