libastro-fits-cfitsio-perl 1.08-1 source package in Ubuntu
Changelog
libastro-fits-cfitsio-perl (1.08-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Bump versioned build dependency on libcfitsio3-dev. * Switch to debhelper compatibility level 9 to pass CFLAGS to Makefile.PL/Build.PL. * Add /me to Uploaders. * Update years of upstream and packaging copyright. -- gregor herrmann <email address hidden> Fri, 20 Jan 2012 15:38:50 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libastro-fits-cfitsio-perl_1.08-1.dsc | 2.3 KiB | ba99d3965e01b3f9c64c80260325fde4684d7d6ebe8e0b1af26b820a5f1b4902 |
libastro-fits-cfitsio-perl_1.08.orig.tar.gz | 345.9 KiB | d574d5363936ed887fae091e3951d0c8fb10067a5970fc8d137bc516dc15c0ba |
libastro-fits-cfitsio-perl_1.08-1.debian.tar.gz | 4.8 KiB | 007b213849cd4a12a2556774b32837517fa9c79a429965e35c1ce874cf49be1c |
Available diffs
No changes file available.
Binary packages built by this source
- libastro-fits-cfitsio-perl: Perl extension for using the cfitsio library
Perl interface to William Pence's cfitsio subroutine library. For more
information on cfitsio, see http://heasarc. gsfc.nasa. gov/fitsio.
.
This module attempts to provide a wrapper for nearly every cfitsio routine,
while retaining as much cfitsio behavior as possible. As such, one should
be aware that it is still somewhat low-level, in the sense that handing an
array which is not the correct size to a routine like fits_write_img()
may cause SIGSEGVs.
.
The goal is to eventually use these routines to build a more Perl-like
interface to many common tasks such as reading and writing of images and
ASCII and binary tables.