improve packaging rules

This commit is contained in:
Christian Grothoff 2021-01-21 14:14:43 +01:00
parent f5b443179c
commit 8f266d5872
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 19 additions and 5 deletions

View File

@ -1,4 +1,5 @@
usr/bin/taler-config
usr/lib/*/libtaler*
usr/share/taler/config.d/*
usr/share/taler/config.d/paths.conf
usr/share/taler/config.d/taler.conf
usr/share/man/man5/taler.conf.5

1
debian/rules vendored
View File

@ -33,5 +33,6 @@ override_dh_auto_clean:
# Remove files already present in libtalerexchange from main taler-exchange package
override_dh_install:
dh_install
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/{} \;

View File

@ -5,7 +5,14 @@ usr/bin/taler-auditor-httpd
usr/bin/taler-auditor-offline
usr/bin/taler-auditor-sync
usr/bin/taler-helper-auditor-*
usr/lib/*/taler/libtaler_plugin_auditor*.so
usr/lib/*/libauditor*
usr/lib/*/libtalerauditordb*
usr/share/man/man1/taler-auditor*
usr/share/man/man1/taler-helper-auditor*
usr/share/info/taler-auditor*
usr/share/taler/config.d/auditor*
usr/share/taler/sql/auditor/*
debian/etc/taler-auditor.conf etc/
debian/auditor-conf/* etc/taler-auditor/
usr/share/taler-exchange/auditor-report.tex.j2

View File

@ -1,8 +1,13 @@
usr/bin/
usr/lib/*/taler/*.so
usr/share/man/man1/*
usr/share/info/*
usr/share/taler/sql/*
usr/lib/*/taler/libtaler_plugin_exchange*.so
usr/share/man/man1/taler-exchange*
usr/share/man/man1/taler-bank*
usr/share/man/man1/taler-config*
usr/share/man/man1/taler-wire*
usr/share/info/taler-bank*
usr/share/info/taler-exchange*
usr/share/taler/sql/exchange/*
usr/share/taler/config.d/*
debian/etc/* etc/
debian/exchange-conf/* etc/taler-exchange/
usr/share/taler-exchange/pp/*/*