fix libtalerauditordb.so being in exchange-dev and taler-auditor packages

This commit is contained in:
Christian Grothoff 2021-08-28 21:05:09 +02:00
parent a3f4464564
commit 4b9ae0bb93
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

1
debian/rules vendored
View File

@ -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/{} \;