libastro-fits-cfitsio-perl 1.07-1 source package in Ubuntu

Changelog

libastro-fits-cfitsio-perl (1.07-1) unstable; urgency=low

  [ Joachim Breitner ]
  * Removed myself from uploaders.

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Ryan Niebur ]
  * Remove Florian Ragwitz from Uploaders (Closes: #523229)

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Chris Butler ]
  * New upstream release
    - increased Build-Dep on libcfitsio3-dev to 3.26
  * Switched to source format 3.0 (quilt)
  * Updated copyright to DEP-5 format
  * Switched to debhelper 7 with tiny rules file
  * Upped Standards-Version to 3.9.2 (no changes required)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:02:27 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libastro-fits-cfitsio-perl_1.07.orig.tar.gz 343.9 KiB 51c5371871383f9dcd162d8df6e0eb6b9a25f757c6b27cc6bf6ff5a0a7420b56
libastro-fits-cfitsio-perl_1.07-1.debian.tar.gz 4.6 KiB 60ef59f855b934bd7a17cd668b93453a968b027b9b189ebeb92e7012a7e91ad4
libastro-fits-cfitsio-perl_1.07-1.dsc 2.2 KiB 5efc4d2bf1072cfc4aa91315d267e015554f370c6008009242b798a2549093a5

Available diffs

View changes file

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.