[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.116.1-4-37-g17d8899

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Jul 9 20:53:55 UTC 2009


The following commit has been merged in the master branch:
commit 2ef0f7adcdda127baecbf940282de60bad0c4115
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Thu Jul 9 22:03:41 2009 +0200

    Remove synopsis spelling patch and Kfreebsd patch.
    
    Both patches are included in the svn, so we don't have to patch
    locally.

diff --git a/debian/patches/08_synopsis-spelling.patch b/debian/patches/08_synopsis-spelling.patch
deleted file mode 100644
index 773e180..0000000
--- a/debian/patches/08_synopsis-spelling.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/jackd/jackd.1.in b/jackd/jackd.1.in
-index d26a7b1..46ff578 100644
---- a/jackd/jackd.1.in
-+++ b/jackd/jackd.1.in
-@@ -1,7 +1,7 @@
- .TH "JACKD" "1" "@VERSION@" "April 2006" ""
- .SH "NAME"
- jackd, jackstart \- JACK Audio Connection Kit sound server
--.SH "SYNOPSYS"
-+.SH "SYNOPSIS"
- \fBjackd\fR [\fIoptions\fR] \fB\-d\fI backend \fR 
- [\fIbackend\-parameters\fR]
- .br
diff --git a/debian/patches/12_bug510127.patch b/debian/patches/12_bug510127.patch
deleted file mode 100644
index 2c090e5..0000000
--- a/debian/patches/12_bug510127.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From: Petr Salinger <Petr.Salinger at seznam.cz>
-Subject: jack-audio-connection-kit: FTBFS on GNU/kFreeBSD
-To: submit at bugs.debian.org
-Date: Mon, 29 Dec 2008 16:48:07 +0100 (CET)
-
-Package: jack-audio-connection-kit
-Severity: important
-Version: 0.116.1-2
-Tags: patch
-User: glibc-bsd-devel at lists.alioth.debian.org
-Usertags: kfreebsd
-
-Hi,
-
-the current version fails to build on GNU/kFreeBSD,
-the previous 0.116.1-1 have been built fine.
-
-It is due to just enabled NetJack backend.
-It needs small tweak, see bellow.
-
-It would also be nice if you can ask upstream
-to include this change.
-
-Thanks in advance
-
-                        Petr
-
-diff --git a/drivers/netjack/net_driver.c b/drivers/netjack/net_driver.c
-index 0748857..e43ec39 100644
---- a/drivers/netjack/net_driver.c
-+++ b/drivers/netjack/net_driver.c
-@@ -493,7 +493,7 @@ net_driver_write (net_driver_t* driver, jack_nframes_t nframes)
-     {
- 	int r;
- 
--#ifdef __APPLE__
-+#if !defined(MSG_CONFIRM)
- 	static const int flag = 0;
- #else
- 	static const int flag = MSG_CONFIRM;

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list