diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-07-28 13:22:35 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-07-28 13:22:35 +0200 |
commit | 571f20cd4db48c8d510e10b7188678d585abb2d1 (patch) | |
tree | 8e9be14edbbbce1786802a67a3767dc87d397b83 /release-scripts | |
parent | c6d7f3bdb541eaa2734723d644edae9fae89e1da (diff) | |
download | samba-571f20cd4db48c8d510e10b7188678d585abb2d1.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
Diffstat (limited to 'release-scripts')
-rwxr-xr-x | release-scripts/create-tarball | 8 |
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 |