From e35bca2c3cd457f9b9bd57aaf73c49b27a9c05c4 Mon Sep 17 00:00:00 2001 From: siigna Date: Tue, 16 Aug 2016 13:04:38 -0700 Subject: [PATCH] Move debian/format to debian/source/format Fixes the following error during package building: dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) Reference: https://www.debian.org/doc/manuals/maint-guide/dother.en.html#sourcef --- debian/{ => source}/format | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename debian/{ => source}/format (100%) diff --git a/debian/format b/debian/source/format similarity index 100% rename from debian/format rename to debian/source/format