From 895cade68c2114b76c365ec5439a37f4f5edd03f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 2 Apr 2020 11:31:24 +0200 Subject: [PATCH] deb: add missing format version dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) ... dpkg-source: info: using source format '1.0' Signed-off-by: Sebastiaan van Stijn --- deb/common/source/format | 1 + 1 file changed, 1 insertion(+) create mode 100644 deb/common/source/format diff --git a/deb/common/source/format b/deb/common/source/format new file mode 100644 index 0000000000..d3827e75a5 --- /dev/null +++ b/deb/common/source/format @@ -0,0 +1 @@ +1.0