1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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
This commit is contained in:
Karolin Seeger 2009-07-28 13:22:35 +02:00
parent c6d7f3bdb5
commit 571f20cd4d

View File

@ -197,6 +197,14 @@ function main
pushd ../samba-${version} 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 "" packaging/bin/update-pkginfo ${version} 1 ""
buildDocs buildDocs