From 4d2af368d27d1ee6836251ce20bd16c4da59074f Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 19 Jan 2024 23:12:01 +0100 Subject: [PATCH] Include pkg-info.mk in Debian rules for DEB_UPSTREAM_VERSION --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 9b7c14c..2886665 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/dpkg/pkg-info.mk + %: dh $@ --builddirectory=_build --buildsystem=golang --with=golang