[neon/3rdparty/indi/Neon/release] debian: add new libindiclient1 binary

Pino Toscano null at kde.org
Sat Feb 4 00:37:09 GMT 2023


Git commit e6286527c75d27b6644e616ff7ec2b153dbbbe71 by Pino Toscano.
Committed on 03/12/2022 at 16:10.
Pushed by carlosdem into branch 'Neon/release'.

add new libindiclient1 binary

M  +2    -0    debian/changelog
M  +17   -0    debian/control
A  +2    -0    debian/libindiclient1.install

https://invent.kde.org/neon/3rdparty/indi/commit/e6286527c75d27b6644e616ff7ec2b153dbbbe71

diff --git a/debian/changelog b/debian/changelog
index a7f14a6..c3a9b12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ indi (1.9.9+dfsg-0r1) UNRELEASED; urgency=medium
     - add libev-dev
   * Update the patches:
     - hurd_include.diff: refresh/update
+  * Add the new binary package libindiclient1 for the libindiclient shared
+    library.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Sat, 03 Dec 2022 16:33:44 +0100
 
diff --git a/debian/control b/debian/control
index dcd1007..3d4fa03 100644
--- a/debian/control
+++ b/debian/control
@@ -75,6 +75,23 @@ Description: Instrument-Neutral Device Interface library -- lx200 driver lib
  .
  This package contains the lx200 driver shared library.
 
+Package: libindiclient1
+Section: libs
+Architecture: any
+Depends: libindi-data (>= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Instrument-Neutral Device Interface library -- client library
+ INDI (Instrument-Neutral Device Interface) is a distributed XML-based
+ control protocol designed to operate astronomical instrumentation.
+ INDI is small, flexible, easy to parse, scalable, and stateless.
+ It supports common DCS functions such as remote control, data acquisition,
+ monitoring, and a lot more.
+ .
+ This package contains the client shared library.
+
 Package: libindi-plugins
 Section: libs
 Architecture: any
diff --git a/debian/libindiclient1.install b/debian/libindiclient1.install
new file mode 100644
index 0000000..b4f79f5
--- /dev/null
+++ b/debian/libindiclient1.install
@@ -0,0 +1,2 @@
+usr/lib/*/libindiclient.so.1
+usr/lib/*/libindiclient.so.1.*



More information about the Neon-commits mailing list