[Demudi-commits] r711 - in ams/trunk/debian: . patches

Free Ekanayaka free-guest at costa.debian.org
Fri Feb 17 10:24:33 UTC 2006


Author: free-guest
Date: 2006-02-17 10:24:32 +0000 (Fri, 17 Feb 2006)
New Revision: 711

Modified:
   ams/trunk/debian/changelog
   ams/trunk/debian/control
   ams/trunk/debian/patches/11ams_launch_script.dpatch
Log:
* Using exec in wrapper script to launch ams.real
* Addeed /usr/local/ladspa to the LADSPA_PATH env variable
* Set Maintainer to debian-multimedia
* Added Junichi and me to the uploaders

Modified: ams/trunk/debian/changelog
===================================================================
--- ams/trunk/debian/changelog	2006-02-17 09:48:29 UTC (rev 710)
+++ ams/trunk/debian/changelog	2006-02-17 10:24:32 UTC (rev 711)
@@ -1,3 +1,13 @@
+ams (1.8.7-6) UNRELEASED; urgency=low
+
+  [ Free Ekanayaka]
+  * Using exec in wrapper script to launch ams.real
+  * Addeed /usr/local/ladspa to the LADSPA_PATH env variable
+  * Set Maintainer to debian-multimedia
+  * Added Junichi and me to the uploaders
+
+ -- Free Ekanayaka <free at 64studio.com>  Fri, 17 Feb 2006 11:24:29 +0100
+
 ams (1.8.7-5) unstable; urgency=low
 
   * Removed useless debconf dependency

Modified: ams/trunk/debian/control
===================================================================
--- ams/trunk/debian/control	2006-02-17 09:48:29 UTC (rev 710)
+++ ams/trunk/debian/control	2006-02-17 10:24:32 UTC (rev 711)
@@ -1,7 +1,8 @@
 Source: ams
 Section: sound
 Priority: optional
-Maintainer: Free Ekanayaka <free at agnula.org>
+Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
+Uploaders: Free Ekanayaka <free at 64studio.com>, Junichi Uekawa <dancer at debian.org>
 Build-Depends: debhelper (>> 3.0.0), libqt3-mt-dev (>= 3:3.3.4-7), ladspa-sdk, libasound2-dev, libjack0.100.0-dev, fftw-dev, sfftw-dev, dpatch, libqt3-compat-headers, libclalsadrv-dev (>= 1.0.1-3)
 Standards-Version: 3.6.2.1
 

Modified: ams/trunk/debian/patches/11ams_launch_script.dpatch
===================================================================
--- ams/trunk/debian/patches/11ams_launch_script.dpatch	2006-02-17 09:48:29 UTC (rev 710)
+++ ams/trunk/debian/patches/11ams_launch_script.dpatch	2006-02-17 10:24:32 UTC (rev 711)
@@ -5,9 +5,9 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad ams-1.8.7/ams /tmp/dpep.VcE7VH/ams-1.8.7/ams
---- ams-1.8.7/ams	1970-01-01 01:00:00.000000000 +0100
-+++ /tmp/dpep.VcE7VH/ams-1.8.7/ams	2005-06-21 13:43:55.000000000 +0200
+diff -urNad trunk~/ams trunk/ams
+--- trunk~/ams	1970-01-01 01:00:00.000000000 +0100
++++ trunk/ams	2006-02-17 11:23:20.000000000 +0100
 @@ -0,0 +1,20 @@
 +#!/bin/sh
 +#
@@ -18,7 +18,7 @@
 +# This script is licensed under the GNU GPL v2 - you can find a
 +# complete copy of the license under /usr/share/common-licenses/GPL-2
 +
-+LADSPA_DEFAULT_PATH=/usr/lib/ladspa
++LADSPA_DEFAULT_PATH=/usr/lib/ladspa:/usr/local/ladspa
 +OPTIONS=" --presetpath /usr/share/doc/ams/demos"
 +
 +if [ -z "$LADSPA_PATH" ]; then
@@ -28,4 +28,4 @@
 +	OPTIONS="$OPTIONS --jack"
 +fi
 +
-+/usr/lib/ams/ams.real $OPTIONS $@
++exec /usr/lib/ams/ams.real $OPTIONS $@




More information about the Demudi-commits mailing list