debian/0000755000000000000000000000000011773264306007177 5ustar debian/rules0000755000000000000000000000056511772616717010273 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_install: dh_installyorick --no-make-install override_dh_auto_clean: rm -f build-stamp configure-stamp spydr32.xpm spydr48.png $(MAKE) Y_MAKEDIR=/usr/lib/yorick Y_EXE=/usr/bin/yorick clean override_dh_auto_build: convert spydr.xpm -resize 32 spydr32.xpm convert spydr.xpm -crop +2-2 +repage spydr48.png dh_auto_build debian/changelog0000644000000000000000000000316011773264027011051 0ustar yorick-spydr (0.8.2-3) unstable; urgency=low * Hand over maintainance to debian-science team -- Thibaut Paumard Fri, 29 Jun 2012 10:32:23 +0200 yorick-spydr (0.8.2-2) unstable; urgency=low * Amend debian/control to abide by Debian Science Policy * Updated copyright * Patch Makefile instead of running yorick -batch make.i * Simplfiy debian/rules with short dh notation -- Thibaut Paumard Wed, 27 Jun 2012 16:45:40 +0200 yorick-spydr (0.8.2-1) unstable; urgency=low * New upstream release * Checked against policy 3.9.1 -- Thibaut Paumard Tue, 10 May 2011 15:54:48 +0200 yorick-spydr (0.8.1-1) unstable; urgency=low * New upstream release + patch long_round applied * move to section "science" -- Thibaut Paumard Wed, 21 Apr 2010 10:39:04 +0200 yorick-spydr (0.8.0-2) unstable; urgency=low * change round() to long(round()) -- Thibaut Paumard Tue, 06 Apr 2010 18:15:49 +0200 yorick-spydr (0.8.0-1) unstable; urgency=low * New upstream release - test3.fits is not shipped anymore * Convert to 3.0 (quilt) format * Add watch file * Remove call to dh_desktop * Remove linda overrides * Check against policy 3.8.3 -- Thibaut Paumard Sun, 29 Nov 2009 19:23:56 +0100 yorick-spydr (0.7.7-1) unstable; urgency=low * Initial release (closes: #460854). Thanks to François Rigaut for help in packaging. -- Thibaut Paumard Tue, 12 Feb 2008 18:07:13 +0100 debian/Makefile.i0000644000000000000000000000007611772615036011070 0ustar batch,0; #include "make.i" batch,1; make,template="Makefile"; debian/yorick-spydr.packinfo0000644000000000000000000000026311772615036013352 0ustar :newsubsection spydr: FITS image display and analysis :spydr outermost functions implementing the GUI :spydr_psffit PSF fitting fuctions :spydr_various miscellaneous utilities debian/watch0000644000000000000000000000011011772615036010217 0ustar version=3 http://www.maumae.net/yorick/packages/src/spydr-(.*)-src\.tgz debian/manpages0000644000000000000000000000001011772615036010703 0ustar spydr.1 debian/yorick-spydr.menu0000644000000000000000000000032011772615036012516 0ustar ?package(yorick-spydr):needs="x11" section="Applications/Science/Astronomy"\ title="spydr" longtitle="FITS image display and simple analysis"\ command="yorick -i spydr.i -c --batch"\ icon="spydr32.xpm" debian/spydr.desktop0000644000000000000000000000037211772615036011734 0ustar [Desktop Entry] Categories=Education;Science;Astronomy; Type=Application Comment=FITS image display and simple analysis Exec=yorick -i spydr.i -c --batch %F Icon=spydr48 Name=Spydr GenericName=FITS Image Viewer MimeType=image/x-fits; Terminal=false debian/control0000644000000000000000000000233311773263776010615 0ustar Source: yorick-spydr Section: science Priority: extra Maintainer: Debian Science Maintainers Uploaders: Thibaut Paumard Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: yorick-dev (>= 2.1.05), imagemagick Standards-Version: 3.9.3 DM-Upload-Allowed: yes Vcs-Git: git://git.debian.org/git/debian-science/packages/yorick-spydr.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/yorick-spydr.git Homepage: http://www.maumae.net/yorick/doc/spydr_intro.php Package: yorick-spydr Architecture: all Depends: yorick (>= 2.1.05), yorick-yutils (>= 1.3), yorick-yao, python-glade2, python, zenity (>=2.0), ${shlibs:Depends}, ${misc:Depends} Description: FITS image display and simple analysis Spydr (pronounced like spider) basically is an FITS image viewer. It can work as a stand-alone application but is best integrated in a Yorick-based data-analysis work-flow (Yorick is an interpreted language specialized in numerical computations and scientific graphics). It includes tools to zoom, produce cuts, histograms, Gaussian/Moffat fits, PSF fits (inc. FWHM and Strehl). Can work on single images, sequences of images or data cubes. debian/lintian/0000755000000000000000000000000011772617134010635 5ustar debian/lintian/yorick-spydr0000644000000000000000000000035311772617134013220 0ustar # yorick-spydr depends on yorick yorick-spydr: desktop-command-not-in-package usr/share/applications/spydr.desktop yorick # yorick-spydr depends on yorick yorick-spydr: menu-command-not-in-package usr/share/menu/yorick-spydr:4 yorick debian/compat0000644000000000000000000000000211772615036010374 0ustar 5 debian/copyright0000644000000000000000000000221511772616212011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: François Rigaut Source: http://www.maumae.net/yorick/packages/src/spŷdr-0.8.2-src.tgz Files: * Copyright: © 2007, François Rigaut © 2008-2012, Thibaut Paumard License: GPL-3+ 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 (to receive a copy of the GNU General Public License, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA). . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000011772615036010476 5ustar debian/source/format0000644000000000000000000000001411772615036011704 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011772616314010625 5ustar debian/patches/configure0000644000000000000000000000161311772615566012542 0ustar Description: configure this package Yorick packages are usually configured by running yorick -batch make.i which modifies Makefile. Modifying source files at build time is not very well supported in the quilt / git workflow, so let's just patch Makefile and not run yorick -batch make.i at build time. Author: Thibaut Paumard Origin: Vendor Forwarded: not-needed Last-Update: 2012-06-27 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ # these values filled in by yorick -batch make.i -Y_MAKEDIR=/usr/lib/yorick/2.2 -Y_EXE=/usr/lib/yorick/2.2/bin/yorick +Y_MAKEDIR=/usr/lib/yorick +Y_EXE=/usr/lib/yorick/bin/yorick Y_EXE_PKGS= -Y_EXE_HOME=/usr/lib/yorick/2.2 -Y_EXE_SITE=/usr/share/yorick/2.2 +Y_EXE_HOME=/usr/lib/yorick +Y_EXE_SITE=/usr/lib/yorick +Y_HOME_PKG= # # !! THIS IS NOT A PLUGIN !! debian/patches/series0000644000000000000000000000001211772615471012036 0ustar configure debian/ynstall0000644000000000000000000000057411772615177010623 0ustar spydr.info spydr.i spydr_input_data_format.i spydr_plugins.i spydr_psffit.i spydr_pyk.i spydr_start.i i-start spydr_various.i spydr.py spydr.glade spydr*.gs spydr.conf /etc/ spydr /usr/bin/ debian/yorick-spydr.packinfo spydr32.xpm usr/share/pixmaps spydr48.png usr/share/pixmaps debian/spydr.desktop usr/share/applications debian/lintian/yorick-spydr usr/share/lintian/overrides