From 8a623b30ba7d9bb46c9476ac1088cada4be67d82 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 24 Oct 2021 05:36:26 +0200 Subject: [PATCH] Also create an .orig.tar.xz signature upon "make release" --- Makefile | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c5eb841..6b21c56 100644 --- a/Makefile +++ b/Makefile @@ -270,6 +270,7 @@ manpages: # release: orig-tar-gz gpg --armour --detach-sign ../$(BASE)-$(VERSION).tar.gz + cp -p ../$(BASE)-$(VERSION).tar.gz.asc ../$(BASE)_$(DEBVERSION).orig.tar.gz.asc git tag -s -m "Release as $(VERSION)" "release-$(VERSION)" tarball: test tidy fixup-perms update-version update-modules clean changelog diff --git a/debian/changelog b/debian/changelog index 79fb75d..71b771d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xen-tools (4.9.1-1) UNRELEASED; urgency=medium + Fix missing "|" in regex in Debian's 20-setup-apt. (Closes: #997668) + Make test xt/gitignore.t work with git releases ≥ 2.32.0. + Travis CI: stop testing again Perl "dev". It no more seems to exist. + + Also create an .orig.tar.xz signature upon "make release". * Declare compliance with Debian Policy 4.6.0. (No changes needed.) -- Axel Beckert Sun, 24 Oct 2021 02:02:49 +0200