From 571f20cd4db48c8d510e10b7188678d585abb2d1 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 28 Jul 2009 13:22:35 +0200 Subject: [PATCH] release-scripts: Remove RFCs in source4/. Remove RFCs as they are non-free content (with a strict interpretation of the DFSG). Addresse Debian bug #538034. Karolin --- release-scripts/create-tarball | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release-scripts/create-tarball b/release-scripts/create-tarball index 3e80cd1f07a..5c9df90d8dc 100755 --- a/release-scripts/create-tarball +++ b/release-scripts/create-tarball @@ -197,6 +197,14 @@ function main pushd ../samba-${version} + # Remove RFCs as they are non-free content (with a strict interpretation of + # the DFSG) + + if [ -d source4 ]; then + echo "Removing RFCs" + find source4/ -name "rfc*.txt" -exec rm -f {} \; + fi + packaging/bin/update-pkginfo ${version} 1 "" buildDocs -- 2.11.4.GIT