[neon/neon-packaging/stellarsolver/Neon/release_jammy] debian: initial packaging
Pino Toscano
null at kde.org
Tue Jul 9 15:01:15 BST 2024
Git commit 278ffcebb8a0a9718905a068b279600515eba04f by Pino Toscano.
Committed on 14/01/2021 at 11:53.
Pushed by carlosdem into branch 'Neon/release_jammy'.
initial packaging
TODO: copyright
A +1 -0 debian/.gitattributes
A +7 -0 debian/changelog
A +33 -0 debian/control
A +4 -0 debian/libstellarsolver-dev.install
A +2 -0 debian/libstellarsolver1.install
A +4 -0 debian/rules
A +6 -0 debian/salsa-ci.yml
A +1 -0 debian/source/format
A +3 -0 debian/watch
https://invent.kde.org/neon/neon-packaging/stellarsolver/-/commit/278ffcebb8a0a9718905a068b279600515eba04f
diff --git a/debian/.gitattributes b/debian/.gitattributes
new file mode 100644
index 0000000..6a03163
--- /dev/null
+++ b/debian/.gitattributes
@@ -0,0 +1 @@
+changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..54d14cf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+stellarsolver (1.5-0r1) UNRELEASED; urgency=medium
+
+ [ Pino Toscano ]
+ * Initial packaging.
+ * TODO: copyright
+
+ -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org> Thu, 14 Jan 2021 12:31:38 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e1609be
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: stellarsolver
+Section: libdevel
+Priority: optional
+Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Pino Toscano <pino at debian.org>
+Build-Depends: cmake (>= 3.0~),
+ debhelper-compat (= 13),
+ libcfitsio-dev,
+ libgsl-dev,
+ pkg-config,
+ qtbase5-dev (>= 5.4.0~),
+ wcslib-dev,
+Standards-Version: 4.5.1
+Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/stellarsolver.git
+Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/stellarsolver
+Homepage: https://github.com/rlancaste/stellarsolver
+
+Package: libstellarsolver1
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Stellar Solver library
+ An Astrometric Plate Solver, built on Astrometry.net and SEP (sextractor).
+
+Package: libstellarsolver-dev
+Architecture: any
+Depends: libstellarsolver1 (= ${binary:Version}), ${misc:Depends}
+Description: Stellar Solver library - development files
+ An Astrometric Plate Solver, built on Astrometry.net and SEP (sextractor).
+ .
+ This package contains the Stellar Solver development files.
diff --git a/debian/libstellarsolver-dev.install b/debian/libstellarsolver-dev.install
new file mode 100644
index 0000000..7dd0003
--- /dev/null
+++ b/debian/libstellarsolver-dev.install
@@ -0,0 +1,4 @@
+usr/include/libstellarsolver/
+usr/lib/*/cmake/StellarSolver/
+usr/lib/*/libstellarsolver.so
+usr/lib/*/pkgconfig/stellarsolver.pc
diff --git a/debian/libstellarsolver1.install b/debian/libstellarsolver1.install
new file mode 100644
index 0000000..1a37dc9
--- /dev/null
+++ b/debian/libstellarsolver1.install
@@ -0,0 +1,2 @@
+usr/lib/*/libstellarsolver.so.1
+usr/lib/*/libstellarsolver.so.1.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..31e31c9
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,6 @@
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+variables:
+ SALSA_CI_DISABLE_MISSING_BREAKS: 'no'
+ SALSA_CI_DISABLE_RC_BUGS: 'no'
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a93dbe9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?([\d\.]+)\.tar\.gz/stellarsolver-$1\.tar\.gz/ \
+ https://github.com/rlancaste/stellarsolver/tags .*/v?([\d\.]+)\.tar\.gz
More information about the Neon-commits
mailing list