Skip to content

Commit

Permalink
Added debian files for indi-ocs (#913)
Browse files Browse the repository at this point in the history
* 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
LuckyEddie47 authored Apr 8, 2024
1 parent 43dfcde commit 966ed85
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/indi-ocs/changelog
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
1 change: 1 addition & 0 deletions debian/indi-ocs/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
11 changes: 11 additions & 0 deletions debian/indi-ocs/control
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)
22 changes: 22 additions & 0 deletions debian/indi-ocs/copyright
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
7 changes: 7 additions & 0 deletions debian/indi-ocs/rules
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

0 comments on commit 966ed85

Please sign in to comment.