[Demudi-commits] r1060 - in liblscp/trunk/debian: . patches

Free Ekanayaka free-guest at alioth.debian.org
Tue Feb 6 12:45:03 CET 2007


Author: free-guest
Date: 2007-02-06 12:45:02 +0100 (Tue, 06 Feb 2007)
New Revision: 1060

Modified:
   liblscp/trunk/debian/changelog
   liblscp/trunk/debian/patches/10_cvs-snapshot.dpatch
Log:
New snapshot

Modified: liblscp/trunk/debian/changelog
===================================================================
--- liblscp/trunk/debian/changelog	2007-02-06 11:43:59 UTC (rev 1059)
+++ liblscp/trunk/debian/changelog	2007-02-06 11:45:02 UTC (rev 1060)
@@ -1,8 +1,8 @@
-liblscp (0.5.2-1+cvs070120) UNRELEASED; urgency=low
+liblscp (0.5.2-1+cvs070205) UNRELEASED; urgency=low
 
   * New cvs snapshot
 
- -- Free Ekanayaka <freee at debian.org>  Sat, 20 Jan 2007 12:45:43 +0100
+ -- Free Ekanayaka <freee at debian.org>  Mon,  5 Feb 2007 09:45:36 +0000
 
 liblscp (0.5.2-1) UNRELEASED; urgency=low
 

Modified: liblscp/trunk/debian/patches/10_cvs-snapshot.dpatch
===================================================================
--- liblscp/trunk/debian/patches/10_cvs-snapshot.dpatch	2007-02-06 11:43:59 UTC (rev 1059)
+++ liblscp/trunk/debian/patches/10_cvs-snapshot.dpatch	2007-02-06 11:45:02 UTC (rev 1060)
@@ -25,8 +25,8 @@
 @DPATCH@
 Index: liblscp/ChangeLog
 diff -u liblscp/ChangeLog:1.51 liblscp/ChangeLog:1.52
---- liblscp/ChangeLog:1.51	Thu Jan 11 15:25:04 2007
-+++ liblscp/ChangeLog	Mon Jan 15 11:08:28 2007
+--- liblscp/ChangeLog:1.51	Thu Jan 11 16:25:04 2007
++++ liblscp/ChangeLog	Mon Jan 15 12:08:28 2007
 @@ -3,6 +3,13 @@
  
  ChangeLog
@@ -52,8 +52,8 @@
                       LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
 Index: liblscp/configure.ac
 diff -u liblscp/configure.ac:1.11 liblscp/configure.ac:1.12
---- liblscp/configure.ac:1.11	Thu Jan 11 15:25:04 2007
-+++ liblscp/configure.ac	Mon Jan 15 11:08:28 2007
+--- liblscp/configure.ac:1.11	Thu Jan 11 16:25:04 2007
++++ liblscp/configure.ac	Mon Jan 15 12:08:28 2007
 @@ -2,7 +2,7 @@
  AC_INIT(src/client.c)
  AM_CONFIG_HEADER(src/config.h)
@@ -74,8 +74,8 @@
  
 Index: liblscp/liblscp.spec.in
 diff -u liblscp/liblscp.spec.in:1.28 liblscp/liblscp.spec.in:1.29
---- liblscp/liblscp.spec.in:1.28	Fri Dec 22 00:35:52 2006
-+++ liblscp/liblscp.spec.in	Mon Jan 15 11:08:28 2007
+--- liblscp/liblscp.spec.in:1.28	Fri Dec 22 01:35:52 2006
++++ liblscp/liblscp.spec.in	Mon Jan 15 12:08:28 2007
 @@ -1,7 +1,7 @@
  
  %define name	@PACKAGE@
@@ -106,8 +106,8 @@
 diff -u liblscp/debian/changelog:1.21 liblscp/debian/changelog:1.23
 Index: liblscp/doc/reference.dox
 diff -u liblscp/doc/reference.dox:1.14 liblscp/doc/reference.dox:1.15
---- liblscp/doc/reference.dox:1.14	Thu Jan 11 12:33:04 2007
-+++ liblscp/doc/reference.dox	Mon Jan 15 11:08:28 2007
+--- liblscp/doc/reference.dox:1.14	Thu Jan 11 13:33:04 2007
++++ liblscp/doc/reference.dox	Mon Jan 15 12:08:28 2007
 @@ -152,7 +152,9 @@
      @ref lscp_get_fxsends (client, channel);
      @ref lscp_list_fxsends (client, channel);
@@ -120,8 +120,8 @@
  
 Index: liblscp/examples/example_client.c
 diff -u liblscp/examples/example_client.c:1.27 liblscp/examples/example_client.c:1.28
---- liblscp/examples/example_client.c:1.27	Thu Jan 11 15:25:04 2007
-+++ liblscp/examples/example_client.c	Mon Jan 15 11:08:28 2007
+--- liblscp/examples/example_client.c:1.27	Thu Jan 11 16:25:04 2007
++++ liblscp/examples/example_client.c	Mon Jan 15 12:08:28 2007
 @@ -273,9 +273,10 @@
  		return 1;
  	}
@@ -249,8 +249,8 @@
  
 Index: liblscp/examples/example_server.c
 diff -u liblscp/examples/example_server.c:1.25 liblscp/examples/example_server.c:1.26
---- liblscp/examples/example_server.c:1.25	Thu Jan 11 12:33:04 2007
-+++ liblscp/examples/example_server.c	Mon Jan 15 11:08:28 2007
+--- liblscp/examples/example_server.c:1.25	Thu Jan 11 13:33:04 2007
++++ liblscp/examples/example_server.c	Mon Jan 15 12:08:28 2007
 @@ -44,6 +44,7 @@
  	static int iSamplerChannel = 0;
  	static int iAudioDevice = 0;
@@ -371,8 +371,8 @@
  	else if (lscp_parser_test2(&tok, "MAP", "MIDI_INSTRUMENT")) {
 Index: liblscp/lscp/client.h
 diff -u liblscp/lscp/client.h:1.23 liblscp/lscp/client.h:1.24
---- liblscp/lscp/client.h:1.23	Thu Jan 11 15:25:04 2007
-+++ liblscp/lscp/client.h	Mon Jan 15 11:08:28 2007
+--- liblscp/lscp/client.h:1.23	Thu Jan 11 16:25:04 2007
++++ liblscp/lscp/client.h	Mon Jan 15 12:08:28 2007
 @@ -104,6 +104,7 @@
  	char *        name;
  	int           midi_controller;
@@ -405,8 +405,8 @@
  // MIDI instrument mapping control functions.
 Index: liblscp/src/client.c
 diff -u liblscp/src/client.c:1.41 liblscp/src/client.c:1.42
---- liblscp/src/client.c:1.41	Thu Jan 11 15:25:04 2007
-+++ liblscp/src/client.c	Mon Jan 15 11:08:28 2007
+--- liblscp/src/client.c:1.41	Thu Jan 11 16:25:04 2007
++++ liblscp/src/client.c	Mon Jan 15 12:08:28 2007
 @@ -2035,6 +2035,11 @@
  					pFxSendInfo->audio_routing = lscp_isplit_create(pszToken, ",");
  				}
@@ -475,8 +475,8 @@
   *
 Index: liblscp/src/common.c
 diff -u liblscp/src/common.c:1.31 liblscp/src/common.c:1.32
---- liblscp/src/common.c:1.31	Thu Jan 11 15:25:04 2007
-+++ liblscp/src/common.c	Mon Jan 15 11:08:28 2007
+--- liblscp/src/common.c:1.31	Thu Jan 11 16:25:04 2007
++++ liblscp/src/common.c	Mon Jan 15 12:08:28 2007
 @@ -1070,6 +1070,7 @@
  	pFxSendInfo->name            = NULL;
  	pFxSendInfo->midi_controller = 0;




More information about the Demudi-commits mailing list