debian/0000755000000000000000000000000012102230137007155 5ustar debian/sextractor.docs0000644000000000000000000000004312102227164012230 0ustar doc/README.DOC BUGS HISTORY THANKS debian/repack-dfsg.sh0000755000000000000000000000160712102227164011714 0ustar #!/bin/sh # ./debian/repack # Repackage the source files as a DFSG tarball, with unnecessary # files removed. TMPDIR=$(mktemp --directory) trap "rm -fr ${TMPDIR} || exit 1" EXIT INT TERM ver=$2 orig_tar=$3 tardir=$(dirname ${orig_tar}) debiandir=$(dirname $0) pkgname=$(grep ^[^[:space:]] ${debiandir}/changelog | head -1|cut -d' ' -f1) echo $pkgname $ver $orig_tar $tardir $wd tar xf ${orig_tar} -C ${TMPDIR} srcdir=$(ls -d ${TMPDIR}/*) if [ -f ${debiandir}/dfsg.move ] ; then ( while read source target ; do mkdir -p ${srcdir}/${target} mv ${srcdir}/${source} ${srcdir}/${target} done ) < ${debiandir}/dfsg.move fi for fname in $(cat ${debiandir}/dfsg.remove | sed s/\#.\*//); do rm -rf ${srcdir}/${fname} done dfsg_tar=${tardir}/${pkgname}_${ver}+dfsg.orig.tar.gz tar czf ${dfsg_tar} -C ${TMPDIR} . exec uupdate --no-symlink --upstream-version ${ver}+dfsg ${dfsg_tar} debian/changelog0000644000000000000000000001705112102227164011041 0ustar sextractor (2.8.6+dfsg-1) unstable; urgency=low * Remove non-free documentation from source. Closes: #699275, #399759 -- Ole Streicher Wed, 30 Jan 2013 10:45:52 +0100 sextractor (2.8.6-3) unstable; urgency=low * Fix FTBS on mips (missed in last release) -- Ole Streicher Wed, 13 Jun 2012 10:00:00 +0200 sextractor (2.8.6-2) unstable; urgency=low * Fix FTBS on mips and mipsel * Fix format version number * Push to latest policy release * Add DM-Upload-Allowed: yes -- Ole Streicher Tue, 05 Jun 2012 19:55:00 +0200 sextractor (2.8.6-1) unstable; urgency=low * New maintainer. Closes: #654761 * New upstream release. Closes: #406981, #624993 * Update to current debian/source release. Closes: #615298 -- Ole Streicher Thu, 05 Jan 2012 19:32:00 +0100 sextractor (2.4.4-1) unstable; urgency=low * New upstream release; closes: 335745. - 'fixes a few "triggering" issues with WIN parameters' - ./debian/copyright: update URL * Indent homepage pseudo field as per DevRef best-practice. * Clarify public-domain license in ./debian/copyright and ./debian/rules. * Update TODO with stuff from BTS that isn't yet fixed now. * Apply a patch to allow cross-compilation with mingw. * Conflicts+Replaces: sextractor-doc; closes: #337281. * Transpose ./configure and CFLAGS. * Allowing cross compilation with mingw32. -- Justin Pryzby Fri, 20 Jan 2006 19:37:51 -0500 sextractor (2.4.3-1) unstable; urgency=low * New upstream release; - Now handles MEF FITS files; a previous package by Stephen Quinney included a Debian patch to support them. * New maintainer (first official upload of this package maintained by me); Closes: #260740: ITP; - Previously maintained by Stephen Quinney, and updated unofficially by Florian Ernst. Thanks to Florian for sponsoring this upload. - Redo packaging from scratch, taking into account my own previous diffs, Florian's diff, and Stephen's diff. * ./debian/copyright: include the wcs library license as included; neither call it "package", nor "Lesser GPL", but do update the FSF address to avoid a lintian warning; -- Justin Pryzby Tue, 18 Oct 2005 11:39:55 -0400 sextractor (2.3.2-4) unstable; urgency=low * Mention /usr/share/sextractor/ in manpage. * Include homepage in debian/control. -- Justin Pryzby Mon, 26 Jul 2004 15:28:25 -0400 sextractor (2.3.2-3) unstable; urgency=low * Prune debian/rules, include more documentation. -- Justin Pryzby Fri, 23 Jul 2004 20:48:01 -0400 sextractor (2.3.2-2) unstable; urgency=low * Include /usr/share/sextractor/ configuration files. There are intentionally not marked as Debian conffiles; they're not global system parameters. Everyone who uses sextractor has different parameter files, and likely even has multiple copies, one (or more!) per instrument setup. * Rename sex to sextractor binaries and manpages as per the previous Debian package. This avoid a name conflict with sex - Simple text editor for X. * Include changelog of Florian's package below, and hacked some previous changelog entries. It seems I might have some more work to do: namely, the autoconf and CONCENTRATION patches. * I'm now in contact with Florian. -- Justin Pryzby Thu, 22 Jul 2004 13:46:47 -0400 sextractor (2.3.2-1) unstable; urgency=low * New maintainer. -- Justin Pryzby Sun, 18 Jul 2004 17:31:57 -0400 sextractor (2.3.2-1) unstable; urgency=low * New maintainer (Closes: #204464). * New upstream release, now under GPLv2. * debian/rules: complete rewrite * Split into sextractor and architecture-independent sextractor-doc * Removed patch from http://dls.bell-labs.com/Software/software.html as upstream has included this functionality. * Standards-Version 3.6.1 -- Florian Ernst Sat, 13 Mar 2004 19:10:15 +0100 sextractor (2.2.2-10) unstable; urgency=low * Orphaned package, maintainer is now Debian QA Group. -- Stephen Quinney Thu, 7 Aug 2003 14:05:45 +0100 sextractor (2.2.2-9) unstable; urgency=low * Added a patch from Benne W. Holwerda of Space Telescope Science Institute, to allow the calculation of Abraham's concentration parameter, (CONCENTRATION in the param file). -- Stephen Quinney Wed, 3 Jul 2002 21:05:49 +0100 sextractor (2.2.2-8) unstable; urgency=low * Patch from http://dls.bell-labs.com/Software/software.html applied to allow SExtractor to work on multi-extension FITS files (MEFs) as well as single chip images. As far as I can tell this patch does not allow images in the primary header, only in extensions but this is the more or less the standard anyway and some MEF support is better than none. -- Stephen Quinney Wed, 3 Jul 2002 20:02:55 +0100 sextractor (2.2.2-7) unstable; urgency=low * (closes: #141345) ITP * Added docbook-to-man to the list of build depends -- Stephen Quinney Mon, 29 Apr 2002 15:04:55 +0100 sextractor (2.2.2-6) unstable; urgency=low * Improved the autoconf script and added a test so that it can work out whether a machine is 32 or 64 bit. -- Stephen Quinney Thu, 18 Apr 2002 10:04:23 +0100 sextractor (2.2.2-5) unstable; urgency=low * Added autoconf test for size of integer, and changed BSWAP to be defined for little-endian rather than big-endian. Added debug option. -- Stephen Quinney Wed, 17 Apr 2002 14:32:10 +0100 sextractor (2.2.2-4) unstable; urgency=low * Added an autoconf based test for the endianness of a system. This hopefully fixes problems of only being known to compile properly on i386. It sets the BSWAP define in the code to true if a system is big-endian. -- Stephen Quinney Tue, 16 Apr 2002 17:47:31 +0100 sextractor (2.2.2-3) unstable; urgency=low * Changed the default.sex file to reflect the fact that the convolution, neural-network weight, and param files are based in /etc/sextractor/. * Removed the conffiles file listing all the files that were in /etc/sextractor as debhelper already marks them as conffiles and they were being marked twice. * Removed the README from /etc/sextractor as it is not a conffile and moved the details into the manpage. Also changed the debian/rules file so that the README in the config directory does not get installed into /etc/sextractor. -- Stephen Quinney Wed, 10 Apr 2002 11:42:17 +0100 sextractor (2.2.2-2) unstable; urgency=low * Added BKGSIG parameter to the list of parameters that can be outputted. This list is in source/param.h. This parameter is the local value of the standard deviation of the image background. You need to set BACKPHOTO_TYPE to LOCAL to get a sensible value from this parameter, if it is set to GLOBAL then BKGSIG will always be the same value. This parameter is especially useful for people who use the IRAF GIM2D package as that requires the BKGSIG as an input parameter. -- Stephen Quinney Fri, 5 Apr 2002 17:09:44 +0100 sextractor (2.2.2-1) unstable; urgency=low * Initial Release. * Name change of executable from sex to sextractor. -- Stephen Quinney Thu, 4 Apr 2002 15:57:02 +0100 debian/rules0000755000000000000000000000223311767057734010267 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr --mandir=\$${prefix}/share/man \ --with-atlas-incdir=/usr/include/atlas/ \ --with-atlas=/usr/lib/ \ --disable-threads # Testing fails with a timeout on the MIPS Debian build system -- probably due # to the missing FPU.: the tests make extensive use of floating point ops. override_dh_auto_test: if [ $(DEB_BUILD_ARCH) != "mipsel" -a $(DEB_BUILD_ARCH) != "mips" ] ; \ then dh_auto_test ; fi override_dh_installchangelogs: dh_installchangelogs ChangeLog debian/patches/0000755000000000000000000000000011705073142010615 5ustar debian/patches/fix-manpage.patch0000644000000000000000000000231311701366060014031 0ustar Author: Ole Streicher Description: Correct sextractor manpage name and add a minimal ldactoasc manpage --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,3 +1,7 @@ # Manpage Makefile for SExtractor # Copyright (C) 2002 Emmanuel Bertin. -dist_man_MANS = sex.1 sex.x + +dist_man_MANS = sextractor.1 ldactoasc.1 + +sextractor.1: sex.1 + cp -f $< $@ --- /dev/null +++ b/man/ldactoasc.1 @@ -0,0 +1,23 @@ +.TH LDACTOASC "1" "December 2011" "SExtractor 2.8.6" "User Commands" +.SH NAME +ldactoasc \- Convert LDAC binary format to ASCII +.SH SYNOPSIS +.B ldactoasc \fIcatalog\fR +.SH DESCRIPTION +Convert LDAC binary format to ASCII +.SH AUTHOR +Written by Emmanuel Bertin (Institut d'Astrophysique de Paris and Observatoire de Paris). +.PP +Copyright 1994-2005 Emmanuel Bertin +.RE +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "REPORTING BUGS" +Report bugs to . +.PP +The full documentation for +.B SExtractor +is maintained as a Postscript manual available at +.B http://terapix.iap.fr/soft/sextractor +; on Debian systems, it is also installed to +/usr/share/doc/sextractor/. debian/patches/win32.patch0000644000000000000000000000157511701366060012610 0ustar Author: Justin Pryzby Description: (guess) Fix errors on win32 --- a/src/astrom.c +++ b/src/astrom.c @@ -13,6 +13,9 @@ * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ +#ifdef _WIN32 +#define _NO_OLDNAMES 1 +#endif #ifdef HAVE_CONFIG_H #include "config.h" --- a/src/readimage.c +++ b/src/readimage.c @@ -14,6 +14,10 @@ *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ +#ifdef _WIN32 +#define _NO_OLDNAMES 1 +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif --- a/src/wcs/wcs.c +++ b/src/wcs/wcs.c @@ -378,6 +378,10 @@ * $Id: wcs.c,v 1.1.1.1 2002/03/15 16:33:26 bertin Exp $ *===========================================================================*/ +#ifdef _WIN32 +#define _NO_OLDNAMES 1 +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif debian/patches/install-configfiles.patch0000644000000000000000000000100211701366060015563 0ustar Author: Ole Streicher Description: Install the configuration files under /usr/share/sextractor --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # Copyright (C) 2002-2009 Emmanuel Bertin. AUTOMAKE_OPTIONS = foreign no-dependencies SUBDIRS = man src tests -dist_pkgdata_DATA = xsl/sextractor.xsl +dist_pkgdata_DATA = xsl/sextractor.xsl config/* EXTRA_DIST = config doc AUTHORS BUGS ChangeLog COPYRIGHT HISTORY \ INSTALL README THANKS \ acx_atlas.m4 acx_prog_cc_optim.m4 \ debian/patches/sigbus.patch0000644000000000000000000000134011701366060013130 0ustar Author: Justin Pryzby Description: (guess) Handle the "sigbus" case only if it exists --- a/src/fits/fitscleanup.c +++ b/src/fits/fitscleanup.c @@ -151,7 +151,9 @@ /* Catch CTRL-Cs */ signal(SIGINT, signal_function); /* Catch bus errors */ +#ifdef SIGBUS // TODO: what if it is an enum? signal(SIGBUS, signal_function); +#endif /* Catch segmentation faults */ signal(SIGSEGV, signal_function); /* Catch floating exceptions */ @@ -182,9 +184,11 @@ case SIGINT: fprintf(stderr, "^C\n"); exit(-1); +#ifdef SIGBUS case SIGBUS: fprintf(stderr, "bus error\n"); exit(-1); +#endif case SIGSEGV: fprintf(stderr, "segmentation fault\n"); exit(-1); debian/patches/series0000644000000000000000000000017711705073123012036 0ustar sigbus.patch have_malloc.patch have_mmap.patch win32.patch rename_executable.patch fix-manpage.patch install-configfiles.patch debian/patches/have_mmap.patch0000644000000000000000000000257411701366060013603 0ustar Author: Justin Pryzby Description: (guess) Use mmap only if it exists. --- a/src/fits/fitsbody.c +++ b/src/fits/fitsbody.c @@ -51,9 +51,12 @@ ***/ PIXTYPE *alloc_body(tabstruct *tab, void (*func)(PIXTYPE *ptr, int npix)) { +#ifdef HAVE_MMAP FILE *file; PIXTYPE *buffer; - size_t npix, size, sizeleft, spoonful; + size_t sizeleft, spoonful; +#endif + size_t npix, size; if (!body_ramflag) { @@ -74,7 +77,9 @@ /* Decide if the data will go in physical memory or on swap-space */ npix = tab->tabsize/tab->bytepix; size = npix*sizeof(PIXTYPE); +#if !HAVE_MMAP if (size < body_ramleft) +#endif { /*-- There should be enough RAM left: try to do a malloc() */ if ((tab->bodybuf = malloc(size))) @@ -92,6 +97,7 @@ tab->bodybuf = NULL; } +#if HAVE_MMAP if (size < body_vramleft) { /*-- Convert and copy the data to a swap file, and mmap() it */ @@ -131,6 +137,7 @@ return NULL; return (PIXTYPE *)tab->bodybuf; } +#endif /* If no memory left at all: forget it! */ return NULL; @@ -157,8 +164,10 @@ size = (tab->tabsize/tab->bytepix)*sizeof(PIXTYPE); if (tab->swapflag) { +#if HAVE_MMAP if (munmap(tab->bodybuf, size)) warning("Can't unmap ", tab->cat->filename); +#endif tab->swapflag = 0; tab->bodybuf = NULL; body_vramleft += size; debian/patches/rename_executable.patch0000644000000000000000000000777611701366060015327 0ustar Author: Justin Pryzby Description: Don't use up a valuable 3-letter command-name with an Priority: optional package --- a/man/sex.1.in +++ b/man/sex.1.in @@ -1,24 +1,26 @@ -.TH SEXTRACTOR "1" "@DATE3@" "SWarp @PACKAGE_VERSION@" "User Commands" +.TH SEXTRACTOR "1" "@DATE3@" "SExtractor @PACKAGE_VERSION@" "User Commands" .SH NAME -sex \- extract a source catalog from an astronomical FITS image +sextractor \- extract a source catalog from an astronomical FITS image .SH SYNOPSIS -.B sex \fIimage\fR [\fI-c configuration-file\fR] +.B sextractor \fIimage\fR [\fI-c configuration-file\fR] .RS -[\fI-parameter1 value1 -parameter2 value2 ...\fR] +[\fI-parameter1 value1 \-parameter2 value2 ...\fR] .RE .TP -.B sex \fIimage\_detect\fR \fIimage_measure\fR [\fI-c configuration-file\fR] +.B sextractor \fIimage\_detect\fR \fIimage_measure\fR [\fI-c configuration-file\fR] .RS -[\fI-parameter1 value1 -parameter2 value2 ...\fR] +[\fI-parameter1 value1 \-parameter2 value2 ...\fR] .RE .TP -.B sex \fI-d\fR +.B sextractor \fI-d\fR .SH DESCRIPTION SExtractor is a program that builds a catalogue of objects from an astronomical image. Although it is particularly oriented towards reduction of large scale galaxy-survey data, it performs rather well on moderately crowded star fields. .RE -See http://terapix.iap.fr/soft/sextractor for more details. +On Debian systems, sample SExtractor parameter files are installed to +/usr/share/sextractor. +.RE .SS "Operation modes:" .TP \fB\-h\fR, \fB\-\-help\fR @@ -29,6 +31,13 @@ print version number, then exit .TP \fB\-d\fR, \fB\-\-dump\fR dump a default configuration file + +.SH EXAMPLE +For a minimal sextractor run, without customizing any of the +parameters, use + +\fBsextractor file.fits \-c /usr/share/sextractor/default.sex \-PARAMETERS_NAME /usr/share + .SH AUTHOR Written by Emmanuel Bertin (Institut d'Astrophysique de Paris and Observatoire de Paris). .PP @@ -38,10 +47,10 @@ This is free software; see the source for copying conditions. There is warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH "REPORTING BUGS" Report bugs to . -.SH "SEE ALSO" -.BR swarp (1) .PP The full documentation for .B SExtractor is maintained as a Postscript manual available at .B http://terapix.iap.fr/soft/sextractor +; on Debian systems, it is also installed to +/usr/share/doc/sextractor/. --- a/src/define.h +++ b/src/define.h @@ -25,7 +25,7 @@ #define BANNER "SExtractor" #define MYVERSION VERSION -#define EXECUTABLE "sex" +#define EXECUTABLE "sextractor" #define COPYRIGHT "Emmanuel BERTIN " #define WEBSITE "http://astromatic.iap.fr/software/sextractor" #define INSTITUTE "IAP http://www.iap.fr" --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,9 @@ # Program Makefile for SEx # Copyright (C) 2004-2008 Emmanuel Bertin. SUBDIRS = fits levmar wcs -bin_PROGRAMS = sex ldactoasc -check_PROGRAMS = sex -sex_SOURCES = analyse.c assoc.c astrom.c back.c bpro.c catout.c \ +bin_PROGRAMS = sextractor ldactoasc +check_PROGRAMS = sextractor +sextractor_SOURCES = analyse.c assoc.c astrom.c back.c bpro.c catout.c \ check.c clean.c extract.c fft.c field.c filter.c \ fitswcs.c flag.c graph.c growth.c image.c \ interpolate.c main.c makeit.c manobjlist.c misc.c \ @@ -18,7 +18,7 @@ retina.h sexhead1.h sexhead.h sexheadsc.h som.h \ threads.h types.h wcscelsys.h weight.h winpos.h xml.h ldactoasc_SOURCES = ldactoasc.c ldactoasc.h -sex_LDADD = $(top_builddir)/src/fits/libfits.a \ +sextractor_LDADD = $(top_builddir)/src/fits/libfits.a \ $(top_builddir)/src/wcs/libwcs_c.a \ $(top_builddir)/src/levmar/liblevmar.a ldactoasc_LDADD = $(top_builddir)/src/fits/libfits.a --- a/tests/efigi1.test +++ b/tests/efigi1.test @@ -1,4 +1,4 @@ #! /bin/sh # Copyright (C) 2007 Emmanuel Bertin. # -../src/sex galaxies.fits -WEIGHT_IMAGE galaxies.weight.fits -CATALOG_NAME galaxies.cat +../src/sextractor galaxies.fits -WEIGHT_IMAGE galaxies.weight.fits -CATALOG_NAME galaxies.cat debian/patches/have_malloc.patch0000644000000000000000000000102711701366060014110 0ustar Author: Justin Pryzby Description: (guess) Define rpl_malloc if not there. --- a/src/misc.c +++ b/src/misc.c @@ -18,6 +18,8 @@ #include "config.h" #endif +#include + #include "define.h" #include "globals.h" @@ -70,3 +72,18 @@ } +#if !HAVE_MALLOC +#undef malloc + +// Allocate an N-byte block of memory from the heap. If N is zero, +// allocate a 1-byte block. +void *rpl_malloc(size_t n) +{ + void *malloc(); + if (0==n) { + n = 1; + } + + return malloc(n); +} +#endif debian/watch0000644000000000000000000000022112102227164010207 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://www.astromatic.net/download/sextractor/sextractor-(.*)\.tar\.gz \ debian debian/repack-dfsg.sh debian/control0000644000000000000000000000167312102227164010575 0ustar Source: sextractor Section: science Priority: optional Maintainer: Debian Science Maintainers Uploaders: Ole Streicher Build-Depends: debhelper (>= 7.0.50), dh-autoreconf, libatlas-base-dev, libfftw3-dev Homepage: http://www.astromatic.net/software/sextractor Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/debian-science/packages/sextractor.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/sextractor.git Package: sextractor Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Source extractor for astronomical images Find sources, such as stars and galaxies, in astronomical images. The input data files are in FITS file format, and are analyzed to compute the locations of sources, with the ability to distinguish between galaxies and stars using a neural-network technique. debian/TODO0000644000000000000000000000044511701366060007661 0ustar Build documentation from source (sent request upstream Fri Oct 7) Provide the ability to generate kernel filters of arbitrary size, like the ones in /usr/share/sextractor/ link with libwcs Consider looking for default.sex in /usr/share/ after in the current directory? (Print a warning?) debian/compat0000644000000000000000000000000211763445343010376 0ustar 7 debian/copyright0000644000000000000000000005704611763445347011153 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sextractor Upstream-Author: Emmanuel Bertin Source: ftp://ftp.iap.fr/pub/from_users/bertin/sextractor/ Files: * Copyright: Copyright 1995-2009 Emmanuel Bertin IAP-CNRS/Univ,P.&M.Curie License: CeCILL Files: src/wcs/* Copyright: Copyright 1995-1999 Mark Calabretta License: LGPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 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 Library General Public License for more details. . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. Files: debian/* Copyright: not applicable License: public-domain This package is based on a debianization of version 2.4.4 by Justin Pryzby from 2004-2005, with contributions by Florian Ernst . . Updates to new debian packaging standards and upstream version 2.6.8 wre done by Ole Streicher . License: CeCILL This software is governed by the CeCILL license under French law and abiding by the rules of distribution of free software. You can use, modify and/ or redistribute the software under the terms of the CeCILL license as circulated by CEA, CNRS and INRIA at the following URL "http://www.cecill.info". . As a counterpart to the access to the source code and rights to copy, modify and redistribute granted by the license, users are provided only with a limited warranty and the software's author, the holder of the economic rights, and the successive licensors have only limited liability. . In this respect, the user's attention is drawn to the risks associated with loading, using, modifying and/or developing or reproducing the software by the user in light of its specific status of free software, that may mean that it is complicated to manipulate, and that also therefore means that it is reserved for developers and experienced professionals having in-depth computer knowledge. Users are therefore encouraged to load and test the software's suitability as regards their requirements in conditions enabling the security of their systems and/or data to be ensured and, more generally, to use and operate it in the same conditions as regards security. . CeCILL FREE SOFTWARE LICENSE AGREEMENT . Notice . This Agreement is a Free Software license agreement that is the result of discussions between its authors in order to ensure compliance with the two main principles guiding its drafting: . - firstly, compliance with the principles governing the distribution of Free Software: access to source code, broad rights granted to users, . - secondly, the election of a governing law, French law, with which it is conformant, both as regards the law of torts and intellectual property law, and the protection that it offers to both authors and holders of the economic rights over software. . The authors of the CeCILL^1 license are: . Commissariat à l'Energie Atomique - CEA, a public scientific, technical and industrial research establishment, having its principal place of business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. . Centre National de la Recherche Scientifique - CNRS, a public scientific and technological establishment, having its principal place of business at 3 rue Michel-Ange, 75794 Paris cedex 16, France. . Institut National de Recherche en Informatique et en Automatique - INRIA, a public scientific and technological establishment, having its principal place of business at Domaine de Voluceau, Rocquencourt, BP 105, 78153 Le Chesnay cedex, France. . Preamble . The purpose of this Free Software license agreement is to grant users the right to modify and redistribute the software governed by this license within the framework of an open source distribution model. . The exercising of these rights is conditional upon certain obligations for users so as to preserve this status for all subsequent redistributions. . In consideration of access to the source code and the rights to copy, modify and redistribute granted by the license, users are provided only with a limited warranty and the software's author, the holder of the economic rights, and the successive licensors only have limited liability. . In this respect, the risks associated with loading, using, modifying and/or developing or reproducing the software by the user are brought to the user's attention, given its Free Software status, which may make it complicated to use, with the result that its use is reserved for developers and experienced professionals having in-depth computer knowledge. Users are therefore encouraged to load and test the suitability of the software as regards their requirements in conditions enabling the security of their systems and/or data to be ensured and, more generally, to use and operate it in the same conditions of security. This Agreement may be freely reproduced and published, provided it is not altered, and that no provisions are either added or removed herefrom. . This Agreement may apply to any or all software for which the holder of the economic rights decides to submit the use thereof to its provisions. . Article 1 - DEFINITIONS . For the purpose of this Agreement, when the following expressions commence with a capital letter, they shall have the following meaning: . Agreement: means this license agreement, and its possible subsequent versions and annexes. . Software: means the software in its Object Code and/or Source Code form and, where applicable, its documentation, "as is" when the Licensee accepts the Agreement. . Initial Software: means the Software in its Source Code and possibly its Object Code form and, where applicable, its documentation, "as is" when it is first distributed under the terms and conditions of the Agreement. . Modified Software: means the Software modified by at least one Contribution. . Source Code: means all the Software's instructions and program lines to which access is required so as to modify the Software. . Object Code: means the binary files originating from the compilation of the Source Code. . Holder: means the holder(s) of the economic rights over the Initial Software. . Licensee: means the Software user(s) having accepted the Agreement. . Contributor: means a Licensee having made at least one Contribution. . Licensor: means the Holder, or any other individual or legal entity, who distributes the Software under the Agreement. . Contribution: means any or all modifications, corrections, translations, adaptations and/or new functions integrated into the Software by any or all Contributors, as well as any or all Internal Modules. . Module: means a set of sources files including their documentation that enables supplementary functions or services in addition to those offered by the Software. . External Module: means any or all Modules, not derived from the Software, so that this Module and the Software run in separate address spaces, with one calling the other when they are run. . Internal Module: means any or all Module, connected to the Software so that they both execute in the same address space. . GNU GPL: means the GNU General Public License version 2 or any subsequent version, as published by the Free Software Foundation Inc. . Parties: mean both the Licensee and the Licensor. . These expressions may be used both in singular and plural form. . Article 2 - PURPOSE . The purpose of the Agreement is the grant by the Licensor to the Licensee of a non-exclusive, transferable and worldwide license for the Software as set forth in Article 5 hereinafter for the whole term of the protection granted by the rights over said Software. . Article 3 - ACCEPTANCE . 3.1 The Licensee shall be deemed as having accepted the terms and conditions of this Agreement upon the occurrence of the first of the following events: . (i) loading the Software by any or all means, notably, by downloading from a remote server, or by loading from a physical medium; . (ii) the first time the Licensee exercises any of the rights granted hereunder. . 3.2 One copy of the Agreement, containing a notice relating to the characteristics of the Software, to the limited warranty, and to the fact that its use is restricted to experienced users has been provided to the Licensee prior to its acceptance as set forth in Article 3.1 hereinabove, and the Licensee hereby acknowledges that it has read and understood it. . Article 4 - EFFECTIVE DATE AND TERM . 4.1 EFFECTIVE DATE . The Agreement shall become effective on the date when it is accepted by the Licensee as set forth in Article 3.1. . 4.2 TERM . The Agreement shall remain in force for the entire legal term of protection of the economic rights over the Software. . Article 5 - SCOPE OF RIGHTS GRANTED . The Licensor hereby grants to the Licensee, who accepts, the following rights over the Software for any or all use, and for the term of the Agreement, on the basis of the terms and conditions set forth hereinafter. . Besides, if the Licensor owns or comes to own one or more patents protecting all or part of the functions of the Software or of its components, the Licensor undertakes not to enforce the rights granted by these patents against successive Licensees using, exploiting or modifying the Software. If these patents are transferred, the Licensor undertakes to have the transferees subscribe to the obligations set forth in this paragraph. . 5.1 RIGHT OF USE . The Licensee is authorized to use the Software, without any limitation as to its fields of application, with it being hereinafter specified that this comprises: . 1. permanent or temporary reproduction of all or part of the Software by any or all means and in any or all form. . 2. loading, displaying, running, or storing the Software on any or all medium. . 3. entitlement to observe, study or test its operation so as to determine the ideas and principles behind any or all constituent elements of said Software. This shall apply when the Licensee carries out any or all loading, displaying, running, transmission or storage operation as regards the Software, that it is entitled to carry out hereunder. . 5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS . The right to make Contributions includes the right to translate, adapt, arrange, or make any or all modifications to the Software, and the right to reproduce the resulting software. . The Licensee is authorized to make any or all Contributions to the Software provided that it includes an explicit notice that it is the author of said Contribution and indicates the date of the creation thereof. . 5.3 RIGHT OF DISTRIBUTION . In particular, the right of distribution includes the right to publish, transmit and communicate the Software to the general public on any or all medium, and by any or all means, and the right to market, either in consideration of a fee, or free of charge, one or more copies of the Software by any means. . The Licensee is further authorized to distribute copies of the modified or unmodified Software to third parties according to the terms and conditions set forth hereinafter. . 5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION . The Licensee is authorized to distribute true copies of the Software in Source Code or Object Code form, provided that said distribution complies with all the provisions of the Agreement and is accompanied by: . 1. a copy of the Agreement, . 2. a notice relating to the limitation of both the Licensor's warranty and liability as set forth in Articles 8 and 9, . and that, in the event that only the Object Code of the Software is redistributed, the Licensee allows future Licensees unhindered access to the full Source Code of the Software by indicating how to access it, it being understood that the additional cost of acquiring the Source Code shall not exceed the cost of transferring the data. . 5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE . When the Licensee makes a Contribution to the Software, the terms and conditions for the distribution of the resulting Modified Software become subject to all the provisions of this Agreement. . The Licensee is authorized to distribute the Modified Software, in source code or object code form, provided that said distribution complies with all the provisions of the Agreement and is accompanied by: . 1. a copy of the Agreement, . 2. a notice relating to the limitation of both the Licensor's warranty and liability as set forth in Articles 8 and 9, . and that, in the event that only the object code of the Modified Software is redistributed, the Licensee allows future Licensees unhindered access to the full source code of the Modified Software by indicating how to access it, it being understood that the additional cost of acquiring the source code shall not exceed the cost of transferring the data. . 5.3.3 DISTRIBUTION OF EXTERNAL MODULES . When the Licensee has developed an External Module, the terms and conditions of this Agreement do not apply to said External Module, that may be distributed under a separate license agreement. . 5.3.4 COMPATIBILITY WITH THE GNU GPL . The Licensee can include a code that is subject to the provisions of one of the versions of the GNU GPL in the Modified or unmodified Software, and distribute that entire code under the terms of the same version of the GNU GPL. . The Licensee can include the Modified or unmodified Software in a code that is subject to the provisions of one of the versions of the GNU GPL, and distribute that entire code under the terms of the same version of the GNU GPL. . Article 6 - INTELLECTUAL PROPERTY . 6.1 OVER THE INITIAL SOFTWARE . The Holder owns the economic rights over the Initial Software. Any or all use of the Initial Software is subject to compliance with the terms and conditions under which the Holder has elected to distribute its work and no one shall be entitled to modify the terms and conditions for the distribution of said Initial Software. . The Holder undertakes that the Initial Software will remain ruled at least by this Agreement, for the duration set forth in Article 4.2. . 6.2 OVER THE CONTRIBUTIONS . The Licensee who develops a Contribution is the owner of the intellectual property rights over this Contribution as defined by applicable law. . 6.3 OVER THE EXTERNAL MODULES . The Licensee who develops an External Module is the owner of the intellectual property rights over this External Module as defined by applicable law and is free to choose the type of agreement that shall govern its distribution. . 6.4 JOINT PROVISIONS . The Licensee expressly undertakes: . 1. not to remove, or modify, in any manner, the intellectual property notices attached to the Software; . 2. to reproduce said notices, in an identical manner, in the copies of the Software modified or not. . The Licensee undertakes not to directly or indirectly infringe the intellectual property rights of the Holder and/or Contributors on the Software and to take, where applicable, vis-à-vis its staff, any and all measures required to ensure respect of said intellectual property rights of the Holder and/or Contributors. . Article 7 - RELATED SERVICES . 7.1 Under no circumstances shall the Agreement oblige the Licensor to provide technical assistance or maintenance services for the Software. . However, the Licensor is entitled to offer this type of services. The terms and conditions of such technical assistance, and/or such maintenance, shall be set forth in a separate instrument. Only the Licensor offering said maintenance and /or technical assistance services shall incur liability therefor. . 7.2 Similarly, any Licensor is entitled to offer to its licensees, under its sole responsibility, a warranty, that shall only be binding upon itself, for the redistribution of the Software and/or the Modified Software, under terms and conditions that it is free to decide. Said warranty, and the financial terms and conditions of its application, shall be subject of a separate instrument executed between the Licensor and the Licensee. . Article 8 - LIABILITY . 8.1 Subject to the provisions of Article 8.2, the Licensee shall be entitled to claim compensation for any direct loss it may have suffered from the Software as a result of a fault on the part of the relevant Licensor, subject to providing evidence thereof. . 8.2 The Licensor's liability is limited to the commitments made under this Agreement and shall not be incurred as a result of in particular: (i) loss due the Licensee's total or partial failure to fulfill its obligations, (ii) direct or consequential loss that is suffered by the Licensee due to the use or performance of the Software, and (iii) more generally, any consequential loss. In particular the Parties expressly agree that any or all pecuniary or business loss (i.e. loss of data, loss of profits, operating loss, loss of customers or orders, opportunity cost, any disturbance to business activities) or any or all legal proceedings instituted against the Licensee by a third party, shall constitute consequential loss and shall not provide entitlement to any or all compensation from the Licensor. . Article 9 - WARRANTY . 9.1 The Licensee acknowledges that the scientific and technical state-of-the-art when the Software was distributed did not enable all possible uses to be tested and verified, nor for the presence of possible defects to be detected. In this respect, the Licensee's attention has been drawn to the risks associated with loading, using, modifying and/or developing and reproducing the Software which are reserved for experienced users. . The Licensee shall be responsible for verifying, by any or all means, the suitability of the product for its requirements, its good working order, and for ensuring that it shall not cause damage to either persons or properties. . 9.2 The Licensor hereby represents, in good faith, that it is entitled to grant all the rights over the Software (including in particular the rights set forth in Article 5). . 9.3 The Licensee acknowledges that the Software is supplied "as is" by the Licensor without any other express or tacit warranty, other than that provided for in Article 9.2 and, in particular, without any warranty as to its commercial value, its secured, safe, innovative or relevant nature. . Specifically, the Licensor does not warrant that the Software is free from any error, that it will operate without interruption, that it will be compatible with the Licensee's own equipment and software configuration, nor that it will meet the Licensee's requirements. . 9.4 The Licensor does not either expressly or tacitly warrant that the Software does not infringe any third party intellectual property right relating to a patent, software or any other property right. Therefore, the Licensor disclaims any and all liability towards the Licensee arising out of any or all proceedings for infringement that may be instituted in respect of the use, modification and redistribution of the Software. Nevertheless, should such proceedings be instituted against the Licensee, the Licensor shall provide it with technical and legal assistance for its defense. Such technical and legal assistance shall be decided on a case-by-case basis between the relevant Licensor and the Licensee pursuant to a memorandum of understanding. The Licensor disclaims any and all liability as regards the Licensee's use of the name of the Software. No warranty is given as regards the existence of prior rights over the name of the Software or as regards the existence of a trademark. . Article 10 - TERMINATION . 10.1 In the event of a breach by the Licensee of its obligations hereunder, the Licensor may automatically terminate this Agreement thirty (30) days after notice has been sent to the Licensee and has remained ineffective. . 10.2 A Licensee whose Agreement is terminated shall no longer be authorized to use, modify or distribute the Software. However, any licenses that it may have granted prior to termination of the Agreement shall remain valid subject to their having been granted in compliance with the terms and conditions hereof. . Article 11 - MISCELLANEOUS . 11.1 EXCUSABLE EVENTS . Neither Party shall be liable for any or all delay, or failure to perform the Agreement, that may be attributable to an event of force majeure, an act of God or an outside cause, such as defective functioning or interruptions of the electricity or telecommunications networks, network paralysis following a virus attack, intervention by government authorities, natural disasters, water damage, earthquakes, fire, explosions, strikes and labor unrest, war, etc. . 11.2 Any failure by either Party, on one or more occasions, to invoke one or more of the provisions hereof, shall under no circumstances be interpreted as being a waiver by the interested Party of its right to invoke said provision(s) subsequently. . 11.3 The Agreement cancels and replaces any or all previous agreements, whether written or oral, between the Parties and having the same purpose, and constitutes the entirety of the agreement between said Parties concerning said purpose. No supplement or modification to the terms and conditions hereof shall be effective as between the Parties unless it is made in writing and signed by their duly authorized representatives. . 11.4 In the event that one or more of the provisions hereof were to conflict with a current or future applicable act or legislative text, said act or legislative text shall prevail, and the Parties shall make the necessary amendments so as to comply with said act or legislative text. All other provisions shall remain effective. Similarly, invalidity of a provision of the Agreement, for any reason whatsoever, shall not cause the Agreement as a whole to be invalid. . 11.5 LANGUAGE . The Agreement is drafted in both French and English and both versions are deemed authentic. . Article 12 - NEW VERSIONS OF THE AGREEMENT . 12.1 Any person is authorized to duplicate and distribute copies of this Agreement. . 12.2 So as to ensure coherence, the wording of this Agreement is protected and may only be modified by the authors of the License, who reserve the right to periodically publish updates or new versions of the Agreement, each with a separate number. These subsequent versions may address new issues encountered by Free Software. . 12.3 Any Software distributed under a given version of the Agreement may only be subsequently distributed under the same version of the Agreement or a subsequent version, subject to the provisions of Article 5.3.4. . Article 13 - GOVERNING LAW AND JURISDICTION . 13.1 The Agreement is governed by French law. The Parties agree to endeavor to seek an amicable solution to any disagreements or disputes that may arise during the performance of the Agreement. . 13.2 Failing an amicable solution within two (2) months as from their occurrence, and unless emergency proceedings are necessary, the disagreements or disputes shall be referred to the Paris Courts having jurisdiction, by the more diligent Party. . 1 CeCILL stands for Ce(a) C(nrs) I(nria) L(ogiciel) L(ibre) . Version 2.0 dated 2006-09-05. debian/clean0000644000000000000000000000010411701366060010166 0ustar man/sextractor.1 tests/orig.fits tests/prof.fits tests/subprof.fits debian/dfsg.remove0000644000000000000000000000027112102227164011325 0ustar # The following non-free files are removed from the original tarball # # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699275 # doc/Guide2source_extractor.pdf doc/sextractor.pdf debian/source/0000755000000000000000000000000011701366060010466 5ustar debian/source/format0000644000000000000000000000001411701366060011674 0ustar 3.0 (quilt) debian/README.debian0000644000000000000000000000062612102227164011270 0ustar The PDF documentation has been removed from the package for copyright reasons. Check http://bugs.debian.org/699275 for details. For the documentation, see * Official user's manual: https://www.astromatic.net/pubsvn/software/sextractor/trunk/doc/sextractor.pdf * Dummy's guide: http://mensa.ast.uct.ac.za/~holwerda/SE/Manual.html -- Ole Streicher Wed, 30 Jan 2013 10:45:52 +0100