diff options
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | debian/changelog.in (renamed from debian/changelog) | 12 |
2 files changed, 6 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 5be42eb60..548cfdb13 100644 --- a/configure.ac +++ b/configure.ac @@ -286,6 +286,8 @@ dnl AX_BOOST_WSERIALIZATION dnl If this is being done from a subversion tree, create variables GR_SUBVERSION +BUILD_DATE=`date -R` +AC_SUBST(BUILD_DATE) dnl Component specific configuration dnl The order of the GR_ macros determines the order of compilation @@ -372,6 +374,7 @@ AC_CONFIG_FILES([\ Makefile \ run_tests.sh \ config/Makefile \ + debian/changelog \ ]) dnl run_tests.sh is created from run_tests.sh.in . Make it executable. diff --git a/debian/changelog b/debian/changelog.in index ad9147291..192158a7c 100644 --- a/debian/changelog +++ b/debian/changelog.in @@ -1,15 +1,9 @@ -gnuradio (3.3svn-1) unstable; urgency=high +gnuradio (3.3svn-@SVNVERSION@) unstable; urgency=low - * Fix broken prefs.py when installed in --prefix=/usr - - -- Johnathan Corgan <jcorgan@corganenterprises.com> Sun, 06 Jul 2009 16:00:00 -0800 - -gnuradio (3.3svn) unstable; urgency=low - - * Development trunk updates as of revision 11370 + * Development trunk updates as of revision @SVNVERSION@ * See http://gnuradio.org/trac - -- Johnathan Corgan <jcorgan@corganenterprises.com> Sun, 05 Jul 2009 18:00:00 -0800 + -- Johnathan Corgan <jcorgan@corganenterprises.com> @BUILD_DATE@ gnuradio (3.2) unstable; urgency=low |