--- indi-apogee-1.0.orig/indialta.c +++ indi-apogee-1.0/indialta.c @@ -314,7 +314,7 @@ IUResetSwitch (&FanSpeedSP); FanSpeedSP.sp[fs].s = ISS_ON; FanSpeedSP.s = IPS_OK; - IDSetSwitch (&FanSpeedSP, smsg); + IDSetSwitch (&FanSpeedSP, "%s", smsg); } break; @@ -854,7 +854,7 @@ } TemperatureRNP.np[0].value = cnow; - IDSetNumber (&TemperatureRNP, msg); + IDSetNumber (&TemperatureRNP, "%s", msg); lasts = status; --- indi-apogee-1.0.orig/debian/changelog +++ indi-apogee-1.0/debian/changelog @@ -0,0 +1,18 @@ +indi-apogee (1.0-0ubuntu2) precise; urgency=low + + * Import changes from bzr rev. 25 to fix compilation issues with + [-Werror=format-security] and hence fix FTBFS + + -- Bhavani Shankar Mon, 13 Feb 2012 21:01:20 +0530 + +indi-apogee (1.0-0ubuntu1) jaunty; urgency=low + + * Update packaging for Ubuntu + + -- Jonathan Riddell Fri, 13 Feb 2009 23:12:53 +0000 + +indi-apogee (1.0) gutsy; urgency=low + + * Initial release + + -- Jasem Mutlaq Fri, 3 Oct 2008 21:00:00 +0300 --- indi-apogee-1.0.orig/debian/rules +++ indi-apogee-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 --- indi-apogee-1.0.orig/debian/control +++ indi-apogee-1.0/debian/control @@ -0,0 +1,15 @@ +Source: indi-apogee +Section: devel +Priority: extra +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Jasem Mutlaq +Build-Depends: debhelper (>= 6), cmake, cdbs, libindi-dev, libapogee-dev, libusb-dev, libcfitsio3-dev, zlib1g-dev +Standards-Version: 3.8.0 + +Package: indi-apogee +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libindi0, libapogee2 +Description: driver for INDI Apogee Alta + Driver for INDI Apogee Alta (U & E) CCD. + . + This driver is compatible with any INDI client such as KStars or Xephem. --- indi-apogee-1.0.orig/debian/copyright +++ indi-apogee-1.0/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Jasem Mutlaq on +Wed,08 Oct 2008 02:44:13 +0300. + +Copyright: + + Copyright (C) 2007 Elwood Downey (ecdowney@clearskyinstitute.com) + +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, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +The Debian packaging is (C) 2008, Jasem Mutlaq and +is licensed under the LGPL License. --- indi-apogee-1.0.orig/debian/compat +++ indi-apogee-1.0/debian/compat @@ -0,0 +1 @@ +6