From 4ec370d7528a36b48510de094bbb9e43bcb0933f Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 27 Apr 2025 10:35:10 +0100 Subject: [PATCH] Set Debian source format to 3.0 (native) We're not planning to separate out the packaging from the source, so make this a native package and fix up the previous version number to reflect that. --- debian/changelog | 2 +- debian/source/format | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 823e9a3..7fc5d05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mqttdeck (0.1.0-1) unstable; urgency=low +mqttdeck (0.1.0) unstable; urgency=low * Initial release diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- 2.39.5