From 3e20211ec0d6fc37b2f6e4e33772c92888552ea5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 Mar 2023 12:06:50 -0300 Subject: paku.lock: Split maintainer name from email --- paku.lock | 5 ++++- src/bin/paku.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/paku.lock b/paku.lock index 82231fd..0843699 100644 --- a/paku.lock +++ b/paku.lock @@ -15,7 +15,10 @@ } }, "namespace": "org.euandre", - "maintainer": "EuAndreh ", + "maintainer": { + "name": "EuAndreh", + "email": "eu@euandre.org" + }, "name": "EuAndreh", "base-url": "https://euandre.org/s/package-repository", "vcs": { diff --git a/src/bin/paku.in b/src/bin/paku.in index 1bac0ba..6cb550d 100755 --- a/src/bin/paku.in +++ b/src/bin/paku.in @@ -419,7 +419,7 @@ sub emit_debian() { print "DIR = $dir\n\n"; print @debs, "\n"; print <<~EOF; - GPGKEY = '$json->{maintainer}' + GPGKEY = '$json->{maintainer}{name} <$json->{maintainer}{email}>' all: \$(DIR)/debian/InRelease \$(DIR)/debian/Release.gpg \$(DIR)/debian/public-key.asc -- cgit v1.2.3