gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 03/03: improve packaging rules


From: gnunet
Subject: [taler-exchange] 03/03: improve packaging rules
Date: Thu, 21 Jan 2021 14:14:48 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 8f266d5872984c598b340d2d46594e5958fe4df7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 21 14:14:43 2021 +0100

    improve packaging rules
---
 debian/libtalerexchange.install |  3 ++-
 debian/rules                    |  1 +
 debian/taler-auditor.install    |  7 +++++++
 debian/taler-exchange.install   | 13 +++++++++----
 4 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/debian/libtalerexchange.install b/debian/libtalerexchange.install
index 9a44a994..9e1983c9 100644
--- a/debian/libtalerexchange.install
+++ b/debian/libtalerexchange.install
@@ -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
diff --git a/debian/rules b/debian/rules
index 3af28777..39630960 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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/{} \;
diff --git a/debian/taler-auditor.install b/debian/taler-auditor.install
index b7e49408..b2528c8a 100644
--- a/debian/taler-auditor.install
+++ b/debian/taler-auditor.install
@@ -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
diff --git a/debian/taler-exchange.install b/debian/taler-exchange.install
index 05825d9a..1478de46 100644
--- a/debian/taler-exchange.install
+++ b/debian/taler-exchange.install
@@ -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/*/*

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]