diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-10-10 11:46:53 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-10-10 11:46:53 +0000 |
commit | c3afdef49407739ab106cae31b0899eaaf32aacc (patch) | |
tree | 3509dc3e5ccf5a8d0576a9aacd5d0ba79d152a70 /debian/libpmt0c2a.install | |
parent | 577d40edc52e303a2594b3b51bd22a4927878273 (diff) |
Tweaks to Debian packaging.
Added .so versioning where needed (libpmt, libmblock, libgromnithread) to allow automated dependency checking.
Reverted (perhaps temporarily) to '3.0.svn' version numbering as the '~' trick wasn't working with Ubuntu
Note: the -dev packages don't seem to be sufficient to compile the gr-howto-write-a-block module, so still debugging.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6610 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'debian/libpmt0c2a.install')
-rw-r--r-- | debian/libpmt0c2a.install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/libpmt0c2a.install b/debian/libpmt0c2a.install index d27f75a68c..1f50f0532a 100644 --- a/debian/libpmt0c2a.install +++ b/debian/libpmt0c2a.install @@ -1,4 +1,3 @@ usr/lib/libpmt.la -usr/lib/libpmt.so +usr/lib/libpmt*.so* usr/lib/pkgconfig/pmt.pc -usr/share/gnuradio/pmt* |