diff options
author | jcorgan | 2009-05-21 00:28:53 +0000 |
---|---|---|
committer | jcorgan | 2009-05-21 00:28:53 +0000 |
commit | 73c872361aeeefe4f484f3a338192bbb0b222035 (patch) | |
tree | 8b4d3e0e08dd3d056ab982ac3b5c4a7f181f2da0 /debian | |
parent | 8cb9f838e35b88b44ed2e0a4b779588ce26e4818 (diff) | |
download | gnuradio-73c872361aeeefe4f484f3a338192bbb0b222035.tar.gz gnuradio-73c872361aeeefe4f484f3a338192bbb0b222035.tar.bz2 gnuradio-73c872361aeeefe4f484f3a338192bbb0b222035.zip |
Tweaks for svn-buildpackage
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11080 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/build-bin.sh | 2 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 5 |
4 files changed, 4 insertions, 7 deletions
diff --git a/debian/build-bin.sh b/debian/build-bin.sh index 2ffea9e45..3ed488023 100755 --- a/debian/build-bin.sh +++ b/debian/build-bin.sh @@ -8,5 +8,3 @@ svn-buildpackage \ --svn-reuse \ -nc \ -rfakeroot - - diff --git a/debian/changelog b/debian/changelog index ccc89b9ce..2daa23763 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ gnuradio (3.2.svn) unstable; urgency=low * post release 3.2 trunk repository packages * see http://gnuradio.org/trac/wiki for stable branch - -- Johnathan Corgan <jcorgan@corganenterprises.com> Mon, 4 May 2009 18:00:00 -0800 + -- Johnathan Corgan <jcorgan@corganenterprises.com> Wed, 20 May 2009 18:00:00 -0800 gnuradio (3.0.svn) unstable; urgency=low diff --git a/debian/control b/debian/control index 6b0646288..695b61045 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Section: comm Priority: optional Maintainer: Johnathan Corgan <jcorgan@corganenterprises.com> Build-Conflicts: automake1.8, automake1.9 -Build-Depends: debhelper (>= 5.0.37.2), build-essential, automake, libtool, pkg-config, python-dev, swig, fftw3-dev | libfftw3-dev, libcppunit-dev, libboost1.37-dev, libgsl0-dev, guile-1.8, libasound2-dev, python-wxgtk2.8, python-numpy, doxygen, xmlto, sdcc-nf, libusb-dev, libjack-dev, portaudio19-dev, libsdl1.2-dev, python-cheetah, python-lxml, python-gtk2 +Build-Depends: debhelper (>= 5.0.37.2), build-essential, automake, libtool, pkg-config, python-dev, swig, fftw3-dev | libfftw3-dev, libcppunit-dev, libboost1.37-dev, libgsl0-dev, guile-1.8, libasound2-dev, python-wxgtk2.8, python-numpy, doxygen, xmlto, sdcc-nf, libusb-dev, libjack-dev, portaudio19-dev, libsdl1.2-dev, python-cheetah, python-lxml, python-gtk2, libqt4-dev, libqwt5-qt4-dev, libqwtplot3d-qt4-dev Standards-Version: 3.7.2 XS-Python-Version: = 2.6 diff --git a/debian/rules b/debian/rules index 4a477732c..fe1782355 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ configure-stamp: build: build-stamp build-stamp: configure-stamp - $(MAKE) -j + $(MAKE) $(MAKE) check touch $@ @@ -107,8 +107,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - mkdir -p ../debfiles - dh_builddeb --destdir=../debfiles + dh_builddeb # Build architecture independant packages using the common target. binary-indep: build install |