[Demudi-commits] r1301 - in jackdmp/trunk: . debian debian/patches

Free Ekanayaka free-guest at alioth.debian.org
Thu May 10 10:57:28 UTC 2007


Author: free-guest
Date: 2007-05-10 10:57:28 +0000 (Thu, 10 May 2007)
New Revision: 1301

Added:
   jackdmp/trunk/debian/
   jackdmp/trunk/debian/changelog
   jackdmp/trunk/debian/compat
   jackdmp/trunk/debian/control
   jackdmp/trunk/debian/copyright
   jackdmp/trunk/debian/dirs
   jackdmp/trunk/debian/docs
   jackdmp/trunk/debian/jackdmp.install
   jackdmp/trunk/debian/jackdmp.postrm
   jackdmp/trunk/debian/jackdmp.preinst
   jackdmp/trunk/debian/libjackmp0.install
   jackdmp/trunk/debian/libjackmp0.postrm
   jackdmp/trunk/debian/patches/
   jackdmp/trunk/debian/patches/Makefile.patch
   jackdmp/trunk/debian/rules
   jackdmp/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: jackdmp/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: jackdmp/trunk/debian/changelog
===================================================================
--- jackdmp/trunk/debian/changelog	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/changelog	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,6 @@
+jackdmp (0.62-1) unstable; urgency=low
+
+  * Initial release (Closes: #423089)
+
+ -- Free Ekanayaka <freee at debian.org>  Wed,  9 May 2007 18:58:25 +0200
+

Added: jackdmp/trunk/debian/compat
===================================================================
--- jackdmp/trunk/debian/compat	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/compat	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1 @@
+5

Added: jackdmp/trunk/debian/control
===================================================================
--- jackdmp/trunk/debian/control	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/control	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,32 @@
+Source: jackdmp
+Section: sound
+Priority: extra
+Maintainer: Free Ekanayaka <freee at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), dpatch, libasound2-dev, libfreebob0-dev
+Standards-Version: 3.7.2
+
+Package: jackdmp
+Depends: jackd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: C++ version of jackd for multi-processor machines
+ Jackdmp is a new implementation of the jackd server core features that
+ aims in removing some limitations of the current design. The
+ activation system has been changed for a data flow model and
+ lock-free programming techniques for graph access have been used to
+ have a more dynamic and robust system.
+ .
+ This package contains the daemon jackdmp.
+
+Package: libjackmp0
+Depends: libjack0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: C++ version of jackd for multi-processor machines
+ Jackdmp is a new implementation of the jackd server core features that
+ aims in removing some limitations of the current design. The
+ activation system has been changed for a data flow model and
+ lock-free programming techniques for graph access have been used to
+ have a more dynamic and robust system.
+ .
+ This package contains the shared libraries.

Added: jackdmp/trunk/debian/copyright
===================================================================
--- jackdmp/trunk/debian/copyright	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/copyright	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,101 @@
+This package was debianized by Free Ekanayaka <freee at debian.org> on
+Wed,  9 May 2007 18:58:25 +0200.
+
+It was downloaded from http://www.grame.fr/~letz/jackdmp.html
+
+Upstream Author: Computer Music Research Laboratory <letz at grame.fr>
+
+Copyright (C) 2001-2003 Paul Davis                                              
+Copyright (C) 2004-2006 Grame                                                   
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Free Ekanayaka <freee at debian.org> and
+is licensed under the GPL, see above.
+
+Furthermore:
+
+1) The Files
+
+src/common/JackChannelTransaction.h
+src/common/JackLibAPI.h
+src/common/JackSocket.cpp
+src/common/JackSocket.h
+src/common/JackSocketClientChannel.cpp
+src/common/JackSocketClientChannel.h
+src/common/JackSocketNotifyChannel.cpp
+src/common/JackSocketNotifyChannel.h
+src/common/JackSocketServerChannel.cpp
+src/common/JackSocketServerChannel.h
+src/common/JackSocketServerNotifyChannel.j
+src/common/JackTime.h
+src/common/jack.h
+src/common/thread.h
+src/common/transport.h
+src/common/transport_types.h
+src/common/types.h
+
+are Copyright (C) 2001-2003 Paul Davis and 2004-2006 Grame
+
+2) The Files
+
+src/common/JackTypes.h
+src/common/ringbuffer.c
+src/common/ringbuffer.h
+
+are  Copyright (C) 2001 Paul Davis et al.
+
+3) The Files
+
+src/common/driver_interface.h
+
+are Copyright (C) 2003 Bob Ham <rah at bash.sh>
+
+4) The Files
+
+src/common/intclient.h
+src/common/varargs.h
+
+Copyright (C) 2004 Jack O'Quin 
+
+5) The Files
+
+src/common/statistics.h 
+
+are Copyright (C) 2004 Rui Nuno Capela, Lee Revell  
+
+All the files listed at 1-5) are licensed under the LGPL:
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.

Added: jackdmp/trunk/debian/dirs
===================================================================
--- jackdmp/trunk/debian/dirs	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/dirs	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,2 @@
+usr/bin
+usr/lib

Added: jackdmp/trunk/debian/docs
===================================================================
--- jackdmp/trunk/debian/docs	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/docs	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1 @@
+README

Added: jackdmp/trunk/debian/jackdmp.install
===================================================================
--- jackdmp/trunk/debian/jackdmp.install	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/jackdmp.install	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,3 @@
+usr/lib/libjackdmp.so
+usr/bin/jackdmp
+usr/lib/jackmp

Added: jackdmp/trunk/debian/jackdmp.postrm
===================================================================
--- jackdmp/trunk/debian/jackdmp.postrm	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/jackdmp.postrm	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,40 @@
+#!/bin/sh
+# postrm script for jackdmp
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postrm> `remove'
+#        * <postrm> `purge'
+#        * <old-postrm> `upgrade' <new-version>
+#        * <new-postrm> `failed-upgrade' <old-version>
+#        * <new-postrm> `abort-install'
+#        * <new-postrm> `abort-install' <old-version>
+#        * <new-postrm> `abort-upgrade' <old-version>
+#        * <disappearer's-postrm> `disappear' <overwriter>
+#          <overwriter-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    dpkg-divert --package jackdmp --rename --remove /usr/bin/jackd
+    ;;
+
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: jackdmp/trunk/debian/jackdmp.preinst
===================================================================
--- jackdmp/trunk/debian/jackdmp.preinst	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/jackdmp.preinst	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,41 @@
+#!/bin/sh
+# preinst script for jackdmp
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <new-preinst> `install'
+#        * <new-preinst> `install' <old-version>
+#        * <new-preinst> `upgrade' <old-version>
+#        * <old-preinst> `abort-upgrade' <new-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    install|upgrade)
+    dpkg-divert \
+	--package jackdmp \
+	--divert /usr/bin/jackd.jack-audio-connection-kit \
+	--rename /usr/bin/jackd
+    ;;
+
+    abort-upgrade)
+    ;;
+
+    *)
+        echo "preinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: jackdmp/trunk/debian/libjackmp0.install
===================================================================
--- jackdmp/trunk/debian/libjackmp0.install	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/libjackmp0.install	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,2 @@
+usr/lib/libjackmp.so
+

Added: jackdmp/trunk/debian/libjackmp0.postrm
===================================================================
--- jackdmp/trunk/debian/libjackmp0.postrm	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/libjackmp0.postrm	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,15 @@
+#!/bin/sh
+# postrm script for libjackmp0
+#
+# see: dh_installdeb(1)
+
+set -e
+
+#DEBHELPER#
+
+# Workaround ldconfig deleting symlinks
+if [ ! -e /usr/lib/libjack-0.100.0.so.0 ]; then
+    ln -s /usr/lib/libjack.so.0 /usr/lib/libjack-0.100.0.so.0
+fi
+
+exit 0

Added: jackdmp/trunk/debian/patches/Makefile.patch
===================================================================
--- jackdmp/trunk/debian/patches/Makefile.patch	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/patches/Makefile.patch	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,57 @@
+--- src/linux/Makefile.orig	2007-05-10 12:52:02.000000000 +0200
++++ src/linux/Makefile	2007-05-10 12:42:31.000000000 +0200
+@@ -1,12 +1,14 @@
+ 
+ # Choose the installation location
+-prefix := /usr/local
++prefix := /usr
+ prefix := ${DESTDIR}${prefix}
+ 
+ subprojects := ../common ../tests ../example-clients alsa freebob
+ 
+ sources := $(wildcard *.cpp) $(wildcard */*.cpp) $(wildcard ../common/*.cpp) $(wildcard ../tests/*.cpp)
+ 
++JACK_VERSION := 0.0.23
++
+ TARGET_LINUX_SERVER := jackdmp
+ 
+ TARGET_LINUX_SERVER_LIB := libjackdmp.so
+@@ -57,7 +59,7 @@
+ # Add the -D__CLIENTDEBUG__  flag to activate client validation
+ 
+ all : $(TARGET_LINUX_SERVER_LIB) $(TARGET_LINUX_CLIENT_LIB) $(TARGET_LINUX_WRAPPER_LIB) \
+-        $(TARGET_LINUX_SERVER) $(TARGET_LINUX_ALSA) $(TARGET_LINUX_DUMMY) \
++        $(TARGET_LINUX_SERVER) $(TARGET_LINUX_ALSA) $(TARGET_LINUX_DUMMY) $(TARGET_LINUX_FREEBOB)\
+         synchroClient synchroServer synchroServerClient testSem jack_test
+ 
+ freebob : $(TARGET_LINUX_SERVER_LIB) $(TARGET_LINUX_CLIENT_LIB) $(TARGET_LINUX_WRAPPER_LIB) \
+@@ -84,7 +86,7 @@
+ 	$(CXX) $(CXXFLAGS) -shared $(objects_common_server_lib) $(LIB_LINUX) -o $(TARGET_LINUX_SERVER_LIB)
+ 
+ $(TARGET_LINUX_CLIENT_LIB) : $(objects_common_client_lib) $(objects_linux_lib)
+-	$(CXX) $(CXXFLAGS) -shared $(objects_common_client_lib) $(objects_linux_lib) $(LIB_LINUX)  -o $(TARGET_LINUX_CLIENT_LIB)
++	$(CXX) $(CXXFLAGS) -Wl,-soname=libjack.so.0 -shared $(objects_common_client_lib) $(objects_linux_lib) $(LIB_LINUX)  -o $(TARGET_LINUX_CLIENT_LIB)
+ 
+ $(TARGET_LINUX_WRAPPER_LIB) : JackAPIWrapper.o ringbuffer.o
+ 	$(CXX) $(CXXFLAGS) -shared JackAPIWrapper.o ringbuffer.o -o $(TARGET_LINUX_WRAPPER_LIB)
+@@ -104,6 +106,8 @@
+ 
+ # Install jackdmp and overwrite jack installation
+ install:
++	mkdir -p $(prefix)/bin
++	mkdir -p $(prefix)/lib
+ 	cp jackdmp $(prefix)/bin
+ 	cp libjackmp.so $(prefix)/lib
+ 	cp libjackdmp.so $(prefix)/lib
+@@ -111,11 +115,6 @@
+ 	cp jack_alsa.so $(prefix)/lib/jackmp
+ 	cp jack_dummy.so $(prefix)/lib/jackmp
+ 	[ -f jack_freebob.so ]  && cp jack_freebob.so $(prefix)/lib/jackmp || echo "freebob driver not installed"
+-	cd $(prefix)/lib && [ -f libjack.so.0.0.23 ] && mv -f libjack.so.0.0.23 tmp_libjack.so.0.0.23 || echo "Jack not found, continue..."
+-	cd $(prefix)/lib && rm -f libjack.so*
+-	cd $(prefix)/lib && ln -s libjackmp.so  libjack.so
+-	cd $(prefix)/lib && ln -s libjackmp.so  libjack.so.0
+-	/sbin/ldconfig
+ 
+ # Remove jackdmp and tries to restore jack
+ uninstall: remove

Added: jackdmp/trunk/debian/rules
===================================================================
--- jackdmp/trunk/debian/rules	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/rules	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+# Add here any variable or target overrides you need.
+DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make -C src/linux
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp
+DEB_DH_INSTALL_SOURCEDIR = debian/tmp
+DEB_DH_SHLIBDEPS_ARGS_jackdmp = -l debian/jackdmp/usr/lib/libjackdmp.so
+
+common-binary-post-install-arch::
+	ln -s jackdmp debian/jackdmp/usr/bin/jackd


Property changes on: jackdmp/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: jackdmp/trunk/debian/watch
===================================================================
--- jackdmp/trunk/debian/watch	2007-05-10 10:57:10 UTC (rev 1300)
+++ jackdmp/trunk/debian/watch	2007-05-10 10:57:28 UTC (rev 1301)
@@ -0,0 +1,3 @@
+# Site		Directory	Pattern		Version	Script
+version=3
+http://www.grame.fr/~letz/jackdmp.html http://www.grame.fr/~letz/jackdmp_(.*)\.zip




More information about the Demudi-commits mailing list