Imported Debian patch 3.0.3-1 debian/3.0.3-1
authorBdale Garbee <bdale@gag.com>
Mon, 12 Mar 2007 05:55:32 +0000 (23:55 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 10 Aug 2009 18:09:52 +0000 (12:09 -0600)
debian/changelog
debian/control
debian/gnuradio-doc.dirs [deleted file]
debian/gnuradio-doc.install
debian/usrp-doc.install [new file with mode: 0644]
usrp/doc/Makefile.am
usrp/doc/Makefile.in

index 5c9ba74adce24a05e95865ce3f4145c7e7771235..ca781ab7f59c667b7bdf4ddaf16f9a3a906b07a2 100644 (file)
@@ -1,3 +1,13 @@
+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 <bdale@gag.com>  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 
index 76082378d196d17ba277e2c37c5556e1ba938bcc..187645ac252be426a79490c19ec2bd2cf702fa9b 100644 (file)
@@ -3,7 +3,7 @@ Section: comm
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
 Build-Conflicts: automake1.8, automake1.9
-Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, doxygen, fftw3-dev, libasound2-dev, libboost-dev, libcppunit-dev, libjack0.100.0-dev, libsdl1.2-dev, portaudio19-dev, libtool, libusb-dev, pkg-config, python, python-all-dev, python-central (>= 0.5), python-numeric, python-wxgtk2.6, sdcc, swig
+Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, doxygen, fftw3-dev, libasound2-dev, libboost-dev, libcppunit-dev, libjack0.100.0-dev, libsdl1.2-dev, portaudio19-dev, libtool, libusb-dev, pkg-config, python, python-all-dev, python-central (>= 0.5), python-numeric, python-wxgtk2.6, sdcc, swig, xmlto
 Build-Depends-Indep: python-all-dev
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.3
@@ -67,7 +67,7 @@ Package: usrp
 Section: contrib/comm
 Architecture: any
 Depends: ${shlibs:Depends}, python, libusrp0-dev, libusrp0c2a-dbg, python-usrp (= ${Source-Version})
-Recommends: gnuradio, hotplug, usrp-firmware
+Recommends: gnuradio, hotplug, usrp-doc, usrp-firmware
 XB-Python-Version: ${python:Versions}
 Description: control applications and firmware for the USRP
  The Universal Software Radio Peripheral (USRP) is an USB-connected,
@@ -85,6 +85,14 @@ Description: control applications and firmware for the USRP
  so that installing this package will pull in all the pieces you might 
  want or need to successfully use the USRP with GNU Radio.
 
+Package: usrp-doc
+Section: doc
+Architecture: all
+Depends: ${shlibs:Depends}
+Description: Software Defined Radio with USRP
+ This package contains the documentation for the USRP support that is
+ part of the GNU Radio software defined radio system.
+
 Package: usrp-firmware
 Section: contrib/comm
 Architecture: all
diff --git a/debian/gnuradio-doc.dirs b/debian/gnuradio-doc.dirs
deleted file mode 100644 (file)
index 89b0e6f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/doc/gnuradio-doc/html
index 32d9c699af85e5e0760e3c5fa5c67952a2a7f58f..08f1e5de5085411e8e95ad6405af6963eae72673 100644 (file)
@@ -1,2 +1,2 @@
-usr/share/doc/gnuradio*/html usr/share/doc/gnuradio-doc/html
-usr/share/doc/gnuradio*/README /usr/share/doc/gnuradio-doc/README
+usr/share/doc/gnuradio*/html usr/share/doc/gnuradio-doc
+usr/share/doc/gnuradio*/README /usr/share/doc/gnuradio-doc
diff --git a/debian/usrp-doc.install b/debian/usrp-doc.install
new file mode 100644 (file)
index 0000000..9a2cb47
--- /dev/null
@@ -0,0 +1,2 @@
+usr/share/doc/gnuradio*/usrp/html usr/share/doc/usrp-doc
+usr/share/doc/gnuradio*/usrp/README /usr/share/doc/usrp-doc
index 85f02f32f3279e8b2c6f4e1cd1a512371eb04c56..978d4a09f8974e66c8fbb63930c3543d259a88f3 100644 (file)
@@ -25,7 +25,7 @@ include $(top_srcdir)/Makefile.common
 SUBDIRS = other
 
 man3dir = $(mandir)/man3
-docdir  = $(prefix)/share/doc/@PACKAGE@-@VERSION@
+docdir  = $(prefix)/share/doc/@PACKAGE@-@VERSION@/usrp
 
 EXTRA_DIST =                   \
        Doxyfile.in             \
index 8e8c8b3764e3a6c5bb3b2a8b2c22243c28fb6d59..21192b41e0e5b3eab52e281474c9bcc14fd5e8a2 100644 (file)
@@ -307,7 +307,7 @@ build_os = @build_os@
 build_vendor = @build_vendor@
 datadir = @datadir@
 datarootdir = @datarootdir@
-docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@
+docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@/usrp
 dvidir = @dvidir@
 enable_dot = @enable_dot@
 enable_html_docs = @enable_html_docs@