From 74e3068f561439a4ecd0a46a893ac38ccc4cac1d Mon Sep 17 00:00:00 2001 From: Emmanuel Papin Date: Wed, 26 Nov 2014 19:14:28 +0100 Subject: [PATCH] Add file README.source as recommanded by debian policy --- distros/debian8/README.source | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 distros/debian8/README.source diff --git a/distros/debian8/README.source b/distros/debian8/README.source new file mode 100644 index 000000000..b546508b2 --- /dev/null +++ b/distros/debian8/README.source @@ -0,0 +1,12 @@ +This package uses quilt to manage all modifications to the upstream source. +Changes are stored in the source package as diffs in debian/patches and applied +during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + + +This package uses the version 3.0 of the debian source package; An upstream +tarball is required to build it. This tarball can be generated automagically by +downloading the sources from the github repository with the following command: + +fakeroot debian/rules get-orig-source