diff options
author | jcorgan | 2009-05-22 21:02:16 +0000 |
---|---|---|
committer | jcorgan | 2009-05-22 21:02:16 +0000 |
commit | b5da63dada08409208cad3d64a7efd65f96071e2 (patch) | |
tree | 736b920e3ea812db4582cd43ad8a01022ae4a52d /debian/rules | |
parent | ed236703145cb56e7e69c5605c5fbf01a1ab3878 (diff) | |
download | gnuradio-b5da63dada08409208cad3d64a7efd65f96071e2.tar.gz gnuradio-b5da63dada08409208cad3d64a7efd65f96071e2.tar.bz2 gnuradio-b5da63dada08409208cad3d64a7efd65f96071e2.zip |
Get Python versioning correct.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11086 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index fe1782355..6a6e5c7f8 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS +export DH_PYCENTRAL=nomove + clean: dh_testdir dh_testroot @@ -41,7 +43,6 @@ configure-stamp: --enable-shared \ --sysconfdir=/etc \ --enable-all-components \ - --enable-doxygen \ --disable-gr-audio-osx \ --disable-gr-audio-windows \ --disable-gcell --disable-gr-gcell \ |