r46563 - in /packages/healpix/chealpix/trunk/debian: ./ README README.Debian changelog control rules
moeller at users.alioth.debian.org
moeller at users.alioth.debian.org
Mon Feb 24 02:16:37 UTC 2014
Author: moeller
Date: Mon Feb 24 02:16:37 2014
New Revision: 46563
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46563
Log:
Introduced debug package.
Added:
packages/healpix/chealpix/trunk/debian/README.Debian
- copied unchanged from r46551, packages/healpix/chealpix/trunk/debian/README
Removed:
packages/healpix/chealpix/trunk/debian/README
Modified:
packages/healpix/chealpix/trunk/debian/ (props changed)
packages/healpix/chealpix/trunk/debian/changelog
packages/healpix/chealpix/trunk/debian/control
packages/healpix/chealpix/trunk/debian/rules
Propchange: packages/healpix/chealpix/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Modified: packages/healpix/chealpix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/chealpix/trunk/debian/changelog?rev=46563&op=diff
==============================================================================
--- packages/healpix/chealpix/trunk/debian/changelog (original)
+++ packages/healpix/chealpix/trunk/debian/changelog Mon Feb 24 02:16:37 2014
@@ -1,6 +1,7 @@
-chealpix (3.11.2-3) UNRELEASED; urgency=medium
+chealpix (3.11.2-3) unstable; urgency=medium
* Update description, VCS links, and maintainer.
+ * Introduced debug package.
-- Leo Singer <leo.singer at ligo.org> Sun, 23 Feb 2014 15:49:14 -0800
@@ -15,7 +16,6 @@
chealpix (3.11.2-1) UNRELEASED; urgency=low
- * Initial release.
- * Convert to debhelper 9.
+ * Initial release (Closes: #737270).
-- Leo Singer <leo.singer at ligo.org> Thu, 23 Jan 2014 09:48:19 -0800
Modified: packages/healpix/chealpix/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/chealpix/trunk/debian/control?rev=46563&op=diff
==============================================================================
--- packages/healpix/chealpix/trunk/debian/control (original)
+++ packages/healpix/chealpix/trunk/debian/control Mon Feb 24 02:16:37 2014
@@ -23,6 +23,7 @@
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 static library and headers for the C language
implementation of HEALPix. The C library provides basic input/output of
HEALPix maps as well as basic spatial operations like conversion between
@@ -38,7 +39,23 @@
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 dynamic library for the C language implementation
of HEALPix. The C library provides basic input/output of HEALPix maps as well
as basic spatial operations like conversion between spherical coordinates and
HEALPix pixels.
+
+Package: libchealpix0-dbg
+Architecture: any
+Section: debug
+Depends: ${misc:Depends}, libchealpix0 (=${binary:Version})
+Description: Debug information for C implementation of HEALPix 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 provide information to understand program failures. Users
+ may be asked to install it to help tracking down issues that are reproducible
+ for them, only.
Modified: packages/healpix/chealpix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/chealpix/trunk/debian/rules?rev=46563&op=diff
==============================================================================
--- packages/healpix/chealpix/trunk/debian/rules (original)
+++ packages/healpix/chealpix/trunk/debian/rules Mon Feb 24 02:16:37 2014
@@ -2,3 +2,6 @@
%:
dh $@
+
+override_dh_strip:
+ dh_strip --dbg-package=libchealpix0-dbg
More information about the debian-science-commits
mailing list