summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-07-28 13:22:35 +0200
committerKarolin Seeger <kseeger@samba.org>2009-08-13 14:27:25 +0200
commitd761bb2f13e46168f0a7ba417b399a267ab88db5 (patch)
tree4694b70d5e87a6abbe3f35564e473df7cf7b010f
parent92642e4157422a496122b7e7ff2afafd6c067432 (diff)
downloadsamba-d761bb2f13e46168f0a7ba417b399a267ab88db5.tar.gz
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 (cherry picked from commit 571f20cd4db48c8d510e10b7188678d585abb2d1) (cherry picked from commit 9d7b8b29854beafed4ec70b2db1d26dc3786cc71)
-rwxr-xr-xrelease-scripts/create-tarball8
1 files changed, 8 insertions, 0 deletions
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