debian/0000755000000000000000000000000012026367701007172 5ustar debian/rules0000755000000000000000000000111612026367701010251 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # make the module compliant with debian policy, the NDF and GSD # libraries on which these modules depend are non-free so will # have to be in a separate package, i will set this up at some point. $(RM) $(TMP)/usr/share/man/man3/Astro::FITS::Header::NDF.3pm.gz $(RM) $(TMP)/usr/share/perl5/Astro/FITS/Header/NDF.pm $(RM) $(TMP)/usr/share/man/man3/Astro::FITS::Header::GSD.3pm.gz $(RM) $(TMP)/usr/share/perl5/Astro/FITS/Header/GSD.pm debian/control0000644000000000000000000000214112026367701010573 0ustar Source: libastro-fits-header-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libastro-fits-cfitsio-perl Maintainer: Debian Perl Group Uploaders: Jose Luis Rivas , Ansgar Burchardt , gregor herrmann , Nicholas Bamber Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Astro-FITS-Header/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libastro-fits-header-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libastro-fits-header-perl.git Package: libastro-fits-header-perl Provides: libastro-fits-header-cfitsio, libastro-fits-header-item Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libastro-fits-cfitsio-perl Description: module for reading, modifying and writing FITS headers Astro::FITS::Header is a set of Perl modules that provide a more high-level approach than the straightforward CFITSIO to reading, modifying and then writing out FITS standard header blocks to FITS files. debian/source/0000755000000000000000000000000012026367701010472 5ustar debian/source/format0000644000000000000000000000001412026367701011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001205312026367701011045 0ustar libastro-fits-header-perl (3.07-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4 (no changes). -- gregor herrmann Wed, 19 Sep 2012 18:15:53 +0200 libastro-fits-header-perl (3.06-1) unstable; urgency=low * Team upload. * New upstream release. -- Nuno Carvalho Sat, 14 Jul 2012 14:21:54 +0100 libastro-fits-header-perl (3.05-1) unstable; urgency=low * Team upload. * New upstream release. * Drop pod.patch, merged upstream. -- gregor herrmann Sat, 30 Jun 2012 17:16:19 +0200 libastro-fits-header-perl (3.04-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Set debhelper compatibility level to 8. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Wed, 27 Jun 2012 18:07:56 +0200 libastro-fits-header-perl (3.03-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * Removed Michael Zehrer from Uploaders (Closes: #540823) [ Ansgar Burchardt ] * Update my email address. [ Nicholas Bamber ] * Added nyself to Uploaders * New upstream release * Upped standards version * Removed outdated versioning on dependency * Updated descriptions * Added debian/source/format * Added patch for spelling mistake * Refreshed copyright [ gregor herrmann ] * Minimize debian/rules. -- Nicholas Bamber Tue, 18 Jan 2011 09:05:18 +0000 libastro-fits-header-perl (3.01-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Ansgar Burchardt ] * New upstream release. * Update debian/copyright. * Add myself to Uploaders. * Bump Standards Version to 3.8.1 (no changes). * Build-dep on libastro-fits-cfitsio-perl to enable additional tests. -- Ansgar Burchardt Wed, 15 Apr 2009 22:21:31 +0200 libastro-fits-header-perl (3.0-1) unstable; urgency=low [ Joachim Breitner ] * Removed myself from uploaders. [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * Set Standards-Version to 3.8.0 (no changes). * Add /me to Uploaders. [ Jose Luis Rivas ] * New upstream release. * Added me to Uploaders. * debian/copyright: Updated formatting. [ gregor herrmann ] * debian/copyright: - use a stand-alone License stanza at the end - update years of upstream copyright - add an additional copyright holder for one file * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. -- Jose Luis Rivas Sat, 01 Nov 2008 18:51:43 -0430 libastro-fits-header-perl (2.8.1-2) unstable; urgency=low * Corrected Maintainer e-Mail Address -- Joachim Breitner Fri, 27 Feb 2004 12:29:41 +0100 libastro-fits-header-perl (2.8.1-1) unstable; urgency=low * New upstream release (Closes: #217331) * Adopted orphaned package for Debian Perl Group (Closes: #204453) -- Michael Zehrer Sun, 1 Feb 2004 08:31:59 +0100 libastro-fits-header-perl (2.6.2-2) unstable; urgency=low * Orphaned package, maintainer is now Debian QA Group. -- Stephen Quinney Thu, 7 Aug 2003 13:49:14 +0100 libastro-fits-header-perl (2.6.2-1) unstable; urgency=low * New upstream release - bug fixes only. -- Stephen Quinney Tue, 29 Apr 2003 16:41:55 +0100 libastro-fits-header-perl (2.6.1-1) unstable; urgency=low * New upstream release - lots of new features - note that the tied interface has changed a lot and MAY NOT BE BACKWARDS COMPATIBLE. * Changed section from interpreters to perl. * Use debian/compat instead of DH_COMPAT. * Standards version 3.5.9, no changes needed. * Man pages use 3pm instead of 3perl as per Debian Perl policy. -- Stephen Quinney Fri, 11 Apr 2003 14:58:52 +0100 libastro-fits-header-perl (2.4-1) unstable; urgency=low * New upstream release. -- Stephen Quinney Thu, 19 Dec 2002 16:14:04 +0000 libastro-fits-header-perl (2.2-3) unstable; urgency=low * Removed an incorrect entry in the debian/copyright statement. -- Stephen Quinney Tue, 6 Aug 2002 19:17:43 +0100 libastro-fits-header-perl (2.2-2) unstable; urgency=low * Removed Astro::FITS::Header::NDF and its manpage as it depends on the non-free NDF library provided by the Starlink project. -- Stephen Quinney Mon, 5 Aug 2002 17:19:17 +0100 libastro-fits-header-perl (2.2-1) unstable; urgency=low * Initial Release -- Stephen Quinney Tue, 2 Jul 2002 18:33:36 +0100 debian/compat0000644000000000000000000000000212026367701010370 0ustar 8 debian/README.Debian0000644000000000000000000000153212026367701011234 0ustar libastro-fits-header-perl for Debian ---------------------------- The Astro::FITS::Header::NDF and GSD modules provided by this package, as standard, rely on the NDF and GSD modules provided by the Starlink project. Those modules are not packaged for Debian as Starlink software is non-free (as in liberty). You can download the source (or binary for Linux, Alpha and Sun hardware) free of charge as long as you are not a profit making organisation. Consequently the Astro::FITS::Header::NDF and GSD modules cannot be placed in main, rather than move all of the modules here to contrib I will separately package the NDF and GSD modules if there is any demand. For more information on the Starlink Software Collection and the Starlink Project in general see http://star-www.rl.ac.uk/ -- Stephen Quinney , Fri Dec 20 10:24:36 2002 debian/copyright0000644000000000000000000000241512026367701011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Astro-FITS-Header Upstream-Contact: Tim Jenness Source: http://search.cpan.org/dist/Astro-FITS-Header/ Files: * Copyright: 2001-2007, Particle Physics and Astronomy Research Council 2007-2011, Science & Technology Facilities Council License: GPL-3+ Files: lib/Astro/FITS/Header.pm Copyright: 2001-2007, Particle Physics and Astronomy Research Council 2007-2011, Science & Technology Facilities Council 2002, Southwest Research Institute (portions) License: GPL-3+ Files: debian/* Copyright: 2002-2003, Stephen Quinney 2004, Joachim Breitner 2004, Michael Zehrer 2008, Jose Luis Rivas 2009, Ansgar Burchardt 2011, Nicholas Bamber License: GPL-3+ 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 3, or (at your option) any later version. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/libastro-fits-header-perl.docs0000644000000000000000000000001412026367701015007 0ustar TODO README debian/watch0000644000000000000000000000017612026367701010227 0ustar version=3 http://search.cpan.org/dist/Astro-FITS-Header/ .*/Astro-FITS-Header-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$