From 9e1230bed75ab3dd03fc20ebfd57a71d21822a12 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Tue, 10 May 2011 13:43:19 +0000 Subject: [PATCH] debian: add debian/source/format From Thomas Hood: The file that should be present is debian/source/format, containing the following line "3.0 (quilt)". This causes dpkg-source to build source files in the new, recommended, source format. For details see, e.g., http://wiki.debian.org/Projects/DebSrc3.0 --- debian/source/format | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/source/format diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)