gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: update debian package build rule


From: gnunet
Subject: [taler-exchange] branch master updated: update debian package build rules
Date: Thu, 21 Jan 2021 17:53:19 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 010b2e9b update debian package build rules
010b2e9b is described below

commit 010b2e9b258cf6d2fd84ce69e5b75c4f0fdaea31
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 21 17:53:17 2021 +0100

    update debian package build rules
---
 debian/control                      | 3 ++-
 debian/libtalerexchange-dev.install | 2 ++
 debian/rules                        | 4 ++++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a1f2c428..1ae7da47 100644
--- a/debian/control
+++ b/debian/control
@@ -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.
diff --git a/debian/libtalerexchange-dev.install 
b/debian/libtalerexchange-dev.install
index fa4fdfdb..90eb8522 100644
--- a/debian/libtalerexchange-dev.install
+++ b/debian/libtalerexchange-dev.install
@@ -1 +1,3 @@
 usr/include/taler/*
+usr/lib/*/libtalertesting.so.*
+usr/lib/*/libtalerfakebank.so.*
diff --git a/debian/rules b/debian/rules
index 39630960..47272977 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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/{} \;

-- 
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]