r47274 - in /packages/healpix: healpix-cxx/trunk/debian/ healpix-java/ healpix-java/trunk/ healpix-java/trunk/debian/ healpix-java/trunk/debian/source/

lsinger-guest at users.alioth.debian.org lsinger-guest at users.alioth.debian.org
Thu Jun 2 15:06:31 UTC 2016


Author: lsinger-guest
Date: Thu Jun  2 15:06:30 2016
New Revision: 47274

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47274
Log:
healpix-java: commit work in progress

Added:
    packages/healpix/healpix-java/
    packages/healpix/healpix-java/trunk/
    packages/healpix/healpix-java/trunk/debian/
    packages/healpix/healpix-java/trunk/debian/changelog
    packages/healpix/healpix-java/trunk/debian/compat
    packages/healpix/healpix-java/trunk/debian/control
    packages/healpix/healpix-java/trunk/debian/copyright
    packages/healpix/healpix-java/trunk/debian/rules   (with props)
    packages/healpix/healpix-java/trunk/debian/source/
    packages/healpix/healpix-java/trunk/debian/source/format
Modified:
    packages/healpix/healpix-cxx/trunk/debian/changelog
    packages/healpix/healpix-cxx/trunk/debian/control
    packages/healpix/healpix-cxx/trunk/debian/rules

Modified: packages/healpix/healpix-cxx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/changelog?rev=47274&op=diff
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/changelog	(original)
+++ packages/healpix/healpix-cxx/trunk/debian/changelog	Thu Jun  2 15:06:30 2016
@@ -1,3 +1,9 @@
+healpix-cxx (3.30.0-3) UNRELEASED; urgency=medium
+
+  * Migrate to automatic debug packages
+
+ -- Leo Singer <leo.singer at ligo.org>  Tue, 31 May 2016 13:52:10 -0400
+
 healpix-cxx (3.30.0-2) unstable; urgency=medium
 
   * Change maintainer from Debian Science Team to Debian Astro Team.

Modified: packages/healpix/healpix-cxx/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/control?rev=47274&op=diff
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/control	(original)
+++ packages/healpix/healpix-cxx/trunk/debian/control	Thu Jun  2 15:06:30 2016
@@ -50,18 +50,3 @@
  HEALPix pixels, and also sophisticated spatial operations such as querying
  cones or polygons, as well as upsampling/downsampling, smoothing, and fast
  spherical harmonic transforms.
-
-Package: libhealpix-cxx0-dbg
-Priority: extra
-Architecture: any
-Section: debug
-Depends: ${misc:Depends}, libhealpix-cxx0 (=${binary:Version})
-Description: representation of spherical data - C++ library debug symbols
- 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 debug symbols for the C++ language implementation of
- HEALPix.

Modified: packages/healpix/healpix-cxx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/rules?rev=47274&op=diff
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/rules	(original)
+++ packages/healpix/healpix-cxx/trunk/debian/rules	Thu Jun  2 15:06:30 2016
@@ -48,5 +48,6 @@
 override_dh_auto_configure:
 	dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS)
 
+# FIXME: remove the stuff after the || once we drop support for Jessie
 override_dh_strip:
-	dh_strip --dbg-package=libhealpix-cxx0-dbg
+	dh_strip --dbgsym-migration libhealpix-cxx0-dbg || dh_strip

Added: packages/healpix/healpix-java/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-java/trunk/debian/changelog?rev=47274&op=file
==============================================================================
--- packages/healpix/healpix-java/trunk/debian/changelog	(added)
+++ packages/healpix/healpix-java/trunk/debian/changelog	Thu Jun  2 15:06:30 2016
@@ -0,0 +1,5 @@
+healpix-java (3.30.0-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Leo Singer <leo.singer at ligo.org>  Thu, 02 Jun 2016 10:46:40 -0400

Added: packages/healpix/healpix-java/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-java/trunk/debian/compat?rev=47274&op=file
==============================================================================
--- packages/healpix/healpix-java/trunk/debian/compat	(added)
+++ packages/healpix/healpix-java/trunk/debian/compat	Thu Jun  2 15:06:30 2016
@@ -0,0 +1 @@
+9

Added: packages/healpix/healpix-java/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-java/trunk/debian/control?rev=47274&op=file
==============================================================================
--- packages/healpix/healpix-java/trunk/debian/control	(added)
+++ packages/healpix/healpix-java/trunk/debian/control	Thu Jun  2 15:06:30 2016
@@ -0,0 +1,45 @@
+Source: healpix-java
+Priority: optional
+Maintainer: Debian Astro Team <debian-astro-maintainers at lists.alioth.debian.org>
+Uploaders: Leo Singer <leo.singer at ligo.org>
+Homepage: http://healpix.sourceforge.net
+Build-Depends:
+ debhelper (>= 9),
+ javahelper
+Build-Depends-Indep:
+ default-jdk,
+ default-jdk-doc,
+ libtrove-java,
+ libtrove-java-doc,
+ ant
+Standards-Version: 3.9.8
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/healpix/healpix-java/trunk/
+Vcs-Browser: https://svn.debian.org/viewsvn/debian-science/packages/healpix/healpix-java/trunk/
+Section: java
+
+Package: libhealpix-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: HEALPix representation of spherical data - C development library
+ 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 the Java language implementation of HEALPix.
+
+Package: libhealpix-java-doc
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: HEALPix representation of spherical data - C shared library
+ 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 documentation for the Java language implementation of
+ HEALPix.

Added: packages/healpix/healpix-java/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-java/trunk/debian/copyright?rev=47274&op=file
==============================================================================
--- packages/healpix/healpix-java/trunk/debian/copyright	(added)
+++ packages/healpix/healpix-java/trunk/debian/copyright	Thu Jun  2 15:06:30 2016
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: HEALPix
+Upstream-Contact: Martin Reinecke <martin at mpa-garching.mpg.de>
+Upstream-Source: http://sourceforge.net/p/healpix/code
+
+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'.
+
+Files: *
+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>
+           1998-2003 Benjamin D. Wandelt <bwandelt at iap.fr>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016 Leo Singer <leo.singer at ligo.org>
+License: GPL-2+

Added: packages/healpix/healpix-java/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-java/trunk/debian/rules?rev=47274&op=file
==============================================================================
--- packages/healpix/healpix-java/trunk/debian/rules	(added)
+++ packages/healpix/healpix-java/trunk/debian/rules	Thu Jun  2 15:06:30 2016
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+JAVA_HOME=/usr/lib/jvm/default-java
+
+%:
+	dh $@ --with javahelper

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

Added: packages/healpix/healpix-java/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-java/trunk/debian/source/format?rev=47274&op=file
==============================================================================
--- packages/healpix/healpix-java/trunk/debian/source/format	(added)
+++ packages/healpix/healpix-java/trunk/debian/source/format	Thu Jun  2 15:06:30 2016
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-science-commits mailing list