Hi,

 I made a simple patch for fixing install failure #574209 and #574231
 This includes patch for Bug#573759 to build package.

 Please consider to apply it to fixing Serious bugs.
 Thanks.

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane
diff -u gnuradio-3.2.2.dfsg/debian/changelog gnuradio-3.2.2.dfsg/debian/changelog
--- gnuradio-3.2.2.dfsg/debian/changelog
+++ gnuradio-3.2.2.dfsg/debian/changelog
@@ -1,3 +1,15 @@
+gnuradio (3.2.2.dfsg-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - fix installation error by adding "Depends: adduser" to libusrp2-0 and 
+      libusrp0 (Closes: #574231, #574209)
+  * debian/rules
+    - apply patch from Kamal Mostafa <ka...@whence.com>
+      remove old .moc files (Closes: #573759)
+
+ -- Hideki Yamane (Debian-JP) <henr...@debian.or.jp>  Tue, 20 Apr 2010 20:09:11 +0900
+
 gnuradio (3.2.2.dfsg-1) unstable; urgency=low
 
   * new upstream version, includes gcc4.3 support, closes: #474801, #524387
diff -u gnuradio-3.2.2.dfsg/debian/rules gnuradio-3.2.2.dfsg/debian/rules
--- gnuradio-3.2.2.dfsg/debian/rules
+++ gnuradio-3.2.2.dfsg/debian/rules
@@ -15,6 +15,11 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp extract-stamp install-stamp
 
+	# Remove (possibly stale) pre-built Qt-generated moc files; they will
+	# be rebuilt using the current Qt moc.  Perhaps this should actually be
+	# part of 'make distclean' and these files not be distributed:
+	rm -f ./gr-qtgui/src/lib/*_moc.cc
+
 	if [ -f Makefile ]; \
 	then\
 		if [ -d .svn ]; \
diff -u gnuradio-3.2.2.dfsg/debian/control gnuradio-3.2.2.dfsg/debian/control
--- gnuradio-3.2.2.dfsg/debian/control
+++ gnuradio-3.2.2.dfsg/debian/control
@@ -110,7 +110,7 @@
 Package: libusrp0
 Section: comm
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, adduser
 Replaces: libusrp0c2a, usrp-firmware
 Conflicts: usrp-firmware
 Suggests: usrp-doc
@@ -146,7 +146,7 @@
 Package: libusrp2-0
 Section: comm
 Architecture: any
-Depends: libgruel0 (= ${binary:Version}), libgromnithread0 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libgruel0 (= ${binary:Version}), libgromnithread0 (= ${binary:Version}), ${shlibs:Depends}, adduser
 Description: Client side library for the USRP2 hardware
  The Universal Software Radio Peripheral 2 (USRP2) is a GbE-connected,
  low-cost and open board. It features two high-speed analog-to-digital

Attachment: pgpZhrnNJdV1k.pgp
Description: PGP signature

Reply via email to