r47259 - in /packages/healpix/healpy/trunk/debian: changelog control copyright rules watch

lsinger-guest at users.alioth.debian.org lsinger-guest at users.alioth.debian.org
Thu May 19 23:24:24 UTC 2016


Author: lsinger-guest
Date: Thu May 19 23:24:24 2016
New Revision: 47259

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47259
Log:
healpy: release for unstable

Modified:
    packages/healpix/healpy/trunk/debian/changelog
    packages/healpix/healpy/trunk/debian/control
    packages/healpix/healpy/trunk/debian/copyright
    packages/healpix/healpy/trunk/debian/rules
    packages/healpix/healpy/trunk/debian/watch

Modified: packages/healpix/healpy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/changelog?rev=47259&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/changelog	(original)
+++ packages/healpix/healpy/trunk/debian/changelog	Thu May 19 23:24:24 2016
@@ -1,4 +1,4 @@
-healpy (1.9.1-1) UNRELEASED; urgency=medium
+healpy (1.9.1-1) unstable; urgency=medium
 
   * New upstream release.
   * Remove unnecessary pydist-overrides file.
@@ -9,8 +9,11 @@
     the item must either be a 2-tuple containing a keyword and value, or
     a 3-tuple containing a keyword, value, and comment string." This was
     fixed by the new upstream release. (Closes: #813781)
+  * Make sure that no Python bytecode is written when running unit
+    tests (fixes a Lintian package-installs-python-pycache-dir warning)
+  * Fix broken debian/watch file due to PyPI API changes.
 
- -- Leo Singer <leo.singer at ligo.org>  Wed, 11 May 2016 14:43:54 -0400
+ -- Leo Singer <leo.singer at ligo.org>  Thu, 19 May 2016 19:13:07 -0400
 
 healpy (1.8.1-1) unstable; urgency=medium
 

Modified: packages/healpix/healpy/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/control?rev=47259&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/control	(original)
+++ packages/healpix/healpy/trunk/debian/control	Thu May 19 23:24:24 2016
@@ -61,13 +61,13 @@
 Architecture: any-ia64 any-amd64 any-arm64 any-ppc64 any-ppc64el any-sparc64
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-numpy, python-healpy-data
 Suggests: python3-astropy, python3-matplotlib
-Description: HEALPix representation of spherical data - Python interface
+Description: HEALPix representation of spherical data - Python3 interface
  HEALPix is an acronym for Hierarchical Equal Area isoLatitude Pixelization
  of a sphere. As suggested in the name, this pixelization produces a
  subdivision of a spherical surface in which each pixel covers the same
  surface area as every other pixel. It is commonly used to store all-sky
  astronomical images, most famously maps of the cosmic microwave background.
  .
- This package provides a Python wrapper around the C++ implementation of
+ This package provides a Python3 wrapper around the C++ implementation of
  HEALPix.
 

Modified: packages/healpix/healpy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/copyright?rev=47259&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/copyright	(original)
+++ packages/healpix/healpy/trunk/debian/copyright	Thu May 19 23:24:24 2016
@@ -30,7 +30,7 @@
            2014 C. Rosset <cyrille.rosset at apc.univ-paris-diderot.fr>
 License: GPL-2+
 
-Files: healpixsubmodule
+Files: healpixsubmodule/src/cxx/autotools/*
 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>
@@ -47,7 +47,7 @@
 Copyright: 2012 Leo Singer <leo.singer at ligo.org>
 License: GPL-2+
 
-Files: cfitsio
+Files: cfitsio/*
 Copyright: None
  Copyright (Unpublished--all rights reserved under the copyright laws of
  the United States), U.S. Government as represented by the Administrator
@@ -75,7 +75,7 @@
  FROM, OR AROSE OUT OF THE RESULTS OF, OR USE OF, THE SOFTWARE OR
  SERVICES PROVIDED HEREUNDER.
 
-Files: cfitsio/zlib
+Files: cfitsio/zlib/*
 Copyright: 1995-2010 Jean-loup Gailly <jloup at gzip.org>
            1995-2010 Mark Adler <madler at alumni.caltech.edu>
 License: Zlib

Modified: packages/healpix/healpy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/rules?rev=47259&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/rules	(original)
+++ packages/healpix/healpy/trunk/debian/rules	Thu May 19 23:24:24 2016
@@ -14,7 +14,7 @@
 	echo backend: agg > $@
 
 override_dh_auto_test: matplotlibrc
-	dh_auto_test
+	PYTHONDONTWRITEBYTECODE=yes dh_auto_test
 
 # After installing, remove data directories that we will replace with symlinks
 override_dh_install:

Modified: packages/healpix/healpy/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/watch?rev=47259&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/watch	(original)
+++ packages/healpix/healpy/trunk/debian/watch	Thu May 19 23:24:24 2016
@@ -1,2 +1,2 @@
 version=3
-https://pypi.python.org/packages/source/h/healpy/healpy-([\d\.]*)\.tar\.gz
+https://pypi.python.org/simple/healpy .*/.*/.*/.*/.*/.*/healpy-([\d\.]*)\.tar\.gz#.*




More information about the debian-science-commits mailing list