[SCM] ladish/master: Revert "Drop lash compatibility library, it's not needed anymore."

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jan 13 19:32:29 UTC 2012


The following commit has been merged in the master branch:
commit 654c1ca9ee1947a79ca71dd60c42bbb3233f87ad
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Jan 13 20:05:25 2012 +0100

    Revert "Drop lash compatibility library, it's not needed anymore."
    
    After a brief discussion with upstream's author, I've decided to
    reintroduce the dummy lash support to provide the L2 level of
    interaction until libladish is released.
    
    This reverts commit 63b32a70d728646adda360a0e619244d3afedfc8.

diff --git a/debian/README.source b/debian/REDME.source
similarity index 100%
rename from debian/README.source
rename to debian/REDME.source
diff --git a/debian/control b/debian/control
index 43b706a..0652927 100644
--- a/debian/control
+++ b/debian/control
@@ -58,6 +58,42 @@ Description: graphical interface for LADI Session Handler
  .
  This package provides a graphical interface to ladish.
 
+Package: liblash-compat-1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Breaks: lashd,
+ python-lash
+Description: LASH compatibility library
+ liblash-compat is a library and associated header files, that aims
+ to provide lash environment for apps that can use it. Currently it
+ does not interact with ladish daemon yet.
+ .
+ This package provides the shared library.
+
+Package: liblash-compat-dev
+Section: libdevel
+Architecture: all
+Depends: liblash-compat-1 (>= ${source:Version}),
+ liblash-compat-1 (<< ${source:Upstream-Version}+1~),
+ uuid-dev,
+ libdbus-1-dev,
+ ${misc:Depends}
+Breaks: liblash-dev
+Replaces: liblash-dev
+Description: LASH compatibility library (development files)
+ liblash-compat is a library and associated header files, that aims
+ to provide lash environment for apps that can use it. Currently it
+ does not interact with ladish daemon yet. In its current state, it
+ enables building lash-aware apps but they will fail to contact the
+ lash server.
+ .
+ In its current state, it enables building lash-aware apps but they
+ will fail to contact the lash server.
+ .
+ This package provides the development files.
+
 Package: ladish-dbg
 Section: debug
 Priority: extra
diff --git a/debian/liblash-compat-1.install b/debian/liblash-compat-1.install
new file mode 100644
index 0000000..86a3a65
--- /dev/null
+++ b/debian/liblash-compat-1.install
@@ -0,0 +1 @@
+usr/lib/liblash.so.*
diff --git a/debian/liblash-compat-1.lintian-overrides b/debian/liblash-compat-1.lintian-overrides
new file mode 100644
index 0000000..e902707
--- /dev/null
+++ b/debian/liblash-compat-1.lintian-overrides
@@ -0,0 +1 @@
+liblash-compat-1: package-name-doesnt-match-sonames
diff --git a/debian/liblash-compat-1.symbols b/debian/liblash-compat-1.symbols
new file mode 100644
index 0000000..72980cd
--- /dev/null
+++ b/debian/liblash-compat-1.symbols
@@ -0,0 +1,49 @@
+liblash.so.1 liblash-compat-1 #MINVER#
+ lash_alsa_client_id at Base 0.3
+ lash_args_destroy at Base 0.3
+ lash_config_destroy at Base 0.3
+ lash_config_dup at Base 0.3
+ lash_config_get_key at Base 0.3
+ lash_config_get_value at Base 0.3
+ lash_config_get_value_double at Base 0.3
+ lash_config_get_value_float at Base 0.3
+ lash_config_get_value_int at Base 0.3
+ lash_config_get_value_size at Base 0.3
+ lash_config_get_value_string at Base 0.3
+ lash_config_new at Base 0.3
+ lash_config_new_with_key at Base 0.3
+ lash_config_set_key at Base 0.3
+ lash_config_set_value at Base 0.3
+ lash_config_set_value_double at Base 0.3
+ lash_config_set_value_float at Base 0.3
+ lash_config_set_value_int at Base 0.3
+ lash_config_set_value_string at Base 0.3
+ lash_event_destroy at Base 0.3
+ lash_event_get_alsa_client_id at Base 0.3
+ lash_event_get_client_id at Base 0.3
+ lash_event_get_project at Base 0.3
+ lash_event_get_string at Base 0.3
+ lash_event_get_type at Base 0.3
+ lash_event_new at Base 0.3
+ lash_event_new_with_all at Base 0.3
+ lash_event_new_with_type at Base 0.3
+ lash_event_set_alsa_client_id at Base 0.3
+ lash_event_set_client_id at Base 0.3
+ lash_event_set_project at Base 0.3
+ lash_event_set_string at Base 0.3
+ lash_event_set_type at Base 0.3
+ lash_extract_args at Base 0.3
+ lash_get_config at Base 0.3
+ lash_get_event at Base 0.3
+ lash_get_fqn at Base 0.3
+ lash_get_pending_config_count at Base 0.3
+ lash_get_pending_event_count at Base 0.3
+ lash_get_server_name at Base 0.3
+ lash_init at Base 0.3
+ lash_jack_client_name at Base 0.3
+ lash_protocol_string at Base 0.3
+ lash_send_config at Base 0.3
+ lash_send_event at Base 0.3
+ lash_server_connected at Base 0.3
+ lash_str_get_alsa_client_id at Base 0.3
+ lash_str_set_alsa_client_id at Base 0.3
diff --git a/debian/liblash-compat-dev.install b/debian/liblash-compat-dev.install
new file mode 100644
index 0000000..4ab58c7
--- /dev/null
+++ b/debian/liblash-compat-dev.install
@@ -0,0 +1,3 @@
+usr/include/lash
+usr/lib/liblash.so
+usr/lib/pkgconfig/lash-1.0.pc

-- 
ladish packaging



More information about the pkg-multimedia-commits mailing list