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:
parent
c6d7f3bdb5
commit
571f20cd4d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user