Author: bdale Date: 2007-10-03 21:06:21 -0600 (Wed, 03 Oct 2007) New Revision: 6587
Modified: gnuradio/branches/developers/bdale/deb/debian/changelog gnuradio/branches/developers/bdale/deb/debian/control gnuradio/branches/developers/bdale/deb/debian/rules Log: minimal tweaks to get package builds to complete Modified: gnuradio/branches/developers/bdale/deb/debian/changelog =================================================================== --- gnuradio/branches/developers/bdale/deb/debian/changelog 2007-10-04 00:13:07 UTC (rev 6586) +++ gnuradio/branches/developers/bdale/deb/debian/changelog 2007-10-04 03:06:21 UTC (rev 6587) @@ -1,4 +1,4 @@ -gnuradio (3.0.svn) unstable; urgency=low +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 Modified: gnuradio/branches/developers/bdale/deb/debian/control =================================================================== --- gnuradio/branches/developers/bdale/deb/debian/control 2007-10-04 00:13:07 UTC (rev 6586) +++ gnuradio/branches/developers/bdale/deb/debian/control 2007-10-04 03:06:21 UTC (rev 6587) @@ -231,7 +231,7 @@ Architecture: all Depends: gnuradio-doc, python-gnuradio, gnuradio-examples Suggests: usrp -Descripton: GNU Software Defined Radio +Description: GNU Software Defined Radio This is a virtual package that depends the entire GNU Radio collection of components. If you are using a USRP, you should also install the usrp package. Modified: gnuradio/branches/developers/bdale/deb/debian/rules =================================================================== --- gnuradio/branches/developers/bdale/deb/debian/rules 2007-10-04 00:13:07 UTC (rev 6586) +++ gnuradio/branches/developers/bdale/deb/debian/rules 2007-10-04 03:06:21 UTC (rev 6587) @@ -1,14 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# -# Modified to make a template file for a multi-binary package with separated -# build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
