From b0597efe6ba4272a54da71392d94aef3148c41bc Mon Sep 17 00:00:00 2001 From: Ed Lee Date: Mon, 8 Apr 2024 12:18:48 +0100 Subject: [PATCH] Created debian fils for indi-ocs --- debian/indi-ocs/changelog | 5 +++++ debian/indi-ocs/compat | 1 + debian/indi-ocs/control | 11 +++++++++++ debian/indi-ocs/copyright | 22 ++++++++++++++++++++++ debian/indi-ocs/rules | 7 +++++++ 5 files changed, 46 insertions(+) create mode 100644 debian/indi-ocs/changelog create mode 100644 debian/indi-ocs/compat create mode 100644 debian/indi-ocs/control create mode 100644 debian/indi-ocs/copyright create mode 100755 debian/indi-ocs/rules diff --git a/debian/indi-ocs/changelog b/debian/indi-ocs/changelog new file mode 100644 index 000000000..1afab0343 --- /dev/null +++ b/debian/indi-ocs/changelog @@ -0,0 +1,5 @@ +indi-ocs (1.0) jammy; urgency=low + + * Initial Release. + + -- Ed Lee Mon, 08 Apr 2022 12:00:00 +0100 diff --git a/debian/indi-ocs/compat b/debian/indi-ocs/compat new file mode 100644 index 000000000..f599e28b8 --- /dev/null +++ b/debian/indi-ocs/compat @@ -0,0 +1 @@ +10 diff --git a/debian/indi-ocs/control b/debian/indi-ocs/control new file mode 100644 index 000000000..e90c9ff90 --- /dev/null +++ b/debian/indi-ocs/control @@ -0,0 +1,11 @@ +Source: indi-ocs +Section: science +Priority: extra +Maintainer: Ed Lee +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) diff --git a/debian/indi-ocs/copyright b/debian/indi-ocs/copyright new file mode 100644 index 000000000..ddf20d8e8 --- /dev/null +++ b/debian/indi-ocs/copyright @@ -0,0 +1,22 @@ +Copyright: + + Copyright 2024 Ed Lee + + +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 diff --git a/debian/indi-ocs/rules b/debian/indi-ocs/rules new file mode 100755 index 000000000..c70efa851 --- /dev/null +++ b/debian/indi-ocs/rules @@ -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