[SCM] libindi packaging branch, master, updated. debian/0.9.7-1-8-g220c762

Maximiliano Curia maxy at moszumanska.debian.org
Tue Apr 1 15:55:43 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/libindi.git;a=commitdiff;h=d4b5d00

The following commit has been merged in the master branch:
commit d4b5d002ad7898256fad84f09a47983b85e77cd3
Author: Maximiliano Curia <maxy at debian.org>
Date:   Tue Apr 1 16:13:17 2014 +0200

    Update build dependencies.
---
 debian/changelog           |  1 +
 debian/control             | 40 ++++++++++++++++++++--------------------
 debian/copyright           |  2 +-
 debian/libindi-dev.install |  2 +-
 4 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2b4d316..59ebe8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libindi (0.9.8.1-1) UNRELEASED; urgency=medium
   * Remove patch: setINDIproperty_mayhem_fix.diff, applied by upstream.
   * Remove patch: getINDIproperty_mayhem_fix.diff, applied by upstream.
   * Refresh patches.
+  * Update build dependencies.
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 01 Apr 2014 11:27:40 +0200
 
diff --git a/debian/control b/debian/control
index 00f79c4..1febbe3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,16 @@ Source: libindi
 Section: misc
 Priority: optional
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Pino Toscano <pino at debian.org>,
-           Maximiliano Curia <maxy at debian.org>
-Build-Depends: debhelper (>= 9),
- cmake (>= 2.4.7),
- libcfitsio3-dev,
- libnova-dev (>= 0.14.0),
- libusb-dev,
- zlib1g-dev
+Uploaders: Pino Toscano <pino at debian.org>, Maximiliano Curia <maxy at debian.org>
+Build-Depends: cmake (>= 2.4.7),
+               debhelper (>= 9),
+               libcfitsio3-dev,
+               libgsl0-dev,
+               libjpeg8-dev,
+               libnova-dev (>= 0.14.0),
+               libusb-1.0-0-dev,
+               libusb-dev,
+               zlib1g-dev
 Standards-Version: 3.9.5
 Homepage: http://www.indilib.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/krap/libindi.git
@@ -18,8 +20,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/krap/libindi.git
 Package: libindi0b
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libindi-data (>= ${source:Version})
+Depends: libindi-data (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Suggests: indi-bin (>= ${source:Version})
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
@@ -35,8 +36,7 @@ Description: Instrument-Neutral Device Interface library -- client library
 Package: libindidriver0b
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libindi-data (>= ${source:Version})
+Depends: libindi-data (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: Instrument-Neutral Device Interface library -- driver library
@@ -51,8 +51,7 @@ Description: Instrument-Neutral Device Interface library -- driver library
 Package: libindimain0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libindi-data (>= ${source:Version})
+Depends: libindi-data (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: Instrument-Neutral Device Interface library -- main library
@@ -67,9 +66,12 @@ Description: Instrument-Neutral Device Interface library -- main library
 Package: libindi-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libindi0b (= ${binary:Version}),
- libindidriver0b (= ${binary:Version}), libindimain0 (= ${binary:Version}),
- libusb-dev, libcfitsio3-dev
+Depends: libcfitsio3-dev,
+         libindi0b (= ${binary:Version}),
+         libindidriver0b (= ${binary:Version}),
+         libindimain0 (= ${binary:Version}),
+         libusb-dev,
+         ${misc:Depends}
 Description: Instrument-Neutral Device Interface library -- development files
  INDI (Instrument-Neutral Device Interface) is a distributed XML-based
  control protocol designed to operate astronomical instrumentation.
@@ -94,8 +96,7 @@ Description: Instrument-Neutral Device Interface library -- shared data
 
 Package: indi-bin
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libindi-data (>= ${source:Version})
+Depends: libindi-data (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: INDI server, drivers and tools
  INDI (Instrument-Neutral Device Interface) is a distributed XML-based
  control protocol designed to operate astronomical instrumentation.
@@ -123,4 +124,3 @@ Description: Instrument-Neutral Device Interface library -- debug symbols
  .
  This package contains the debug symbols for the INDI library and all the
  utilities, useful to investigate problems in INDI.
-
diff --git a/debian/copyright b/debian/copyright
index 466bade..189726d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -78,7 +78,7 @@ License: BSD-3-clause
  2. Redistributions in binary form must reproduce the copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products 
+ 3. The name of the author may not be used to endorse or promote products
     derived from this software without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
diff --git a/debian/libindi-dev.install b/debian/libindi-dev.install
index 2a290ef..5ce1fe9 100644
--- a/debian/libindi-dev.install
+++ b/debian/libindi-dev.install
@@ -1,4 +1,4 @@
 usr/include/libindi
-usr/lib/*/libindi*.so
 usr/lib/*/libindi*.a
+usr/lib/*/libindi*.so
 usr/lib/*/pkgconfig/libindi.pc

-- 
libindi packaging



More information about the pkg-kde-commits mailing list