From: Bdale Garbee Date: Tue, 15 Oct 2013 16:46:44 +0000 (-0600) Subject: need to describe top-level content as a patch in new source format X-Git-Tag: non-free/1.27-1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=dd274c87080b4688c868cd6d5570e479e3c89c46;p=debian%2Ftar need to describe top-level content as a patch in new source format --- diff --git a/cleanup-script.sh b/cleanup-script.sh deleted file mode 100755 index fe89eab8..00000000 --- a/cleanup-script.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# -# clean upstream source to eliminate parts in DFSG-compliant tar package -# Copyright 2009 by Bdale Garbee. GPL v2 or any later version. -# - -git rm -rf `/bin/ls | grep -v COPYING | grep -v doc | grep -v cleanup-script.sh` diff --git a/debian/patches/readme.diff b/debian/patches/readme.diff new file mode 100644 index 00000000..eb271a4b --- /dev/null +++ b/debian/patches/readme.diff @@ -0,0 +1,7 @@ +Description: top-level README for the tar-doc package +Author: Bdale Garbee + +--- /dev/null ++++ tar-doc-1.27/README.Debian +@@ -0,0 +1 @@ ++See the Debian 'tar' package source for the rest of the files. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..dedf9745 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +readme.diff