[hamradio-commits] [linpsk] 07/25: Imported Debian patch 0.8.1-3

Iain R. Learmonth irl at moszumanska.debian.org
Fri Apr 15 14:02:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository linpsk.

commit 8896e564753b803a2a7956fbab7f3739b3fd2788
Author: Hamish Moffatt <hamish at debian.org>
Date:   Sun Mar 19 23:53:34 2006 +1100

    Imported Debian patch 0.8.1-3
---
 debian/changelog            | 9 +++++++++
 debian/watch                | 2 ++
 src/portaudio/pa_unix_oss.c | 4 ++--
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 913139a..487b9de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+linpsk (0.8.1-3) unstable; urgency=low
+
+  * Apply patch to src/portaudio/pa_unix_oss.c to allow compilation
+    on GNU/kFreeBSD; thanks to Aurelien Jarno for the patch
+    (closes: #336914)
+  * Added debian/watch file to look for new upstream versions
+
+ -- Hamish Moffatt <hamish at debian.org>  Sun, 19 Mar 2006 23:53:34 +1100
+
 linpsk (0.8.1-2) unstable; urgency=low
 
   * Rebuild for g++ transition / link with libqt3, not libqt3c102
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..539e85e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/linpsk/linpsk-(\d.*)\.tar\.gz
diff --git a/src/portaudio/pa_unix_oss.c b/src/portaudio/pa_unix_oss.c
index 06a3fda..519e756 100644
--- a/src/portaudio/pa_unix_oss.c
+++ b/src/portaudio/pa_unix_oss.c
@@ -44,7 +44,7 @@
 #ifdef __linux__
 #include <linux/soundcard.h>
 #else
-#include <machine/soundcard.h> /* JH20010905 */
+#include <sys/soundcard.h> /* JH20010905 */
 #endif
 
 
@@ -465,4 +465,4 @@ if  (fd >0)
  return paDeviceUnavailable;
  
 }
-**/
\ No newline at end of file
+**/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/linpsk.git



More information about the pkg-hamradio-commits mailing list