--- slcfitsio-0.3.2b.orig/debian/changelog
+++ slcfitsio-0.3.2b/debian/changelog
@@ -0,0 +1,72 @@
+slcfitsio (0.3.2b-5) unstable; urgency=low
+
+ +++ Changes by Rafael Laboissiere
+
+ * debian/watch: Added file
+ * debian/patches/slsh-debug-option.patch: Removed patch, which was
+ introduced in the last release for testing purposes
+ * debian/rules: No inclusion of CDBS' simple-patchsys.mk
+
+ -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org> Tue, 22 Nov 2005 09:28:30 +0100
+
+slcfitsio (0.3.2b-4) unstable; urgency=low
+
+ +++ Changes by Rafael Laboissiere
+
+ * With this release I am trying to understand why the pacakge FTBFS for
+ the arm and mipsel architectures when running the test/test_fits.sl
+ example
+ * debian/rules: Include CDBS' simple-patchsys.mk
+ * debian/patches/slsh-debug-option.patch: Patch for calling slsh with
+ option -g in src/Makefile.in
+
+ -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org> Thu, 17 Nov 2005 18:14:37 +0100
+
+slcfitsio (0.3.2b-3) unstable; urgency=low
+
+ +++ Changes by Rafael Laboissiere
+
+ * debian/control:
+ - Changed the maintainer to pkg-jed-sl-modules@lists.alioth.debian.org
+ - Build-depends on slsh (closes: #336254)
+
+ -- Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org> Tue, 15 Nov 2005 02:36:05 +0100
+
+slcfitsio (0.3.2b-2) unstable; urgency=low
+
+ +++ Changes by Rafael Laboissiere
+
+ * debian/copyright: Added missing information about the files
+ src/fits.sl and src/fitswcs.el (released under the GPL). Hopefully
+ the package will be approved this tiem, hence still closes: #336254.
+
+ -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org> Sun, 6 Nov 2005 20:06:55 +0100
+
+slcfitsio (0.3.2b-1) unstable; urgency=low
+
+ +++ Changes by Rafael Laboissiere
+
+ * First official release (closes: #336254)
+
+ -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org> Sat, 29 Oct 2005 18:17:48 +0200
+
+slcfitsio (0.3.2b-0.1) unstable; urgency=low
+
+ +++ Changes by Rafael Laboissiere
+
+ * Initial release
+
+ -- Debian JED Group <pkg-jed-devel@lists.alioth.debian.org> Wed, 26 Oct 2005 15:43:11 +0200
+
+Local Variables:
+debian-changelog-full-name: "Debian JED Group"
+debian-changelog-mailing-address: "pkg-jed-sl-modules@lists.alioth.debian.org"
+eval: (add-local-hook
+ 'debian-changelog-add-version-hook
+ (lambda ()
+ (save-excursion
+ (forward-line -1)
+ (beginning-of-line)
+ (insert "\n NOT YET RELEASED!\n\n +++ Changes by "
+ (or (getenv "DEBFULLNAME") (user-full-name)) "\n"))))
+End:
--- slcfitsio-0.3.2b.orig/debian/control
+++ slcfitsio-0.3.2b/debian/control
@@ -0,0 +1,19 @@
+Source: slcfitsio
+Section: interpreters
+Priority: optional
+Maintainer: Debian JED Group <pkg-jed-sl-modules@lists.alioth.debian.org>
+Uploaders: Rafael Laboissiere <rafael@debian.org>
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), libcfitsio-dev, cdbs, slsh
+Standards-Version: 3.6.2
+
+Package: slang-cfitsio
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
+Description: read and write FITS files from S-Lang
+ The CFITSIO library consists of a set of functions for reading and
+ writing FITS (Flexible Image Transport System) files. The S-Lang
+ CFITSIO module wraps many of the functions of the CFITSIO library and
+ permits one to easily manipulate FITS files from the S-Lang interpreter.
+ .
+ Homepage: http://space.mit.edu/cxc/software/slang/modules/cfitsio/
--- slcfitsio-0.3.2b.orig/debian/slang-cfitsio.examples
+++ slcfitsio-0.3.2b/debian/slang-cfitsio.examples
@@ -0,0 +1 @@
+src/tests/*.sl
--- slcfitsio-0.3.2b.orig/debian/compat
+++ slcfitsio-0.3.2b/debian/compat
@@ -0,0 +1 @@
+4
--- slcfitsio-0.3.2b.orig/debian/copyright
+++ slcfitsio-0.3.2b/debian/copyright
@@ -0,0 +1,55 @@
+This package was debianized by Rafael Laboissiere <rafael@debian.org> on
+Fri Oct 28 12:58:08 CEST 2005
+
+It was downloaded from
+
+ http://space.mit.edu/CXC/software/slang/modules/cfitsio/src/
+
+Copyright Holder: Massachusetts Institute of Technology
+
+License:
+
+ Copyright (c) 2003 Massachusetts Institute of Technology
+
+ This software was developed by the MIT Center for Space Research
+ under contract SV1-61010 from the Smithsonian Institution.
+
+ Permission to use, copy, modify, distribute, and sell this software
+ and its documentation for any purpose is hereby granted without fee,
+ provided that the above copyright notice appear in all copies and
+ that both that copyright notice and this permission notice appear in
+ the supporting documentation, and that the name of the Massachusetts
+ Institute of Technology not be used in advertising or publicity
+ pertaining to distribution of the software without specific, written
+ prior permission. The Massachusetts Institute of Technology makes
+ no representations about the suitability of this software for any
+ purpose. It is provided "as is" without express or implied warranty.
+
+ THE MASSACHUSETTS INSTITUTE OF TECHNOLOGY DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE MASSACHUSETTS
+ INSTITUTE OF TECHNOLOGY BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+ NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Files src/fits.sl and src/fitswcs.el are authored by John E. Davis
+<davis@space.mit.edu> and are released under the following conditions:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program 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 General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+On Debian systems, the complete text of the GNU General Public License can
+be found in `/usr/share/common-licenses/GPL'.
--- slcfitsio-0.3.2b.orig/debian/rules
+++ slcfitsio-0.3.2b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_MAKE_BUILD_TARGET := all RPATH=
+
+clean::
+ rm -f *.fit Makefile
+
+build/slang-cfitsio::
+ (cd src; make test)
--- slcfitsio-0.3.2b.orig/debian/watch
+++ slcfitsio-0.3.2b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://space.mit.edu/CXC/software/slang/modules/cfitsio/src/slcfitsio-([a-z\d\.]+)\.tar\.gz