[Demudi-commits] r671 - in dssi/trunk/debian: . patches

Free Ekanayaka free-guest at costa.debian.org
Tue Feb 7 12:45:06 UTC 2006


Author: free-guest
Date: 2006-02-07 12:45:05 +0000 (Tue, 07 Feb 2006)
New Revision: 671

Added:
   dssi/trunk/debian/patches/
   dssi/trunk/debian/patches/00list
   dssi/trunk/debian/patches/lib-dssi-path.dpatch
Modified:
   dssi/trunk/debian/changelog
Log:
* Using dpatch (split the old .diff.gz in the relevant patches)

Modified: dssi/trunk/debian/changelog
===================================================================
--- dssi/trunk/debian/changelog	2006-02-07 12:35:06 UTC (rev 670)
+++ dssi/trunk/debian/changelog	2006-02-07 12:45:05 UTC (rev 671)
@@ -3,7 +3,7 @@
   * New upstream release
   * Removed hard-coded dependency on libjack
   * Depends on libjack-dev instead of libjack0.80.0-dev
-  * Using dpatch
+  * Using dpatch (split the old .diff.gz in the relevant patches)
   * Added watch file
 
  -- Free Ekanayaka <free at 64studio.com>  Tue,  7 Feb 2006 12:48:48 +0100

Added: dssi/trunk/debian/patches/00list
===================================================================
--- dssi/trunk/debian/patches/00list	2006-02-07 12:35:06 UTC (rev 670)
+++ dssi/trunk/debian/patches/00list	2006-02-07 12:45:05 UTC (rev 671)
@@ -0,0 +1,2 @@
+lib-dssi-path
+

Added: dssi/trunk/debian/patches/lib-dssi-path.dpatch
===================================================================
--- dssi/trunk/debian/patches/lib-dssi-path.dpatch	2006-02-07 12:35:06 UTC (rev 670)
+++ dssi/trunk/debian/patches/lib-dssi-path.dpatch	2006-02-07 12:45:05 UTC (rev 671)
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## lib-dssi-path.dpatch by Free Ekanayaka <free at 64studio.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/jack-dssi-host/jack-dssi-host.c trunk/jack-dssi-host/jack-dssi-host.c
+--- trunk~/jack-dssi-host/jack-dssi-host.c	2005-10-11 18:44:56.000000000 +0200
++++ trunk/jack-dssi-host/jack-dssi-host.c	2006-02-07 13:38:35.000000000 +0100
+@@ -494,9 +494,9 @@
+ 	    const char *home = getenv("HOME");
+ 	    if (home) {
+ 		defaultDssiPath = malloc(strlen(home) + 60);
+-		sprintf(defaultDssiPath, "/usr/local/lib/dssi:/usr/lib/dssi:%s/.dssi", home);
++		sprintf(defaultDssiPath, "/usr/local/lib/dssi/0.9:/usr/lib/dssi/0.9:%s/.dssi", home);
+ 	    } else {
+-		defaultDssiPath = strdup("/usr/local/lib/dssi:/usr/lib/dssi");
++		defaultDssiPath = strdup("/usr/local/lib/dssi/0.9:/usr/lib/dssi/0.9");
+ 	    }
+ 	}
+ 	dssiPath = defaultDssiPath;


Property changes on: dssi/trunk/debian/patches/lib-dssi-path.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Demudi-commits mailing list