tweaked debian files to get building on Ubuntu 16 with strange problem finding librar...
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 26 Jul 2017 00:42:09 +0000 (00:42 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 26 Jul 2017 00:42:09 +0000 (00:42 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3334 01035d8c-6547-0410-b346-abe4f91aad63

freedv-dev/debian/changelog
freedv-dev/debian/control
freedv-dev/debian/rules

index b337c63a9409b4aa282323bfb68d1c8ccaf91f5f..eefe5e02112e681aa72203e6d174cefb8a2a393f 100644 (file)
@@ -1,4 +1,4 @@
-freedv (3255) xenial; urgency=low
+freedv-dev (3255) xenial; urgency=low
 
   * Subversion snapshot revision 3255.
 
index 957b230b14e192eda6b6708fc1057e6b8a4096a8..ce81e79f8e4d85889123998271d612e2dc8dfafd 100644 (file)
@@ -1,16 +1,16 @@
-Source: freedv
+Source: freedv-dev
 Section: main
 Priority: optional
 Maintainer: Stuart Longland <stuartl@longlandclan.yi.org>
 Build-Depends: debhelper (>= 9), cmake, 
  libhamlib-dev, libsamplerate-dev, libasound2-dev, libao-dev, libgsm1-dev,
- portaudio19-dev, libsox-dev, libsndfile1-dev, libwxgtk3.0-dev
+ portaudio19-dev, libsndfile1-dev, libwxgtk3.0-dev
 Standards-Version: 3.9.5
 Homepage: http://www.freedv.org
 #Vcs-Git: git://anonscm.debian.org/collab-maint/freedv.git
 #Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/freedv.git;a=summary
 
-Package: freedv
+Package: freedv-dev
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: FreeDV: Open-Source Digital Voice
index 9d9df0b2e3f970dca0b972c02a81071ae0a01f25..1c43233487bf2d8454b993d2d18afe00237bfec3 100755 (executable)
@@ -28,3 +28,7 @@ override_dh_auto_configure:
               -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
               -DUSE_STATIC_CODEC2=TRUE \
               -DUSE_STATIC_SPEEXDSP=TRUE
+override_dh_shlibdeps:
+       dh_shlibdeps -- \
+          -l/lib/x86_64-linux-gnu \
+          -l/usr/lib/x86_64-linux-gnu