--- indi-sbig-1.0.orig/debian/changelog +++ indi-sbig-1.0/debian/changelog @@ -0,0 +1,48 @@ +indi-sbig (1.0-0ubuntu7) vivid; urgency=medium + + * Rebuild against libcfitsio2. + + -- Colin Watson Thu, 04 Dec 2014 15:09:15 +0000 + +indi-sbig (1.0-0ubuntu6) utopic; urgency=medium + + * Rebuild with libindi 0.9.8 + + -- Jonathan Riddell Thu, 14 Aug 2014 12:57:04 +0200 + +indi-sbig (1.0-0ubuntu5) trusty; urgency=medium + + * Rebuild on new libindi + + -- Jonathan Riddell Wed, 12 Feb 2014 13:58:19 +0000 + +indi-sbig (1.0-0ubuntu4) quantal; urgency=low + + * Remove hardcoded dependencies from debian/control. + + -- Adam Conrad Wed, 20 Jun 2012 16:58:55 -0600 + +indi-sbig (1.0-0ubuntu3) quantal; urgency=low + + * Rebuild for the libindi0 -> libindi0b transition. + + -- Adam Conrad Wed, 20 Jun 2012 14:12:02 -0600 + +indi-sbig (1.0-0ubuntu2) precise; urgency=low + + * Package is i386 and amd64 only because libsbigudrv2-dev is as well + (which it build-deps on). + + -- Ben Collins Thu, 19 Jan 2012 01:09:40 +0000 + +indi-sbig (1.0-0ubuntu1) jaunty; urgency=low + + * Update packaging for Ubuntu + + -- Jonathan Riddell Sat, 14 Feb 2009 00:00:27 +0000 + +indi-sbig (1.0) gutsy; urgency=low + + * Initial release + + -- Jasem Mutlaq Fri, 3 Oct 2008 21:00:00 +0300 --- indi-sbig-1.0.orig/debian/compat +++ indi-sbig-1.0/debian/compat @@ -0,0 +1 @@ +5 --- indi-sbig-1.0.orig/debian/control +++ indi-sbig-1.0/debian/control @@ -0,0 +1,16 @@ +Source: indi-sbig +Section: utils +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jasem Mutlaq +Build-Depends: debhelper (>= 5), cdbs, cmake, libsbigudrv2-dev, libusb-dev, libcfitsio3-dev, + libindi-dev (>= 0.9.8), zlib1g-dev, libnova-dev +Standards-Version: 3.8.0 + +Package: indi-sbig +Architecture: i386 amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: INDI SBIG Santa Barbra Instrument Group CCD Driver + Driver for INDI SBIG Santa Barbra Instrument Group CCD. + . + This driver is compatible with any INDI client such as KStars or Xephem. --- indi-sbig-1.0.orig/debian/copyright +++ indi-sbig-1.0/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Jasem Mutlaq on +Wed,08 Oct 2008 02:44:13 +0300. + +Copyright: + + Copyright 2005-2006 Jan Soldan + +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) 2008, Jasem Mutlaq and +is licensed under the LGPL License, see /usr/share/common-licenses/LGPL --- indi-sbig-1.0.orig/debian/rules +++ indi-sbig-1.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/debhelper.mk