[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11409 - in gnuradio/trunk: . debian
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r11409 - in gnuradio/trunk: . debian |
Date: |
Thu, 9 Jul 2009 20:04:04 -0600 (MDT) |
Author: jcorgan
Date: 2009-07-09 20:04:04 -0600 (Thu, 09 Jul 2009)
New Revision: 11409
Added:
gnuradio/trunk/debian/changelog.in
Removed:
gnuradio/trunk/debian/changelog
Modified:
gnuradio/trunk/configure.ac
Log:
Make trunk packages use revision number in version.
Modified: gnuradio/trunk/configure.ac
===================================================================
--- gnuradio/trunk/configure.ac 2009-07-10 01:27:01 UTC (rev 11408)
+++ gnuradio/trunk/configure.ac 2009-07-10 02:04:04 UTC (rev 11409)
@@ -286,6 +286,8 @@
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 @@
Makefile \
run_tests.sh \
config/Makefile \
+ debian/changelog \
])
dnl run_tests.sh is created from run_tests.sh.in . Make it executable.
Copied: gnuradio/trunk/debian/changelog.in (from rev 11408,
gnuradio/trunk/debian/changelog)
===================================================================
--- gnuradio/trunk/debian/changelog.in (rev 0)
+++ gnuradio/trunk/debian/changelog.in 2009-07-10 02:04:04 UTC (rev 11409)
@@ -0,0 +1,122 @@
+gnuradio (address@hidden@) unstable; urgency=low
+
+ * Development trunk updates as of revision @SVNVERSION@
+ * See http://gnuradio.org/trac
+
+ -- Johnathan Corgan <address@hidden> @BUILD_DATE@
+
+gnuradio (3.2) unstable; urgency=low
+
+ * New upstream release 3.2
+ * See http://gnuradio.org/trac
+
+ -- Johnathan Corgan <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden> Mon, 4 Dec 2006 15:35:53 -0700
+
+gnuradio (3.0.2-1) unstable; urgency=high
+
+ * new upstream version, fixes FTBFS issues
+
+ -- Bdale Garbee <address@hidden> 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 <address@hidden> 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 <address@hidden> 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 <address@hidden> Sun, 8 Oct 2006 13:28:21 -0600
+
Property changes on: gnuradio/trunk/debian/changelog.in
___________________________________________________________________
Added: svn:mergeinfo
+ /gnuradio/branches/developers/eb/t348/debian/changelog:10638-10648
/gnuradio/branches/developers/eb/t364/debian/changelog:11016-11017
/gnuradio/branches/developers/eb/t367/debian/changelog:11021-11025
/gnuradio/branches/developers/eb/t371/debian/changelog:10958-10971
/gnuradio/branches/developers/eb/t378/debian/changelog:10683-10688
/gnuradio/branches/developers/jblum/grc/debian/changelog:10680-10938,11187-11273,11310-11357
/gnuradio/branches/developers/jblum/gui_guts/debian/changelog:10464-10658
/gnuradio/branches/developers/jblum/vlen/debian/changelog:10667-10677
/gnuradio/branches/developers/jblum/wxgui/debian/changelog:11125-11183
/gnuradio/branches/developers/jcorgan/cpphier/debian/changelog:10818-10858
/gnuradio/branches/developers/jcorgan/deb/debian/changelog:10949-10959,11013-11022,11046-11059,11075-11077
/gnuradio/branches/developers/jcorgan/fw-optimize/debian/changelog:10428-10429
/gnuradio/branches/developers/jcorgan/gpio2/debian/changelog:10713-10765
/gnuradio/branches/developers/jcorgan/iad2/debian/changelog:10771-10887
/gnuradio/branches/developers/jcorgan/np/debian/changelog:11124-11148
/gnuradio/branches/developers/jcorgan/t161/debian/changelog:10876-10880
/gnuradio/branches/developers/jcorgan/usrp-headers/debian/changelog:11378-11390
/gnuradio/branches/developers/michaelld/am_swig_4/debian/changelog:10555-10595
/gnuradio/branches/developers/michaelld/two_mods/debian/changelog:10540-10546
/gnuradio/branches/developers/trondeau/qt/debian/changelog:11235-11360
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11409 - in gnuradio/trunk: . debian,
jcorgan <=