gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: use build-aux to support Debian


From: gnunet
Subject: [taler-exchange] branch master updated: use build-aux to support Debian packaging
Date: Tue, 29 Dec 2020 14:03:57 +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 b1c86304 use build-aux to support Debian packaging
b1c86304 is described below

commit b1c863047ac78219d8babe9c15de90e18bd4ab1d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 29 14:03:55 2020 +0100

    use build-aux to support Debian packaging
---
 .gitignore                      | 1 +
 configure.ac                    | 1 +
 debian/libtalerexchange.install | 1 +
 debian/rules                    | 5 +++++
 4 files changed, 8 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6b754b6a..24fbf6d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -132,3 +132,4 @@ src/testing/test_bank_api_with_nexus
 src/util/taler_error_codes.c
 .deps/
 src/bank-lib/taler-wire-gateway-client
+build-aux/
diff --git a/configure.ac b/configure.ac
index bd18a430..f744631d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,7 @@
 #
 AC_PREREQ([2.69])
 AC_INIT([taler-exchange], [0.8.1], [taler-bug@gnunet.org])
+AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/util/util.c])
 AC_CONFIG_HEADERS([taler_config.h])
 # support for non-recursive builds
diff --git a/debian/libtalerexchange.install b/debian/libtalerexchange.install
index bfd61d62..42191d4d 100644
--- a/debian/libtalerexchange.install
+++ b/debian/libtalerexchange.install
@@ -1,2 +1,3 @@
+bin/taler-config
 usr/lib/*/*.so.*
 usr/share/
diff --git a/debian/rules b/debian/rules
index 75c683a8..9161cd78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,3 +33,8 @@ override_dh_auto_install-indep:
 
 override_dh_auto_clean:
        dh_auto_clean
+
+# Remove files already present in libtalerexchange from main taler-exchange 
package
+override_dh_install:
+       dh_install
+       cd debian/libtalerexchange; 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]