[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: fix debian package
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: fix debian package |
Date: |
Mon, 04 Sep 2023 23:57:50 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 1b9fb35 fix debian package
1b9fb35 is described below
commit 1b9fb35fb4f9b5a34c484b6c923212bcd6c67426
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Sep 4 23:57:46 2023 +0200
fix debian package
---
contrib/Makefile.am | 5 ++---
debian/anastasis-httpd.install | 4 ++++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 7a5e408..3570fbe 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -12,10 +12,9 @@ terms_DATA = \
anastasis-pp-v0.rst
install-exec-local:
- pwd
find locale/ -name "*.po"
- mkdir -p $(termsdir)
- cp --parents -r $$(find locale/ -name "*.po") $(termsdir)
+ mkdir -p $(DESTDIR)$(datadir)
+ cp --parents -r $$(find locale/ -name "*.po") $(DESTDIR)$(datadir)
extracted.h: *.json
./extract.sh
diff --git a/debian/anastasis-httpd.install b/debian/anastasis-httpd.install
index 9c2d9db..8f58c4b 100644
--- a/debian/anastasis-httpd.install
+++ b/debian/anastasis-httpd.install
@@ -11,3 +11,7 @@ usr/share/anastasis/*
usr/share/anastasis/sql/*
usr/share/anastasis/config.d/*
debian/etc/* /etc/
+# Terms of service / privacy policy templates
+usr/share/anastasis/terms/*.rst
+# Translations of ToS/PP
+usr/share/locale/*/LC_MESSAGES/*.po
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: fix debian package,
gnunet <=