1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
|
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 <justinpryzby@users.sf.net> 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 <justinpryzby@users.sf.net> 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 <justinpryzby@users.sf.net> Mon, 26 Jul 2004 15:28:25 -0400
sextractor (2.3.2-3) unstable; urgency=low
* Prune debian/rules, include more documentation.
-- Justin Pryzby <justinpryzby@users.sf.net> 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 <justinpryzby@users.sf.net> Thu, 22 Jul 2004 13:46:47 -0400
sextractor (2.3.2-1) unstable; urgency=low
* New maintainer.
-- Justin Pryzby <justinpryzby@users.sf.net> 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 <florian_ernst@gmx.net> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> 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 <stephen@jadevine.org.uk> Thu, 4 Apr 2002 15:57:02 +0100
|