From 6bf741c93438f1ff3ee94b1b58791a6b57519d21 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 30 Jun 2022 16:08:13 +0200 Subject: [PATCH] Makefile.am: Ensure debian packaging is part of releases So far, the 'make dist' tarballs didn't contain the debian packaging. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e611e06..6b254e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ dist-hook: EXTRA_DIST = \ .version \ contrib/libosmo-dsp.spec.in \ + debian \ git-version-gen \ $(NULL)