update debian package build rules

This commit is contained in:
Christian Grothoff 2021-01-21 17:53:17 +01:00
parent 8f266d5872
commit 010b2e9b25
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 8 additions and 1 deletions

3
debian/control vendored
View File

@ -82,7 +82,8 @@ Depends:
libgnunet-dev (>=0.14.0),
libgcrypt20-dev (>=1.6),
libmicrohttpd-dev (>=0.9.33),
${misc:Depends}
${misc:Depends},
${shlibs:Depends}
Description: libraries to talk to a GNU Taler exchange (development)
.
This package contains the development files.

View File

@ -1 +1,3 @@
usr/include/taler/*
usr/lib/*/libtalertesting.so.*
usr/lib/*/libtalerfakebank.so.*

4
debian/rules vendored
View File

@ -33,6 +33,10 @@ override_dh_auto_clean:
# Remove files already present in libtalerexchange from main taler-exchange package
override_dh_install:
dh_install
cd debian/libtalerexchange-dev; find . -type f -exec rm -f ../libtalerauditor/{} \;
cd debian/libtalerexchange-dev; find . -type f -exec rm -f ../taler-exchange/{} \;
cd debian/libtalerexchange-dev; find . -type f -exec rm -f ../libtalerexchange/{} \;
cd debian/libtalerexchange-dev; find . -type f -exec rm -f ../libtalerauditor/{} \;
cd debian/taler-auditor; find . -type f -exec rm -f ../libtalerauditor/{} \;
cd debian/libtalerexchange; find . -type f -exec rm -f ../taler-exchange/{} \;
cd debian/taler-auditor; find . -type f -exec rm -f ../taler-exchange/{} \;