[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#260740: Still interested in SExtractor?



Hello again,

On Fri, Oct 07, 2005 at 04:05:35AM -0400, Justin Pryzby wrote:
> An updated package is available at:
>   http://justinpryzby.com/astro/code/sextractor/

Some comments on your packaging:

- the clean target in debian/rules depends on the config.status
  target? I see no reason for doing so, so I removed that dependancy,
  please see the attached interdiff for details
- the CFLAGS you set in debian/rules are not honoured by the program,
  so it will be compiled with upstream's standard compiler flags,
  including -O3 which is known to cause some issues with recent
  version of gcc (InternalCompilerErrors on m68k (now resolved), bad /
  faulty code on other archs). Still, -O3 seems to be the natural
  choice for a computational package like this, so you might want to
  test your luck...
- the doc-base entries weren't well adjusted, I changed them to fit
  reality again, please see the attached interdiff for details
- you might want to consider splitting off all architecture-independant
  documentation into a sextractor-doc package as more than half of all
  data isn't specific to any arch. However, the package as is isn't
  all too big to make this a must, though...


I've built the package after committing the changes mentioned in the
interdiff and put some files at
<http://people.debian.org/~florian/sextractor/>.
Please check whether those files are acceptable and if so then upload
the necessary parts into the Debian archives.

(I sooner or later tend to let my sponsees do the upload in order to
check whether they know how to do it properly. If there are problems
please don't hesitate to ask.)

Cheers,
Flo
diff -u sextractor-2.4.3/debian/sextractor.doc-base.handbook sextractor-2.4.3/debian/sextractor.doc-base.handbook
--- sextractor-2.4.3/debian/sextractor.doc-base.handbook
+++ sextractor-2.4.3/debian/sextractor.doc-base.handbook
@@ -1,9 +1,9 @@
-Document: sextractor-doc-handbook
+Document: sextractor-handbook
 Title: Source Extractor for Dummies
 Author: Benne W. Holwerda
 Abstract:  Everything you wanted to know about Source Extractor and
  Benne was forced to find out.
-Section: science
+Section: Apps/Science
 
-Format: postscript
-Files: /usr/share/doc/sextractor-doc/SE_Handbook.4.ps.gz
+Format: pdf
+Files: /usr/share/doc/sextractor/SE_Handbook.4.pdf.gz
diff -u sextractor-2.4.3/debian/sextractor.doc-base.manual sextractor-2.4.3/debian/sextractor.doc-base.manual
--- sextractor-2.4.3/debian/sextractor.doc-base.manual
+++ sextractor-2.4.3/debian/sextractor.doc-base.manual
@@ -1,11 +1,11 @@
-Document: sextractor-doc-manual
+Document: sextractor-manual
 Title: SExtractor v2.4 User's manual
 Author: Emmanuel Bertin
 Abstract: This manual describes what sextractor is and how it can be
  used to generate catalogues of objects from astronomical images. It
  gives full list and descriptions of configuration options and
  available output parameters.
-Section: science
+Section: Apps/Science
 
-Format: postscript
-Files: /usr/share/doc/sextractor-doc/sextractor.ps.gz
+Format: pdf
+Files: /usr/share/doc/sextractor/sextractor.pdf.gz
diff -u sextractor-2.4.3/debian/rules sextractor-2.4.3/debian/rules
--- sextractor-2.4.3/debian/rules
+++ sextractor-2.4.3/debian/rules
@@ -33,7 +33,7 @@
 	$(MAKE)
 	touch build-stamp
 
-clean:	config.status
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp config.sub config.guess

Attachment: signature.asc
Description: Digital signature


Reply to: