forked from rlancaste/stellarsolver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
libstellarsolver (1.4) focal; urgency=medium | ||
|
||
* Initial release. | ||
|
||
-- Jasem Mutlaq <[email protected]> Wed, 26 Aug 2020 17:00:00 +0300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Source: libstellarsolver | ||
Section: libs | ||
Priority: extra | ||
Maintainer: Jasem Mutlaq <[email protected]> | ||
Build-Depends: debhelper (>= 9), cdbs, cmake, qtbase5-dev, zlib1g-dev, libcfitsio3-dev|libcfitsio-dev, wcslib-dev, libgsl-dev | ||
Standards-Version: 3.9.1 | ||
|
||
Package: libstellarsolver | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: StellarSolver Library | ||
. | ||
This package includes library to control StellarSolver CCDs and Filter Wheels. | ||
|
||
Package: libstellarsolver-dev | ||
Architecture: any | ||
Depends: libstellarsolver, ${shlibs:Depends}, ${misc:Depends} | ||
Description: StellarSolver Library development headers | ||
. | ||
This package includes development headers for StellarSolver CCDs and Filter Wheels. | ||
|
||
Package: libstellarsolver-dbg | ||
Priority: extra | ||
Section: debug | ||
Architecture: any | ||
Depends: libstellarsolver (= ${binary:Version}), ${misc:Depends} | ||
Description: StellarSolver Library debug symbols | ||
. | ||
This package contains debug symbols. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
This package was debianized by Jasem Mutlaq <[email protected]> on | ||
Fri, 21 Dec 2007 02:44:13 +0300. | ||
|
||
Copyright: | ||
|
||
Robert Lancaster <[email protected]> (c) 2020 | ||
|
||
License: | ||
|
||
GPL v2 | ||
|
||
The Debian packaging is (C) 2007, Jasem Mutlaq <[email protected]> and | ||
is licensed under the BSD License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
usr/lib/*/libstellarsolver.so | ||
usr/lib/*/libstellarsolver.a | ||
usr/include/libstellarsolver/* | ||
usr/lib/*/pkgconfig/stellarsolver.pc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
usr/lib/*/libstellarsolver.so.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/make -f | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |