-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added debian files for indi-ocs (#913)
* Initial check in of indi-ocs * Documentation updates * Updating to v2.0.3 * Fixed ocs project setup * Fixed weather interface. * Fixed button status indication * Corrected parameter names WI_ -> WEATHER_ * Upped driver version number to 0.3 * Removed repeated error messages. * Bumped version number and fixed xml. * Added OCS safety status for info only. * Removed deprecated WI:: pointer calls * Bumped version, removed some unused #includes * Bumped to version 1.0 * Created debian fils for indi-ocs
- Loading branch information
1 parent
43dfcde
commit 966ed85
Showing
5 changed files
with
46 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 @@ | ||
indi-ocs (1.0) jammy; urgency=low | ||
|
||
* Initial Release. | ||
|
||
-- Ed Lee <[email protected]> Mon, 08 Apr 2022 12:00:00 +0100 |
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 @@ | ||
10 |
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,11 @@ | ||
Source: indi-ocs | ||
Section: science | ||
Priority: extra | ||
Maintainer: Ed Lee <[email protected]> | ||
Build-Depends: dpkg (>= 1.13.19), debhelper (>= 5), cdbs, cmake, libindi-dev | ||
Standards-Version: 3.9.5 | ||
|
||
Package: indi-ocs | ||
Architecture: any | ||
Depends: ${shlibs:Depends}, ${misc:Depends} | ||
Description: INDI driver for an Observatory Control System (OCS) |
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,22 @@ | ||
Copyright: | ||
|
||
Copyright 2024 Ed Lee <[email protected]> | ||
|
||
|
||
License: | ||
|
||
This driver is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU Lesser General Public License as published | ||
by the Free Software Foundation; either version 2.1 of the License, or | ||
(at your option) any later version. | ||
|
||
This library is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY | ||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public | ||
License for more details. | ||
|
||
You should have received a copy of the GNU Lesser General Public License | ||
along with this library; if not, write to the Free Software Foundation, | ||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
|
||
See /usr/share/common-licenses/LGPL |
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=indi-ocs | ||
DEB_DH_SHLIBDEPS_ARGS=-u--ignore-missing-info |