[neon/neon-packaging/stellarsolver/Neon/release-lts] debian: wrap-and-sort, add cmake, do not ignore missing
Jonathan Riddell
null at kde.org
Mon Nov 23 10:54:24 GMT 2020
Git commit 56f6d0d8f4e4ca125361ebb85ae67ea00f0c55fc by Jonathan Riddell.
Committed on 23/11/2020 at 10:54.
Pushed by jriddell into branch 'Neon/release-lts'.
wrap-and-sort, add cmake, do not ignore missing
M +11 -5 debian/control
M +1 -1 debian/copyright
M +2 -1 debian/libstellarsolver-dev.install
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/stellarsolver/commit/56f6d0d8f4e4ca125361ebb85ae67ea00f0c55fc
diff --git a/debian/control b/debian/control
index c545787..562152b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,26 @@ Source: libstellarsolver
Section: libs
Priority: extra
Maintainer: Jasem Mutlaq <mutlaqja at ikarustech.com>
-Build-Depends: debhelper (>= 9), cdbs, cmake, qtbase5-dev, zlib1g-dev, libcfitsio3-dev|libcfitsio-dev, wcslib-dev, libgsl-dev
-Standards-Version: 3.9.1
+Build-Depends: cdbs,
+ cmake,
+ debhelper (>= 9),
+ libcfitsio3-dev | libcfitsio-dev,
+ libgsl-dev,
+ qtbase5-dev,
+ wcslib-dev,
+ zlib1g-dev
+Standards-Version: 3.9.1
Package: libstellarsolver
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: StellarSolver Library
.
This package includes an Astrometric Plate Solver for Mac, Linux, and Windows, built on Astrometry.net and SEP.
Package: libstellarsolver-dev
Architecture: any
-Depends: libstellarsolver, ${shlibs:Depends}, ${misc:Depends}
+Depends: libstellarsolver, ${misc:Depends}, ${shlibs:Depends}
Description: StellarSolver Library development headers
.
This package includes development headers for an Astrometric Plate Solver for Mac, Linux, and Windows, built on Astrometry.net and SEP.
@@ -27,4 +34,3 @@ Depends: libstellarsolver (= ${binary:Version}), ${misc:Depends}
Description: StellarSolver Library debug symbols
.
This package contains debug symbols.
-
diff --git a/debian/copyright b/debian/copyright
index 229d937..29090cd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
This package was debianized by Jasem Mutlaq <mutlaqja at ikarustech.com> on
Fri, 21 Dec 2007 02:44:13 +0300.
-Copyright:
+Copyright:
Robert Lancaster <rlancaste at gmail.com> (c) 2020
diff --git a/debian/libstellarsolver-dev.install b/debian/libstellarsolver-dev.install
index f910862..c6bd9e1 100644
--- a/debian/libstellarsolver-dev.install
+++ b/debian/libstellarsolver-dev.install
@@ -1,3 +1,4 @@
-usr/lib/*/libstellarsolver.so
usr/include/libstellarsolver/*
+usr/lib/*/cmake/
+usr/lib/*/libstellarsolver.so
usr/lib/*/pkgconfig/stellarsolver.pc
diff --git a/debian/rules b/debian/rules
index 0b87c91..5f94258 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
#DEB_SRCDIR=stellarsolver
-DEB_DH_SHLIBDEPS_ARGS=-u--ignore-missing-info
+#DEB_DH_SHLIBDEPS_ARGS=-u--ignore-missing-info
More information about the Neon-commits
mailing list