[neon/backports-noble/stellarsolver-noble/Neon/unstable] debian: new release
Carlos De Maine
null at kde.org
Wed Jul 30 14:00:32 BST 2025
Git commit b3b2c9a03d272e5bcb3aea51767d10b713d85c02 by Carlos De Maine.
Committed on 30/07/2025 at 13:00.
Pushed by carlosdem into branch 'Neon/unstable'.
new release
A +1 -0 debian/.gitattributes
A +82 -0 debian/changelog
A +39 -0 debian/control
A +144 -0 debian/copyright
A +4 -0 debian/libstellarsolver-dev.install
A +2 -0 debian/libstellarsolver2.install
A +4 -0 debian/rules
A +6 -0 debian/salsa-ci.yml
A +1 -0 debian/source/format
A +5 -0 debian/upstream/metadata
A +3 -0 debian/watch
https://invent.kde.org/neon/backports-noble/stellarsolver-noble/-/commit/b3b2c9a03d272e5bcb3aea51767d10b713d85c02
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..ed1581b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,82 @@
+stellarsolver (2.7-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- KDE neon <neon at kde.org> Wed, 30 Jul 2025 22:58:34 +1000
+
+stellarsolver (2.6-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Update the patches:
+ - 139-fix-qsort-warning.patch: drop, fixed upstream
+ * Bump Standards-Version to 4.7.0, no changes required.
+
+ -- Pino Toscano <pino at debian.org> Fri, 19 Jul 2024 22:16:34 +0200
+
+stellarsolver (2.5-2) unstable; urgency=medium
+
+ * Team upload.
+ * Apply patch to fix qsort definition and thus build error (Closes:
+ #1066275). Thanks Miriam Espana Acebal for the patch.
+ * Switch deprecated B-D on pkg-config to pkgconf.
+
+ -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org> Sun, 14 Apr 2024 12:14:48 -0300
+
+stellarsolver (2.5-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Pino Toscano <pino at debian.org> Fri, 18 Aug 2023 06:04:30 +0200
+
+stellarsolver (2.4-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump Standards-Version to 4.6.2, no changes required.
+
+ -- Pino Toscano <pino at debian.org> Sat, 17 Dec 2022 09:27:49 +0100
+
+stellarsolver (2.3-2) unstable; urgency=medium
+
+ * Upload to unstable.
+
+ -- Pino Toscano <pino at debian.org> Thu, 26 May 2022 06:42:29 +0200
+
+stellarsolver (2.3-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Small updates to copyright.
+
+ -- Pino Toscano <pino at debian.org> Tue, 24 May 2022 20:45:49 +0200
+
+stellarsolver (2.2-1) experimental; urgency=medium
+
+ * New upstream release.
+ * Bump Standards-Version to 4.6.1, no changes required.
+ * Rename packages according to the new SONAMEs:
+ - libstellarsolver1 -> libstellarsolver2
+ * Update install files.
+ * Update copyright.
+
+ -- Pino Toscano <pino at debian.org> Sat, 21 May 2022 06:24:52 +0200
+
+stellarsolver (1.9-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Add needed dependencies for libstellarsolver-dev: libcfitsio-dev,
+ qtbase5-dev.
+ * CI: enable blhc again, as it should work fine now.
+ * Small tweak to the description of libstellarsolver1.
+
+ -- Pino Toscano <pino at debian.org> Sat, 29 Jan 2022 14:41:22 +0100
+
+stellarsolver (1.8-2) unstable; urgency=medium
+
+ * Upload to unstable.
+
+ -- Pino Toscano <pino at debian.org> Sun, 12 Dec 2021 00:18:18 +0100
+
+stellarsolver (1.8-1) experimental; urgency=medium
+
+ * Initial packaging.
+
+ -- Pino Toscano <pino at debian.org> Fri, 10 Sep 2021 07:01:41 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..749f58c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+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,
+ pkgconf,
+ qtbase5-dev (>= 5.4.0~),
+ qt6-base-dev,
+ wcslib-dev,
+Standards-Version: 4.7.0
+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: libstellarsolver2
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Sextractor and Astrometry.net-Based Internal Astrometric Solver
+ An Astrometric Plate Solver, built on Astrometry.net and SEP (sextractor).
+ .
+ This package contains the Stellar Solver shared library.
+
+Package: libstellarsolver-dev
+Architecture: any
+Depends: libstellarsolver2 (= ${binary:Version}),
+ libcfitsio-dev,
+ qtbase5-dev,
+ ${misc:Depends}
+Description: development files for the Stellar Solver library
+ An Astrometric Plate Solver, built on Astrometry.net and SEP (sextractor).
+ .
+ This package contains the Stellar Solver development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..69f55c2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,144 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: stellarsolver
+Source: https://github.com/rlancaste/stellarsolver
+
+Files: *
+Copyright: Robert Lancaster, 2020
+License: GPL-2+
+
+Files: cmake/*
+Copyright: 2006, 2016, Jasem Mutlaq <mutlaqja at ikarustech.com>
+ 2014, Kelly Thompson <kgt at lanl.gov>
+ 2007-2009, Kitware, Inc.
+ 2020, Robert Lancaster <rlancaste at gmail.com>
+License: BSD-3-clause
+
+Files: stellarsolver/astrometry/*
+Copyright: 2006-2015 astrometry.net, Dustin Lang, Keith Mierle, David W. Hogg,
+ Gerard Jungman, Michael Blanton, Denis Vida, Brian Grough, Sam Roweis,
+ Christopher Stumm, David Warde-Farley, Michal Kočer, Tamas Budavari
+ 2008 B.A. Weaver,
+ 1992, 1993 The Regents of the University of California,
+ 1970-2003, Wm. Randolph Franklin,
+ 2002-2007 Gene Cash,
+ 2007-2008 Ianaré Sévi
+ 2015 Ole Streicher <olebole at debian.org> (debian)
+License: BSD-3-clause
+
+Files: stellarsolver/astrometry/blind/windirent.h
+Copyright: 1998-2019, Toni Ronkko
+License: dirent-MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+Files: stellarsolver/astrometry/include/astrometry/anqfits.h
+ stellarsolver/astrometry/include/astrometry/qfits_byteswap.h
+ stellarsolver/astrometry/include/astrometry/qfits_card.h
+ stellarsolver/astrometry/include/astrometry/qfits_error.h
+ stellarsolver/astrometry/include/astrometry/qfits_float.h
+ stellarsolver/astrometry/include/astrometry/qfits_header.h
+ stellarsolver/astrometry/include/astrometry/qfits_image.h
+ stellarsolver/astrometry/include/astrometry/qfits_md5.h
+ stellarsolver/astrometry/include/astrometry/qfits_memory.h
+ stellarsolver/astrometry/include/astrometry/qfits_rw.h
+ stellarsolver/astrometry/include/astrometry/qfits_std.h
+ stellarsolver/astrometry/include/astrometry/qfits_table.h
+ stellarsolver/astrometry/include/astrometry/qfits_time.h
+ stellarsolver/astrometry/include/astrometry/qfits_tools.h
+Copyright: 2001-2004, European Southern Observatory
+ 2007-2013, Dustin Lang
+License: GPL-2+
+
+Files: stellarsolver/astrometry/libkd/an-fls.h
+Copyright: 1990, 1993, The Regents of the University of California. All rights reserved.
+License: BSD-3-clause
+
+Files: stellarsolver/astrometry/qfits-an/*
+Copyright: Nicolas Devillard <ndevilla at gmail.com>
+ 2001-2004, European Southern Observatory
+ 2002, Yves Jung <yjung at eso.org>
+ 2007, 2010, 2013, Dustin Lang
+License: GPL-2+
+
+Files: stellarsolver/astrometry/util/md5.c
+Copyright: 2001-2003, Christophe Devine
+License: GPL-2+
+
+Files: stellarsolver/sep/*
+Copyright: 1993-2011, Emmanuel Bertin
+ 2014, SEP developers
+License: LGPL-3+
+
+Files: stellarsolver/sep/overlap.h
+ stellarsolver/sep/util.cpp
+Copyright: Thomas Robitaille
+ Kyle Barbary
+License: BSD-3-clause
+
+Files: ssolverutils/bayer.c
+ ssolverutils/bayer.h
+Copyright: Damien Douxchamps
+ Frederic Devernay
+ Dave Coffin
+License: LGPL-2.1+
+
+Files: ssolverutils/dms.cpp
+ ssolverutils/dms.h
+ tester/nan.h
+Copyright: 2001, Jason Harris <jharris at 30doradus.org>
+ 2013, Akarsh Simha <akarsh.simha at kdemail.net>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2021-2022, Pino Toscano <pino at debian.org>
+License: LGPL-2.1+
+
+License: BSD-3-clause
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the copyright
+ notice, this list of conditions and the following disclaimer.
+ 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
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: GPL-2+
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+License: LGPL-2.1+
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
+
+License: LGPL-3+
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'.
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/libstellarsolver2.install b/debian/libstellarsolver2.install
new file mode 100644
index 0000000..663ccb6
--- /dev/null
+++ b/debian/libstellarsolver2.install
@@ -0,0 +1,2 @@
+usr/lib/*/libstellarsolver.so.2
+usr/lib/*/libstellarsolver.so.2.*
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..034336d
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/rlancaste/stellarsolver/issues
+Bug-Submit: https://github.com/rlancaste/stellarsolver/issues/new
+Repository: https://github.com/rlancaste/stellarsolver.git
+Repository-Browse: https://github.com/rlancaste/stellarsolver
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