From: jcorgan Date: Fri, 10 Jul 2009 02:04:04 +0000 (+0000) Subject: Make trunk packages use revision number in version. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6f60fe94e6b11cfe95092db47ac403fb5ced813d;p=debian%2Fgnuradio Make trunk packages use revision number in version. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11409 221aa14e-8319-0410-a670-987f0aec2ac5 --- 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 deleted file mode 100644 index ad914729..00000000 --- a/debian/changelog +++ /dev/null @@ -1,128 +0,0 @@ -gnuradio (3.3svn-1) unstable; urgency=high - - * 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 - * See http://gnuradio.org/trac - - -- Johnathan Corgan Sun, 05 Jul 2009 18:00:00 -0800 - -gnuradio (3.2) unstable; urgency=low - - * New upstream release 3.2 - * See http://gnuradio.org/trac - - -- Johnathan Corgan Sat, 23 May 2009 18:00:00 -0800 - -gnuradio (3.1.3) stable; urgency=low - - * "Upstream" release, see http://gnuradio.org/trac/wiki/Release3.1Branch - - -- Johnathan Corgan Sat, 23 Aug 2008 19:00:00 -0800 - -gnuradio (3.1.2) stable; urgency=low - - * "Upstream" release, see http://gnuradio.org/trac/wiki/Release3.1Branch - - -- Johnathan Corgan Wed, 24 Mar 2008 09:00:00 -0800 - -gnuradio (3.1.1) stable; urgency=high - - * Fixed regressions in digital packet radio (t196,t198) - * Fixed RX phase offset causing sidebands (t195) - * Fixed TX I/Q swapping bug (t179) - * Fixed loopback bug in gr-sounder - * Added complex and dual-channel options to oscope for - BasicRX and LFRX - - -- Johnathan Corgan Sun, 4 Nov 2007 21:15:00 -0800 - -gnuradio (3.1.0) stable; urgency=low - - * Release 3.1 stable branch - * add/split packages to cover entire GNU Radio distribution - - -- Johnathan Corgan Mon, 22 Oct 2007 10:37:00 -0800 - -gnuradio (3.0.svn) unstable; urgency=low - - * add/split packages to cover entire GNU Radio distribution - * fix build failure with gcc-4.3 by adding a #include, closes: #420896 - * update copyright assertion on the debian/ contents, since I have - assigned my copyright to the FSF and now have upstream commit rights - * merge debian/ into upstream SVN repository - * add --disable-gr-qtgui (at least until we figure out qwt build deps!) - * add build dep on python-numpy - * conditionalize configure and clean targets to handle build from SVN - - -- Bdale Garbee Thu, 26 Jul 2007 18:07:52 -0600 - -gnuradio (3.0.3-1) unstable; urgency=low - - * new upstream version - * tweak gnuradio-doc package to eliminate spurious subdirectory level - * add a usrp-doc binary package, recommended by the usrp package, and - include xmlto in build dependencies so usrp_guide.html gets generated, - closes: #407368 - - -- Bdale Garbee Sun, 11 Mar 2007 23:55:32 -0600 - -gnuradio (3.0.2-2) unstable; urgency=high - - * add run-time dependency on python-wxgtk2.6. leaving urgency high since - this would be a silly bug to release etch with if we can avoid it. - - -- Bdale Garbee Mon, 4 Dec 2006 15:35:53 -0700 - -gnuradio (3.0.2-1) unstable; urgency=high - - * new upstream version, fixes FTBFS issues - - -- Bdale Garbee Sun, 12 Nov 2006 14:52:33 -0800 - -gnuradio (3.0-3) unstable; urgency=high - - * put python-all-dev back in the build-depends list, closes: #398246 - * move gr-wxgui conflicts/depends to python-gnuradio, closes: #396302 - * fix up sections in control to match overrides - - -- Bdale Garbee Sun, 12 Nov 2006 10:59:58 -0800 - -gnuradio (3.0-2) unstable; urgency=high - - * reworked package dependencies so that the 'gnuradio' binary package no - longer depends on the pieces in contrib. instead, the 'usrp' binary - package in contrib now depends on all the USRP-related pieces. A user - who doesn't have a USRP board can just install 'gnuradio' and get all - the relevant pieces, a USRP user needs to install both 'gnuradio' and - 'usrp'. Closes: #394533 - * improve consistency of references to 'GNU Radio' as upstream project name - * make the gnuradio package dependencies on python-gnuradio and python-usrp - be version specific on suggestion from Ramakrishnan Muthukrishnan - - -- Bdale Garbee Fri, 10 Nov 2006 00:39:38 -0800 - -gnuradio (3.0-1) unstable; urgency=low - - * new maintainer, new upstream version - * Restructuring source and binary packages to follow upstream changes, more - or less repackaging from scratch taking ideas from the previous packaging - by Ramakrishnan Muthukrishnan and Steinar H. Gunderson. This single - source package replaces all of: - gnuradio-core - gnuradio-examples - gr-audio-alsa - gr-audio-jack - gr-audio-oss - gr-usrp - gr-wxgui - usrp - In addition, the 'gnuradio' binary package is a new meta-package that - conveniently depends on everything gnuradio related to ease installation. - - -- Bdale Garbee Sun, 8 Oct 2006 13:28:21 -0600 - diff --git a/debian/changelog.in b/debian/changelog.in new file mode 100644 index 00000000..192158a7 --- /dev/null +++ b/debian/changelog.in @@ -0,0 +1,122 @@ +gnuradio (3.3svn-@SVNVERSION@) unstable; urgency=low + + * Development trunk updates as of revision @SVNVERSION@ + * See http://gnuradio.org/trac + + -- Johnathan Corgan @BUILD_DATE@ + +gnuradio (3.2) unstable; urgency=low + + * New upstream release 3.2 + * See http://gnuradio.org/trac + + -- Johnathan Corgan Sat, 23 May 2009 18:00:00 -0800 + +gnuradio (3.1.3) stable; urgency=low + + * "Upstream" release, see http://gnuradio.org/trac/wiki/Release3.1Branch + + -- Johnathan Corgan Sat, 23 Aug 2008 19:00:00 -0800 + +gnuradio (3.1.2) stable; urgency=low + + * "Upstream" release, see http://gnuradio.org/trac/wiki/Release3.1Branch + + -- Johnathan Corgan Wed, 24 Mar 2008 09:00:00 -0800 + +gnuradio (3.1.1) stable; urgency=high + + * Fixed regressions in digital packet radio (t196,t198) + * Fixed RX phase offset causing sidebands (t195) + * Fixed TX I/Q swapping bug (t179) + * Fixed loopback bug in gr-sounder + * Added complex and dual-channel options to oscope for + BasicRX and LFRX + + -- Johnathan Corgan Sun, 4 Nov 2007 21:15:00 -0800 + +gnuradio (3.1.0) stable; urgency=low + + * Release 3.1 stable branch + * add/split packages to cover entire GNU Radio distribution + + -- Johnathan Corgan Mon, 22 Oct 2007 10:37:00 -0800 + +gnuradio (3.0.svn) unstable; urgency=low + + * add/split packages to cover entire GNU Radio distribution + * fix build failure with gcc-4.3 by adding a #include, closes: #420896 + * update copyright assertion on the debian/ contents, since I have + assigned my copyright to the FSF and now have upstream commit rights + * merge debian/ into upstream SVN repository + * add --disable-gr-qtgui (at least until we figure out qwt build deps!) + * add build dep on python-numpy + * conditionalize configure and clean targets to handle build from SVN + + -- Bdale Garbee Thu, 26 Jul 2007 18:07:52 -0600 + +gnuradio (3.0.3-1) unstable; urgency=low + + * new upstream version + * tweak gnuradio-doc package to eliminate spurious subdirectory level + * add a usrp-doc binary package, recommended by the usrp package, and + include xmlto in build dependencies so usrp_guide.html gets generated, + closes: #407368 + + -- Bdale Garbee Sun, 11 Mar 2007 23:55:32 -0600 + +gnuradio (3.0.2-2) unstable; urgency=high + + * add run-time dependency on python-wxgtk2.6. leaving urgency high since + this would be a silly bug to release etch with if we can avoid it. + + -- Bdale Garbee Mon, 4 Dec 2006 15:35:53 -0700 + +gnuradio (3.0.2-1) unstable; urgency=high + + * new upstream version, fixes FTBFS issues + + -- Bdale Garbee Sun, 12 Nov 2006 14:52:33 -0800 + +gnuradio (3.0-3) unstable; urgency=high + + * put python-all-dev back in the build-depends list, closes: #398246 + * move gr-wxgui conflicts/depends to python-gnuradio, closes: #396302 + * fix up sections in control to match overrides + + -- Bdale Garbee Sun, 12 Nov 2006 10:59:58 -0800 + +gnuradio (3.0-2) unstable; urgency=high + + * reworked package dependencies so that the 'gnuradio' binary package no + longer depends on the pieces in contrib. instead, the 'usrp' binary + package in contrib now depends on all the USRP-related pieces. A user + who doesn't have a USRP board can just install 'gnuradio' and get all + the relevant pieces, a USRP user needs to install both 'gnuradio' and + 'usrp'. Closes: #394533 + * improve consistency of references to 'GNU Radio' as upstream project name + * make the gnuradio package dependencies on python-gnuradio and python-usrp + be version specific on suggestion from Ramakrishnan Muthukrishnan + + -- Bdale Garbee Fri, 10 Nov 2006 00:39:38 -0800 + +gnuradio (3.0-1) unstable; urgency=low + + * new maintainer, new upstream version + * Restructuring source and binary packages to follow upstream changes, more + or less repackaging from scratch taking ideas from the previous packaging + by Ramakrishnan Muthukrishnan and Steinar H. Gunderson. This single + source package replaces all of: + gnuradio-core + gnuradio-examples + gr-audio-alsa + gr-audio-jack + gr-audio-oss + gr-usrp + gr-wxgui + usrp + In addition, the 'gnuradio' binary package is a new meta-package that + conveniently depends on everything gnuradio related to ease installation. + + -- Bdale Garbee Sun, 8 Oct 2006 13:28:21 -0600 +