[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: -complete GNUification, update
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: -complete GNUification, update Debian package changelog |
Date: |
Fri, 30 Jul 2021 10:52:53 +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 75d3b4a -complete GNUification, update Debian package changelog
75d3b4a is described below
commit 75d3b4a0eb34d7876b5b92b93c79e382fa1cfaa6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 30 10:52:51 2021 +0200
-complete GNUification, update Debian package changelog
---
debian/changelog | 6 ++++++
src/util/os_installation.c | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ea5ab8a..819c4f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+anastasis (0.0.0-6) unstable; urgency=low
+
+ * GNUification.
+
+ -- Christian Grothoff <grothoff@gnu.org> Fri, 30 Jul 2021 14:02:10 +0100
+
anastasis (0.0.0-5) unstable; urgency=low
* Fixes in packaging files.
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index d9608d3..a4e74cf 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -1,6 +1,6 @@
/*
This file is part of GNU Anastasis.
- Copyright (C) 2019 Taler Systems SA
+ Copyright (C) 2019, 2021 Anastasis SARL
Anastasis is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
@@ -42,7 +42,7 @@ static const struct GNUNET_OS_ProjectData anastasis_pd = {
.config_file = "anastasis.conf",
.user_config_file = "~/.config/anastasis.conf",
.version = PACKAGE_VERSION,
- .is_gnu = 0,
+ .is_gnu = 1,
.gettext_domain = "anastasis",
.gettext_path = NULL,
};
--
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: -complete GNUification, update Debian package changelog,
gnunet <=