From: jcorgan Date: Tue, 6 Nov 2007 00:45:42 +0000 (+0000) Subject: Added file for accumulated release making notes. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e52d20dd54cb94aebcab4e68e808dbcfe10dd76a;p=debian%2Fgnuradio Added file for accumulated release making notes. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6817 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/dtools/release-checklist b/dtools/release-checklist new file mode 100644 index 00000000..9e2e3770 --- /dev/null +++ b/dtools/release-checklist @@ -0,0 +1,11 @@ +Caveats: + +* gr-howto-write-a-block must be checked out into it's own top-level + working copy for build, otherwise automake will grab the depcomp, + install-sh, etc. files from the parent directory, and not put them + in the distribution tarball. + +* Ubuntu's automake (at least) will copy config.guess and config.sub from + Ubuntu's system directory, even if there is already one in the directory. + You need to 'svn revert config.guess config.sub' after running bootstrap + and before running configure. \ No newline at end of file