summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-24 11:28:31 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-24 11:28:31 +0200
commiteb648cd0b4063b94185914eff8b86f07d582c425 (patch)
tree8b30265879afe3ca66cc69af48af8c1328ad12e1 /debian/rules
parent9fb6ea320337fba12437f70c3172917a2e76cb3b (diff)
downloadexchange-eb648cd0b4063b94185914eff8b86f07d582c425.tar.gz
exchange-eb648cd0b4063b94185914eff8b86f07d582c425.tar.bz2
exchange-eb648cd0b4063b94185914eff8b86f07d582c425.zip
move taler-exchange-dbtinit into new package taler-exchange-database that taler-auditor can depend upon
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 171cc8936..5f9243119 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,4 +40,5 @@ override_dh_install:
cd debian/taler-auditor; find . -type f,l -exec rm -f ../libtalerauditor/{} \;
cd debian/taler-auditor; find . -type f,l -exec rm -f ../libtalerexchange/{} \;
cd debian/taler-auditor; find . -type f,l -exec rm -f ../taler-exchange/{} \;
+ cd debian/taler-exchange-database; find . -type f,l -exec rm -f ../taler-exchange/{} \;
cd debian/libtalerexchange; find . -type f,l -exec rm -f ../taler-exchange/{} \;