challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 5c4a0276247e6ab4fc8c2ae7f2d1e0d8b9af5ff7
parent 7f46a40c7f11c536cc82493e8cdc076ec28eb290
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri,  1 May 2026 14:20:56 +0200

debian: clean up rules

Diffstat:
Mdebian/.gitignore | 8++------
Mdebian/challenger-httpd.README.Debian | 2+-
Mdebian/challenger-httpd.socket | 1-
Mdebian/changelog | 24++++++++++++------------
Mdebian/control | 2+-
Mdebian/copyright | 10+++-------
Mdebian/rules | 4+---
Mdebian/source/options | 4+---
Mdebian/watch | 2+-
9 files changed, 22 insertions(+), 35 deletions(-)

diff --git a/debian/.gitignore b/debian/.gitignore @@ -1,13 +1,9 @@ .debhelper/ *.substvars *.log -libsync/ -libsync-dev/ -sync-httpd/ -sync-cli/ *.debhelper -autoreconf.after -autoreconf.before +challenger-httpd/ +challenger-httpd-dev/ debhelper-build-stamp files tmp/ \ No newline at end of file diff --git a/debian/challenger-httpd.README.Debian b/debian/challenger-httpd.README.Debian @@ -5,6 +5,6 @@ This package is a backend to operate a Challenger service. This package is integrated with Apache or Nginx, automatically deploying a configuration for the backend to the respective -Web server at the "/sync/" endpoint. +Web server at the "/challenger/" endpoint. -- Christian Grothoff <grothoff@gnu.org> Fri 17 Apr 2023 11:37:14 AM CET diff --git a/debian/challenger-httpd.socket b/debian/challenger-httpd.socket @@ -1,6 +1,5 @@ [Unit] Description=Challenger Socket -PartOf=challenger-httpd.service [Socket] ListenStream=/run/challenger/httpd/challenger-http.sock diff --git a/debian/changelog b/debian/changelog @@ -2,13 +2,13 @@ challenger (1.5.1) unstable; urgency=low * Release 1.5.1. - -- Christian Grothoff <christian@grothoff.org> Sun, 22 Mar 2026 00:20:17 +0100 + -- Christian Grothoff <grothoff@gnu.org> Sun, 22 Mar 2026 00:20:17 +0100 challenger (1.5.0) unstable; urgency=low * Release 1.5.0. - -- Christian Grothoff <christian@grothoff.org> Sat, 21 Mar 2026 18:18:43 +0100 + -- Christian Grothoff <grothoff@gnu.org> Sat, 21 Mar 2026 18:18:43 +0100 challenger (1.4.2) unstable; urgency=low @@ -32,19 +32,19 @@ challenger (1.3.0) unstable; urgency=low * Release 1.3.0. - -- Christian Grothoff <christian@grothoff.org> Sun, 21 Dec 2025 21:40:30 +0100 + -- Christian Grothoff <grothoff@gnu.org> Sun, 21 Dec 2025 21:40:30 +0100 challenger (1.2.0) unstable; urgency=low * Release 1.2.0. - -- Christian Grothoff <christian@grothoff.org> Sat, 22 Nov 2025 22:47:46 +0100 + -- Christian Grothoff <grothoff@gnu.org> Sat, 22 Nov 2025 22:47:46 +0100 challenger (1.1.0) unstable; urgency=low * Release 1.1.0. - -- Christian Grothoff <christian@grothoff.org> Wed, 08 Oct 2025 20:59:37 +0200 + -- Christian Grothoff <grothoff@gnu.org> Wed, 08 Oct 2025 20:59:37 +0200 challenger (1.0.4) unstable; urgency=low @@ -74,7 +74,7 @@ challenger (1.0.0) unstable; urgency=low * Release 1.0.0. - -- Christian Grothoff <christian@grothoff.org> Sat, 10 May 2025 00:00:00 +0200 + -- Christian Grothoff <grothoff@gnu.org> Sat, 10 May 2025 00:00:00 +0200 challenger (0.14.25) unstable; urgency=low @@ -92,37 +92,37 @@ challenger (0.14.23) unstable; urgency=low * Release 0.14.23. - -- Christian Grothoff <christian@grothoff.org> Sun, 04 May 2025 22:38:01 +0200 + -- Christian Grothoff <grothoff@gnu.org> Sun, 04 May 2025 22:38:01 +0200 challenger (0.14.22) unstable; urgency=low * Release 0.14.22. - -- Christian Grothoff <christian@grothoff.org> Sun, 04 May 2025 20:29:16 +0200 + -- Christian Grothoff <grothoff@gnu.org> Sun, 04 May 2025 20:29:16 +0200 challenger (0.14.21) unstable; urgency=low * Release 0.14.21. - -- Christian Grothoff <christian@grothoff.org> Sun, 04 May 2025 19:29:40 +0200 + -- Christian Grothoff <grothoff@gnu.org> Sun, 04 May 2025 19:29:40 +0200 challenger (0.14.20) unstable; urgency=low * Release 0.14.20. - -- Christian Grothoff <christian@grothoff.org> Sun, 04 May 2025 15:38:14 +0200 + -- Christian Grothoff <grothoff@gnu.org> Sun, 04 May 2025 15:38:14 +0200 challenger (0.14.19) unstable; urgency=low * Release 0.14.19. - -- Christian Grothoff <christian@grothoff.org> Sun, 04 May 2025 13:56:10 +0200 + -- Christian Grothoff <grothoff@gnu.org> Sun, 04 May 2025 13:56:10 +0200 challenger (0.14.18) unstable; urgency=low * Release 0.14.18. - -- Christian Grothoff <christian@grothoff.org> Sun, 04 May 2025 10:01:25 +0200 + -- Christian Grothoff <grothoff@gnu.org> Sun, 04 May 2025 10:01:25 +0200 challenger (0.14.17) unstable; urgency=low diff --git a/debian/control b/debian/control @@ -15,7 +15,7 @@ Build-Depends: texinfo Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/debian/challenger.git -Vcs-browser: https://salsa.debian.org/debian/challenger +Vcs-Browser: https://salsa.debian.org/debian/challenger Homepage: https://taler.net/ Package: challenger-httpd diff --git a/debian/copyright b/debian/copyright @@ -1,21 +1,17 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: GNU Taler -Upstream-Contact: Christian Grothoff <christian@grothoff.org> +Upstream-Contact: Christian Grothoff <grothoff@gnu.org> Source: https://taler.net/ Files: * Copyright: - (C) 2013-2020 Taler Systems SA + (C) 2013-2026 Taler Systems SA License: AGPL-3+ Comment: Many contributors are mentioned in AUTHORS Files: debian/* Copyright: - (C) 2020 Christian Grothoff <grothoff@gnu.org> -License: GPL-3+ - -Files: debian/po/* -Copyright: + (C) 2020-2026 Christian Grothoff <grothoff@gnu.org> License: GPL-3+ License: GPL-3+ diff --git a/debian/rules b/debian/rules @@ -21,9 +21,7 @@ override_dh_auto_install-arch: dh_auto_install # Removing useless files - rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la \ - debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/challenger/*.la \ - debian/tmp/usr/share/doc/challenger/COPYING + rm -f debian/tmp/usr/share/doc/challenger/COPYING override_dh_auto_install-indep: diff --git a/debian/source/options b/debian/source/options @@ -1,3 +1 @@ -extend-diff-ignore = "^(config\.sub|config\.guess|Makefile)$" - - +extend-diff-ignore = "^(Makefile)$" diff --git a/debian/watch b/debian/watch @@ -1,3 +1,3 @@ version=4 opts="pgpmode=auto, uversionmangle=s/pre/~pre/;s/rc/~rc/" \ - https://ftp.gnu.org/gnu/@PACKAGE@/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ + https://ftp.gnu.org/gnu/taler/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@