From af9d3547f14f63318c7d9c3752de1112062e111d Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 18 Feb 2016 18:25:24 +0000 Subject: [PATCH 1/1] debian/source/format: Apparently we're supposed to have one of these. Organization: Straylight/Edgeware From: Mark Wooding --- MANIFEST.in | 2 +- debian/source/format | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 debian/source/format diff --git a/MANIFEST.in b/MANIFEST.in index b9cc91a..391955a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -36,4 +36,4 @@ include str.pyx ## Debian. include debian/rules debian/control debian/changelog -include debian/copyright debian/compat +include debian/copyright debian/compat debian/source/format diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 -- [mdw]