r46547 - in /packages/healpix/healpy: ./ trunk/ trunk/debian/ trunk/debian/source/

lsinger-guest at users.alioth.debian.org lsinger-guest at users.alioth.debian.org
Tue Feb 18 21:32:20 UTC 2014


Author: lsinger-guest
Date: Tue Feb 18 21:32:20 2014
New Revision: 46547

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46547
Log:
Add healpy, Python interface to HEALPix

Added:
    packages/healpix/healpy/
    packages/healpix/healpy/trunk/
    packages/healpix/healpy/trunk/debian/
    packages/healpix/healpy/trunk/debian/changelog
    packages/healpix/healpy/trunk/debian/compat
    packages/healpix/healpy/trunk/debian/control
    packages/healpix/healpy/trunk/debian/copyright
    packages/healpix/healpy/trunk/debian/pydist-overrides
    packages/healpix/healpy/trunk/debian/rules   (with props)
    packages/healpix/healpy/trunk/debian/source/
    packages/healpix/healpy/trunk/debian/source/format
    packages/healpix/healpy/trunk/debian/watch

Added: packages/healpix/healpy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/changelog?rev=46547&op=file
==============================================================================
--- packages/healpix/healpy/trunk/debian/changelog	(added)
+++ packages/healpix/healpy/trunk/debian/changelog	Tue Feb 18 21:32:20 2014
@@ -0,0 +1,24 @@
+healpy (1.7.3-3) UNRELEASED; urgency=low
+
+  * Correct watch file to skip upstream pre-releases.
+
+ -- Leo Singer <leo.singer at ligo.org>  Sun, 09 Feb 2014 11:32:26 -0800
+
+healpy (1.7.3-2) unstable; urgency=low
+
+  * Update standards version to 3.9.5.
+  * Add build-depends on autotools-dev to update outdated files.
+  * Add watch file. 
+
+ -- Leo Singer <leo.singer at ligo.org>  Sun, 09 Feb 2014 11:13:06 -0800
+
+healpy (1.7.3-1) UNRELEASED; urgency=low
+
+  * source package automatically created by stdeb 0.6.0+git
+  * silenced some warnings by adding a pydist-overrides file
+  * add Numpy ABI dependency by running dh_numpy
+  * depend on healpix-cxx >= 3.11
+  * update to debhelper 9
+  * depend on python-setuptools >= 0.6.14 for compatibility with Squeeze
+
+ -- Leo Singer <leo.singer at ligo.org>  Mon, 27 Jan 2014 15:25:17 -0800

Added: packages/healpix/healpy/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/compat?rev=46547&op=file
==============================================================================
--- packages/healpix/healpy/trunk/debian/compat	(added)
+++ packages/healpix/healpy/trunk/debian/compat	Tue Feb 18 21:32:20 2014
@@ -0,0 +1 @@
+9

Added: packages/healpix/healpy/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/control?rev=46547&op=file
==============================================================================
--- packages/healpix/healpy/trunk/debian/control	(added)
+++ packages/healpix/healpy/trunk/debian/control	Tue Feb 18 21:32:20 2014
@@ -0,0 +1,23 @@
+Source: healpy
+Maintainer: Leo Singer <leo.singer at ligo.org>
+Homepage: http://healpy.readthedocs.org
+Section: python
+Priority: optional
+Build-Depends:
+ python-setuptools (>= 0.6.14),
+ python-all-dev (>= 2.6.6-3),
+ debhelper (>= 9),
+ libcfitsio3-dev,
+ libhealpix-cxx-dev (>= 3.11),
+ python-numpy,
+ pkg-config,
+ autotools-dev
+X-Python-Version: >= 2.6
+Standards-Version: 3.9.5
+
+Package: python-healpy
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-numpy
+Suggests: python-pyfits, python-matplotlib
+Description: Healpix tools package for Python
+ Hierarchical Equal Area isoLatitude Pixelization of a sphere

Added: packages/healpix/healpy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/copyright?rev=46547&op=file
==============================================================================
--- packages/healpix/healpy/trunk/debian/copyright	(added)
+++ packages/healpix/healpy/trunk/debian/copyright	Tue Feb 18 21:32:20 2014
@@ -0,0 +1,50 @@
+Files: *
+Copyright: 2014 A. Zonca <zonca at deepspace.ucsb.edu>
+           2014 C. Rosset <cyrille.rosset at apc.univ-paris-diderot.fr>
+
+Files: healpixsubmodule
+Copyright: 1997-2013 HEALPix collaboration
+           1998-2013 Anthony J. Banday <banday at mpa-garching.mpg.de>
+           1998-2003 Matthias Bartelmann <mbartelmann at ita.uni-heidelberg.de>
+           2005-2008 Hans Kristian Eriksen <h.k.k.eriksen at astro.uio.no>
+           1997-2013 Krzysztof M. Gorski <krzysztof.m.gorski at jpl.nasa.gov>
+           1999-2000 Frode K. Hansen <fhansen at mpa-garching.mpg.de>
+           1997-2013 Eric Hivon <hivon at iap.fr>
+           2005-2013 William O'Mullane <womullan at skysrv.pha.jhu.edu>
+           2003-2013 Martin Reinecke <martin at mpa-garching.mpg.de> and
+           1998-2003 Benjamin D. Wandelt <bwandelt at iap.fr>.
+License: GPL-2+
+
+Files: cfitsio
+Copyright:
+
+  Copyright (Unpublished--all rights reserved under the copyright laws of
+  the United States), U.S. Government as represented by the Administrator
+  of the National Aeronautics and Space Administration.  No copyright is
+  claimed in the United States under Title 17, U.S. Code.
+
+Files: debian/*
+Copyright: 2012 Leo Singer <leo.singer at ligo.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.

Added: packages/healpix/healpy/trunk/debian/pydist-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/pydist-overrides?rev=46547&op=file
==============================================================================
--- packages/healpix/healpy/trunk/debian/pydist-overrides	(added)
+++ packages/healpix/healpy/trunk/debian/pydist-overrides	Tue Feb 18 21:32:20 2014
@@ -0,0 +1,2 @@
+pyfits python-pyfits
+numpy python-numpy

Added: packages/healpix/healpy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/rules?rev=46547&op=file
==============================================================================
--- packages/healpix/healpy/trunk/debian/rules	(added)
+++ packages/healpix/healpy/trunk/debian/rules	Tue Feb 18 21:32:20 2014
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Fri, 05 Apr 2013 12:56:56 -0700
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+override_dh_auto_install:
+	dh_auto_install
+	dh_numpy

Propchange: packages/healpix/healpy/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/healpix/healpy/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/source/format?rev=46547&op=file
==============================================================================
--- packages/healpix/healpy/trunk/debian/source/format	(added)
+++ packages/healpix/healpy/trunk/debian/source/format	Tue Feb 18 21:32:20 2014
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/healpix/healpy/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/watch?rev=46547&op=file
==============================================================================
--- packages/healpix/healpy/trunk/debian/watch	(added)
+++ packages/healpix/healpy/trunk/debian/watch	Tue Feb 18 21:32:20 2014
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/h/healpy/healpy-(\d+(\.\d+)*)\.tar\.gz




More information about the debian-science-commits mailing list