Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Debian files packages files and minor updates to catch when PWM is zero. #971

Merged
merged 19 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions debian/indi-astarbox/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
indi-astarbox (1.0) buster; urgency=medium

* all - Initial release of astarbox driver

-- Colin McGill <info@astarbox.co.uk> Sun, 8 Sep 2024 16:25:00 +0100
1 change: 1 addition & 0 deletions debian/indi-astarbox/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
23 changes: 23 additions & 0 deletions debian/indi-astarbox/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Source: indi-astarbox
Section: science
Priority: extra
Maintainer: Colin McGill <info@astarbox.co.uk>
Build-Depends: debhelper (>= 5), pkg-config, cdbs, cmake, libindi-dev
Standards-Version: 3.9.1

Package: indi-astarbox
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: INDI Driver for AStarBox
INDI Driver for AStarBox power control.
This driver is compatible with any INDI client but only works on an AStarBox.

Package: indi-astarbox-dbg
Priority: extra
Section: debug
Architecture: any
Depends: indi-astarbox (= ${binary:Version}), ${misc:Depends}
Description: INDI Driver for AStarBox
INDI Driver for AStarBox power control.
This driver is compatible with any INDI client but only works on an AStarBox.
This package contains the debug symbols for the this driver, useful to investigate problems in INDI.
27 changes: 27 additions & 0 deletions debian/indi-astarbox/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
This package was debianized by Colin McGill <info@astarbox.co.uk> on
Sun, 8 Sep 2024 16:25:00 +100

Copyright:

Copyright 2024 AStarBox Ltd <<info AT astarbox DOT co DOT uk>

License:

This library 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

The Debian packaging is (C) 2024, Colin McGill <info@astarbox.co.uk> and
is licensed under the LGPL License, see /usr/share/common-licenses/LGPL
2 changes: 2 additions & 0 deletions debian/indi-astarbox/indi-astarbox.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/bin
usr/share/indi
7 changes: 7 additions & 0 deletions debian/indi-astarbox/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-astarbox
DEB_DH_SHLIBDEPS_ARGS=-u--ignore-missing-info
1 change: 1 addition & 0 deletions debian/indi-astarbox/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
Loading