[SCM] Source extractor for astronomical images branch, debian, updated. 3b09efdff69721a800252408021b329cb70ecd6a

Ole Streicher github at liska.ath.cx
Fri Dec 9 09:33:18 UTC 2011


The following commit has been merged in the debian branch:
commit 3b09efdff69721a800252408021b329cb70ecd6a
Author: Ole Streicher <github at liska.ath.cx>
Date:   Fri Dec 9 10:32:48 2011 +0100

    Update debian files to new version

diff --git a/debian/changelog b/debian/changelog
index 906c003..92d26e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,8 @@
+sextractor (2.8.6-1) unstable; urgency=low
+  * New upstream release. Closes: #406981
+
+ -- Ole Streicher <debian at liska.ath.cx>  Fri, 09 Dec 2011 09:02:00 +0200
+
 sextractor (2.4.4-1) unstable; urgency=low
 
   * New upstream release; closes: 335745.
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 7bf4c93..49f3981 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,19 @@
 Source: sextractor
 Section: science
-Priority: extra
+Priority: optional
 Maintainer: Justin Pryzby <justinpryzby at users.sf.net>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev
-Standards-Version: 3.6.2
+Uploaders: Ole Streicher <debian at liska.ath.cx>
+Build-Depends: debhelper (>= 7.0.50), dh-autoreconf
+Homepage: http://www.astromatic.net/software/sextractor
+Standards-Version: 3.9.2
+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: ${shlibs:Depends}
-Replaces: sextractor-doc
-Conflicts: sextractor-doc
-Description: source extractor for astronomical images
+Depends: ${shlibs:Depends}, ${misc: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.
- .
-  Homepage: http://terapix.iap.fr/rubrique.php?id_rubrique=91/
diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755
index 9b84821..d8695de
--- a/debian/rules
+++ b/debian/rules
@@ -1,72 +1,14 @@
 #!/usr/bin/make -f
-# Build rules for sextractor.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-# Modifications are a work of Justin Pryzby during the year 2005, and
-# are hereby released as "public domain".
+# 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)
 
-CFLAGS = -Wall -g
+%:
+	dh  $@ --with autoreconf
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O3
-endif
-
-config.status: configure
-	dh_testdir
-	ln -sf /usr/share/misc/config.sub autoconf/config.sub
-	ln -sf /usr/share/misc/config.guess autoconf/config.guess
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man CFLAGS="$(CFLAGS)"
-
-build: config.status
-	dh_testdir
-	$(MAKE)
-
-clean:
-	dh_testdir
-	dh_testroot
-	set -e; if [ -f Makefile ]; then $(MAKE) -i distclean; fi;
-	dh_clean autoconf/config.sub autoconf/config.guess
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/sextractor
-	$(RM) -r $(CURDIR)/debian/sextractor/usr/share/man/manx/
-
-	# Don't use up a valuable 3-letter command-name with an
-	# Priority: extra package; previously, /usr/bin/sex, and sex.1
-	# were Simple text editor for X.
-	cd debian/sextractor/usr/bin/ && mv sex sextractor;
-	cd debian/sextractor/usr/share/man/man1/ && mv sex.1 sextractor.1;
-
-binary-indep: build install
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs BUGS README THANKS HISTORY doc/*
-	dh_install config/* usr/share/sextractor/
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Source extractor for astronomical images



More information about the debian-science-commits mailing list