* src-release.sh (do_proto_toplev): Strip patch remnant files from
the sources before creating the tarball.
+2018-01-29 Nick Clifton <nickc@redhat.com>
+
+ * src-release.sh (do_proto_toplev): Strip patch remnant files from
+ the sources before creating the tarball.
+
2018-01-13 Nick Clifton <nickc@redhat.com>
* src-release.sh: Update copyright notice. Change reference to devo
ver=$2
tool=$3
support_files=$4
+
+ echo "==> Cleaning sources."
+ find -name "*.orig" -exec rm {} \;
+ find -name "*.rej" -exec rm {} \;
+
echo "==> Making $package-$ver/"
# Take out texinfo from a few places.
sed -e '/^all\.normal: /s/\all-texinfo //' \