aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-30 10:52:51 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-30 10:52:51 +0200
commit75d3b4a0eb34d7876b5b92b93c79e382fa1cfaa6 (patch)
treea5b9b5b2e3c372b744ecb86748d00f3ae94cd1eb
parent7e669bcf6b6336ec429da949bcb4aa456971dba2 (diff)
downloadanastasis-75d3b4a0eb34d7876b5b92b93c79e382fa1cfaa6.tar.gz
anastasis-75d3b4a0eb34d7876b5b92b93c79e382fa1cfaa6.zip
-complete GNUification, update Debian package changelog
-rw-r--r--debian/changelog6
-rw-r--r--src/util/os_installation.c4
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 @@
1anastasis (0.0.0-6) unstable; urgency=low
2
3 * GNUification.
4
5 -- Christian Grothoff <grothoff@gnu.org> Fri, 30 Jul 2021 14:02:10 +0100
6
1anastasis (0.0.0-5) unstable; urgency=low 7anastasis (0.0.0-5) unstable; urgency=low
2 8
3 * Fixes in packaging files. 9 * 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 @@
1/* 1/*
2 This file is part of GNU Anastasis. 2 This file is part of GNU Anastasis.
3 Copyright (C) 2019 Taler Systems SA 3 Copyright (C) 2019, 2021 Anastasis SARL
4 4
5 Anastasis is free software; you can redistribute it and/or modify 5 Anastasis is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -42,7 +42,7 @@ static const struct GNUNET_OS_ProjectData anastasis_pd = {
42 .config_file = "anastasis.conf", 42 .config_file = "anastasis.conf",
43 .user_config_file = "~/.config/anastasis.conf", 43 .user_config_file = "~/.config/anastasis.conf",
44 .version = PACKAGE_VERSION, 44 .version = PACKAGE_VERSION,
45 .is_gnu = 0, 45 .is_gnu = 1,
46 .gettext_domain = "anastasis", 46 .gettext_domain = "anastasis",
47 .gettext_path = NULL, 47 .gettext_path = NULL,
48}; 48};