From 6f60fe94e6b11cfe95092db47ac403fb5ced813d Mon Sep 17 00:00:00 2001 From: jcorgan Date: Fri, 10 Jul 2009 02:04:04 +0000 Subject: [PATCH] Make trunk packages use revision number in version. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11409 221aa14e-8319-0410-a670-987f0aec2ac5 --- configure.ac | 3 +++ debian/{changelog => changelog.in} | 12 +++--------- 2 files changed, 6 insertions(+), 9 deletions(-) rename debian/{changelog => changelog.in} (92%) diff --git a/configure.ac b/configure.ac index 5be42eb6..548cfdb1 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 similarity index 92% rename from debian/changelog rename to debian/changelog.in index ad914729..192158a7 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 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 Sun, 05 Jul 2009 18:00:00 -0800 + -- Johnathan Corgan @BUILD_DATE@ gnuradio (3.2) unstable; urgency=low -- 2.39.5