Bug#998012: transition: healpix-cxx

2021-10-28 Thread Leo Singer
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
X-Debbugs-Cc: leo.sin...@ligo.org

Upstream SONAME bump.

pgsphere and healpy will need to be rebuilt.
I will take care of healpy itself as I co-maintain it.

Ben file:

title = "healpix-cxx";
is_affected = .depends ~ "libhealpix-cxx2" | .depends ~ "libhealpix-cxx3";
is_good = .depends ~ "libhealpix-cxx3";
is_bad = .depends ~ "libhealpix-cxx2";



Bug#963092: ITP: healpix-fortran -- HEALPix representation of spherical data - Fortran library

2020-06-18 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer 

* Package name: healpix-fortran
  Version : 3.60
  Upstream Author : Martin Reinecke 
* URL : http://healpix.sourceforge.net
* License : GPL
  Programming Lang: Fortran
  Description : HEALPix representation of spherical data - Fortran 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 Fortran language implementation of HEALPix.

This package has been requested by a fellow Debian member, Ole Streicher,
to support the 4MOST instrumment
(https://www.eso.org/sci/facilities/develop/instruments/4MOST.html).

The package will be maintained by the Debian Astro Team.



Bug#947445: ITP: libsharp -- libsharp is a fast spherical harmonic transform library.

2019-12-26 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer 

* Package name: libsharp
  Version : 1.0.0
  Upstream Author : Martin Reinecke 
* URL : https://healpix.sourceforge.io
* License : GPL
  Programming Lang: C++
  Description : fast spherical harmonic transform library

libsharp is a fast spherical harmonic transform library in C++.
It used to be a part of healpix-cxx, but in the latest upstream
release of healpix-cxx, has been moved to a separate package.



Bug#924936: unblock: astropy-healpix/0.4-3

2019-03-18 Thread Leo Singer
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package astropy-healpix.

The package fixes the important bug #921324, "astropy-healpix FTBFS on
i386: test failure".

unblock astropy-healpix/0.4-3

Cheers,
Leo

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-2-amd64 (SMP w/1 CPU core)
Kernel taint flags: TAINT_CRAP
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru astropy-healpix-0.4/debian/changelog 
astropy-healpix-0.4/debian/changelog
--- astropy-healpix-0.4/debian/changelog2019-01-21 15:39:38.0 
-0500
+++ astropy-healpix-0.4/debian/changelog2019-03-05 22:53:26.0 
-0500
@@ -1,3 +1,17 @@
+astropy-healpix (0.4-5) unstable; urgency=medium
+
+  * Compile with -ffloat-store on i386 to fix unit test failures due
+to unwanted floating point precision. (Closes: #921324)
+
+ -- Leo Singer   Tue, 05 Mar 2019 22:53:26 -0500
+
+astropy-healpix (0.4-4) unstable; urgency=medium
+
+  * Include python3-astropy as a build dependeny on all
+architectures, including i386.
+
+ -- Leo Singer   Thu, 24 Jan 2019 10:34:27 -0500
+
 astropy-healpix (0.4-3) unstable; urgency=medium
 
   * Add python3-healpy as a build dependency on all architectures
diff -Nru astropy-healpix-0.4/debian/control astropy-healpix-0.4/debian/control
--- astropy-healpix-0.4/debian/control  2019-01-21 15:00:26.0 -0500
+++ astropy-healpix-0.4/debian/control  2019-03-05 22:49:29.0 -0500
@@ -7,7 +7,7 @@
python3-all-dev,
python3-astropy,
python3-astropy-helpers,
-   python3-healpy [any-ia64 any-amd64 any-arm64 any-arm any-mips 
any-mips64el any-mipsel any-ppc64 any-ppc64el any-sparc64],
+   python3-healpy (>= 1.12.8-8),
python3-hypothesis,
python3-numpy,
python3-pytest,
diff -Nru astropy-healpix-0.4/debian/rules astropy-healpix-0.4/debian/rules
--- astropy-healpix-0.4/debian/rules2019-01-20 22:46:01.0 -0500
+++ astropy-healpix-0.4/debian/rules2019-03-05 22:51:34.0 -0500
@@ -9,6 +9,11 @@
 # Astropy-affiliated packages do.
 export PYBUILD_AFTER_INSTALL := find {destdir} -name '*.c' -delete
 
+ifeq ($(DEB_HOST_ARCH),i386)
+   export DEB_CFLAGS_MAINT_APPEND := -ffloat-store
+endif
+
+
 %:
dh $@ --with python3 --buildsystem=pybuild
 


Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-18 Thread Leo Singer
Package: i3
Version: 4.16-1
Followup-For: Bug #918925

Actually, removing the 'pango:' string from the font option is just causing
it to fall back to the fixed-width X core font.

I tried using a handful of other fonts, such as:

font pango:Bistream Vera Sans Mono 8

And it turns out that the title and status bar text are missing for *any* pango
font option.

I looked through ~/.xsession-errors and I did not see any font-related errors.

[libi3] ../../i3-wm-4.16/libi3/font.c Using Pango font monospace, size 8
01/18/19 14:13:30 - dpi.c:init_dpi:41 - Resource Xft.dpi not specified, 
skipping.
01/18/19 14:13:30 - dpi.c:init_dpi:64 - Using fallback for calculating DPI.
01/18/19 14:13:30 - dpi.c:init_dpi:66 - Using dpi = 96
01/18/19 14:13:30 - main.c:main:561 - root_depth = 32, visual_id = 
0x0077.
01/18/19 14:13:30 - main.c:main:563 - root_screen->height_in_pixels = 1080, 
root_screen->height_in_millimeters = 285
01/18/19 14:13:30 - main.c:main:564 - One logical pixel corresponds to 1 
physical pixels on this display.



Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-18 Thread Leo Singer
Package: i3
Version: 4.16-1
Followup-For: Bug #918925

Dear Maintainer,

Oddly enough, the title and status bar text do become visible if I change the
following line in ~/.config/i3/config from this:

font pango:monospace 8

to this:

font monospace 8

Best,
Leo



Bug#919537: surf: fails to download files due to AppArmor profile

2019-01-16 Thread Leo Singer
Package: surf
Version: 2.0+git20181009-3
Severity: normal

Dear Maintainer,

I am unable to download files with surf. When I follow a link that
should trigger a download, such as a link to a .tar.gz file, I see this
error message in the terminal:

surf: execvp x-terminal-emulator failed: Permission denied

And I see this AppArmor audit message:

[10250.579596] audit: type=1400 audit(1547686146.856:308): apparmor="DENIED" 
operation="exec" profile="/usr/bin/surf" name="/usr/bin/lxterm" pid=17839 
comm="surf" requested_mask="x" denied_mask="x" fsuid=1000 ouid=0

Thanks,
Leo

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages surf depends on:
ii  libc6 2.28-5
ii  libgcr-base-3-1   3.28.0-4
ii  libgcr-ui-3-1 3.28.0-4
ii  libglib2.0-0  2.58.2-3
ii  libgtk-3-03.24.2-3
ii  libwebkit2gtk-4.0-37  2.22.5-1
ii  libx11-6  2:1.6.7-1

Versions of packages surf recommends:
ii  curl 7.62.0-1
ii  suckless-tools   44-1
ii  x11-utils7.7+4
ii  xterm [x-terminal-emulator]  342-1

Versions of packages surf suggests:
ii  apparmor  2.13.2-3

-- no debconf information



Bug#919536: surf: Warnings and AppError audit messages about GPU

2019-01-16 Thread Leo Singer
Package: surf
Version: 2.0+git20181009-2.1
Severity: minor

Dear Maintainer,

My apologies for spamming you with a bunch of different AppArmor issues.
I am trying to understand and differentiate the issues myself; please
let me know if it would be better for me just to send you a list of all
of the errors.

There are several error messages related to GL and Mesa, which I'm
trying to understand better because of broader GPU stability issues
on my Raspberry Pi 3B+. When I start surf, I see the following warnings:

libGL error: MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information

I also see the following AppArmor audit messages which look like they
might be related:

[ 6898.198526] audit: type=1400 audit(1547682794.480:160): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" name="/sys/class/video4linux/" 
pid=6003 comm="gst-plugin-scan" requested_mask="r" denied_mask="r" fsuid=1000 
ouid=0
[ 6906.716855] audit: type=1400 audit(1547682802.996:161): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/sys/devices/platform/soc/soc:gpu/uevent" pid=5984 comm="ositorWorkQueue" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6906.720022] audit: type=1400 audit(1547682802.996:162): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/sys/devices/platform/soc/soc:gpu/uevent" pid=5984 comm="ositorWorkQueue" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6906.720086] audit: type=1400 audit(1547682802.996:163): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/sys/devices/platform/soc/soc:gpu/uevent" pid=5984 comm="ositorWorkQueue" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6906.720111] audit: type=1400 audit(1547682802.996:164): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/sys/devices/platform/soc/soc:gpu/uevent" pid=5984 comm="ositorWorkQueue" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6908.851155] audit: type=1400 audit(1547682805.132:165): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/sys/devices/platform/soc/soc:gpu/uevent" pid=5984 comm="ositorWorkQueue" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6908.852661] audit: type=1400 audit(1547682805.132:166): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/sys/devices/platform/soc/soc:gpu/uevent" pid=5984 comm="ositorWorkQueue" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6908.852715] audit: type=1400 audit(1547682805.132:167): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/sys/devices/platform/soc/soc:gpu/uevent" pid=5984 comm="ositorWorkQueue" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6908.852745] audit: type=1400 audit(1547682805.132:168): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/sys/devices/platform/soc/soc:gpu/uevent" pid=5984 comm="ositorWorkQueue" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

Thanks,
Leo

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages surf depends on:
ii  libc6 2.28-5
ii  libgcr-base-3-1   3.28.0-4
ii  libgcr-ui-3-1 3.28.0-4
ii  libglib2.0-0  2.58.2-3
ii  libgtk-3-03.24.2-3
ii  libwebkit2gtk-4.0-37  2.22.5-1
ii  libx11-6  2:1.6.7-1

Versions of packages surf recommends:
ii  curl 7.62.0-1
ii  suckless-tools   44-1
ii  x11-utils7.7+4
ii  xterm [x-terminal-emulator]  342-1

Versions of packages surf suggests:
ii  apparmor  2.13.2-3

-- Configuration Files:
/etc/apparmor.d/usr.bin.surf changed [not included]

-- no debconf information



Bug#919535: surf: AppArmor profile forbids access to publicsuffix data

2019-01-16 Thread Leo Singer
Package: surf
Version: 2.0+git20181009-2.1
Severity: normal
Tags: patch

Dear Maintainer,

surf is not able to access the following two files due to its apparmor
profile:

[ 5565.325749] audit: type=1400 audit(1547681461.606:127): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/usr/share/publicsuffix/public_suffix_list.dafsa" pid=29897 
comm="WebKitNetworkPr" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 5565.328420] audit: type=1400 audit(1547681461.610:128): apparmor="DENIED" 
operation="open" profile="/usr/bin/surf" 
name="/usr/share/publicsuffix/public_suffix_list.dat" pid=29897 
comm="WebKitNetworkPr" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0

I have included a patch.

Regards,
Leo
-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages surf depends on:
ii  libc6 2.28-5
ii  libgcr-base-3-1   3.28.0-4
ii  libgcr-ui-3-1 3.28.0-4
ii  libglib2.0-0  2.58.2-3
ii  libgtk-3-03.24.2-3
ii  libwebkit2gtk-4.0-37  2.22.5-1
ii  libx11-6  2:1.6.7-1

Versions of packages surf recommends:
ii  curl 7.62.0-1
ii  suckless-tools   44-1
ii  x11-utils7.7+4
ii  xterm [x-terminal-emulator]  342-1

Versions of packages surf suggests:
ii  apparmor  2.13.2-3

-- Configuration Files:
/etc/apparmor.d/usr.bin.surf changed [not included]

-- no debconf information
>From 092793cac1b5dd01a62f910497c95b51d28dc674 Mon Sep 17 00:00:00 2001
From: Leo Singer 
Date: Wed, 16 Jan 2019 23:40:11 +
Subject: [PATCH] Tell apparmor to allow access to publicsuffix data

---
 debian/changelog| 7 +++
 debian/usr.bin.surf | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7e6f003..c002849 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+surf (2.0+git20181009-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Tell apparmor to allow read access to publicsuffix data.
+
+ -- Leo Singer   Wed, 16 Jan 2019 23:39:11 +
+
 surf (2.0+git20181009-3) unstable; urgency=medium
 
   * Fix path pattern for usrmerged paths in AppArmor profile.
diff --git a/debian/usr.bin.surf b/debian/usr.bin.surf
index f204a83..3a9b2d6 100644
--- a/debian/usr.bin.surf
+++ b/debian/usr.bin.surf
@@ -31,6 +31,7 @@
   /usr/lib/@{multiarch}/webkit2gtk-4.0/WebKit*Process ix,
   /{dev,run}/shm/WK2SharedMemory.* rw,
   /var/tmp/WebKit-Media-* rw,
+  /usr/share/publicsuffix/public_suffix_list.{dat,dafsa} r,
   owner @{HOME}/.local/share/webkitgtk/ w,
   owner @{HOME}/.local/share/webkitgtk/** rw,
   owner @{HOME}/.cache/webkitgtk/ w,
-- 
2.20.1



Bug#919534: surf: AppArmor profile forbids creation of ~/.cache directory

2019-01-16 Thread Leo Singer
Package: surf
Version: 2.0+git20181009-2.1
Severity: normal

Dear Maintainer,

The AppArmor profile for surf prevents it from creating the ~/.cache
directory. This might be a rare corner case since it is only likely
to occur if surf is almost the first program that the user runs after
they create the account. There is a simple workaround of just creating
the ~/.cache directory before running surf.

The AppArmor audit message looks like this:

[ 6822.134705] audit: type=1400 audit(1547682718.416:151):
apparmor="DENIED" operation="mkdir" profile="/usr/bin/surf"
name="/home/leo/.cache/" pid=5877 comm="WebKitWebProces"
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000

Thanks,
Leo

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages surf depends on:
ii  libc6 2.28-5
ii  libgcr-base-3-1   3.28.0-4
ii  libgcr-ui-3-1 3.28.0-4
ii  libglib2.0-0  2.58.2-3
ii  libgtk-3-03.24.2-3
ii  libwebkit2gtk-4.0-37  2.22.5-1
ii  libx11-6  2:1.6.7-1

Versions of packages surf recommends:
ii  curl 7.62.0-1
ii  suckless-tools   44-1
ii  x11-utils7.7+4
ii  xterm [x-terminal-emulator]  342-1

Versions of packages surf suggests:
ii  apparmor  2.13.2-3

-- Configuration Files:
/etc/apparmor.d/usr.bin.surf changed [not included]

-- no debconf information



Bug#918926: surf: Patch to fix paths in apparmor profile

2019-01-16 Thread Leo Singer
Package: surf
Followup-For: Bug #918926

Hi,

I found that I just had to remove the extra / in the apparmor profile.
Please see the attached patch.

Best,
Leo

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages surf depends on:
ii  libc6 2.28-5
ii  libgcr-base-3-1   3.28.0-4
ii  libgcr-ui-3-1 3.28.0-4
ii  libglib2.0-0  2.58.2-3
ii  libgtk-3-03.24.2-3
ii  libwebkit2gtk-4.0-37  2.22.5-1
ii  libx11-6  2:1.6.7-1

Versions of packages surf recommends:
ii  curl7.62.0-1
ii  rxvt-unicode [x-terminal-emulator]  9.22-4+b1
ii  suckless-tools  44-1
ii  x11-utils   7.7+4
ii  xterm [x-terminal-emulator] 342-1

Versions of packages surf suggests:
ii  apparmor  2.13.2-3

-- no debconf information
diff -Nru surf-2.0+git20181009/debian/changelog 
surf-2.0+git20181009/debian/changelog
--- surf-2.0+git20181009/debian/changelog   2019-01-12 12:48:59.0 
+
+++ surf-2.0+git20181009/debian/changelog   2019-01-16 17:45:33.0 
+
@@ -1,3 +1,11 @@
+surf (2.0+git20181009-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix path pattern for usrmerged paths in AppArmor profile.
+(Closes: #918926)
+
+ -- Leo Singer   Wed, 16 Jan 2019 17:45:33 +
+
 surf (2.0+git20181009-2) unstable; urgency=medium
 
   * Allow usrmerged paths in AppArmor profile. (Closes: #918926)
diff -Nru surf-2.0+git20181009/debian/usr.bin.surf 
surf-2.0+git20181009/debian/usr.bin.surf
--- surf-2.0+git20181009/debian/usr.bin.surf2019-01-12 12:11:11.0 
+
+++ surf-2.0+git20181009/debian/usr.bin.surf2019-01-16 17:45:33.0 
+
@@ -49,8 +49,8 @@
 
 
   /usr/bin/surf ix,
-  /{usr/,}/bin/dash ix,
-  /{usr/,}/bin/sed ix,
+  /{usr,}/bin/dash ix,
+  /{usr,}/bin/sed ix,
   /usr/bin/dmenu ix,
   /usr/bin/printf ix,
   /usr/bin/xargs ix,


Bug#918926: surf: Cannot open dmenu: permission denied

2019-01-10 Thread Leo Singer
Package: surf
Version: 2.0+git20181009-1
Severity: normal
Tags: patch

Dear Maintainer,

surf cannot open dmenu with ^g and prints the following error message:

surf: execvp /bin/sh failed: Permission denied

Regards,
Leo



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages surf depends on:
ii  libc6 2.28-2
ii  libgcr-base-3-1   3.28.0-4
ii  libgcr-ui-3-1 3.28.0-4
ii  libglib2.0-0  2.58.2-3
ii  libgtk-3-03.24.2-3
ii  libwebkit2gtk-4.0-37  2.22.5-1
ii  libx11-6  2:1.6.7-1

Versions of packages surf recommends:
ii  curl  7.62.0-1
ii  gnome-terminal [x-terminal-emulator]  3.30.2-2
ii  mate-terminal [x-terminal-emulator]   1.20.1-1
ii  rxvt-unicode [x-terminal-emulator]9.22-4+b1
ii  suckless-tools44-1
ii  x11-utils 7.7+4
ii  xfce4-terminal [x-terminal-emulator]  0.8.7.4-2
ii  xterm [x-terminal-emulator]   341-1

Versions of packages surf suggests:
ii  apparmor  2.13.2-3

-- no debconf information



Bug#918925: i3: Status and title bar text do not appear with default config file

2019-01-10 Thread Leo Singer
Package: i3
Version: 4.16-1
Severity: normal

Dear Maintainer,

I installed i3 under Debian Buster (armhf) on a Raspberry Pi 3B+. With the
automatically generated configuration file, the i3 title and status bars are
blank.

I found that I could get the title and status bar text to show up by employing
the workaround of uncommenting the following font option in
~/.config/i3/config:

font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1

I do not know if this issue also occurs on more commonplace amd64 systems.

Would you please modify the package so that the title and status bar text are
visible with the default, automatically generated i3 config file?

Regards,
Leo



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-1-armmp (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages i3 depends on:
ii  i3-wm  4.16-1

Versions of packages i3 recommends:
ii  dunst   1.3.2-1
ii  i3lock  2.11.1-1
ii  i3status2.12-1
ii  suckless-tools  44-1

i3 suggests no packages.

-- no debconf information



Bug#888870: ITP: astropy-healpix -- BSD-licensed HEALPix for Astropy

2018-01-30 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer <leo.sin...@ligo.org>

* Package name: astropy-healpix
 Version : 0.2
 Upstream Author : Christoph Deil <astropy.t...@gmail.com>
* URL : http://astropy-healpix.readthedocs.io
* License : BSD
 Programming Lang: C, Python
 Description : BSD-licensed HEALPix for Astropy

From the PyPI description:

"This is a BSD-licensed HEALPix package developed by the Astropy project
and based on C code written by Dustin Lang in astrometry.net."

This is a dependency of the latest version of the python-reproject
package, 0.4.



Bug#888158: ITP: pytest-cython -- pytest plugin for testing Cython extension modules

2018-01-23 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer <leo.sin...@ligo.org>

* Package name: pytest-cython
 Version : 0.1.0
 Upstream Author : Logan Page <page...@gmail.com>
* URL : https://github.com/lgpage/pytest-cython
* License : MIT
 Programming Lang: Python
 Description : pytest plugin for testing Cython extension modules

This is a plugin for pytest that supports running doctests that are in
Cython extension modules.

This is required in order to update the healpy package to 1.11.0,
because healpy now requires pytest-cython to run its test suite.



Bug#855412: ITP: pytest-mpl -- Plugin to faciliate image comparison for Matplotlib figures in pytest

2017-02-17 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer <leo.sin...@ligo.org>
X-Debbugs-CC: debian-astro-maintain...@lists.alioth.debian.org

* Package name: pytest-mpl
 Version : 0.7
 Upstream Author : Thomas Robitaille <thomas.robitai...@gmail.com>
* URL : https://pypi.python.org/pypi/pytest-mpl
* License : BSD
 Programming Lang: Python
 Description : Plugin to faciliate image comparison for Matplotlib figures 
in pytest

From the PyPI package description:

> This is a plugin to faciliate image comparison for Matplotlib figures in
> pytest.
> 
> Matplotlib includes a number of test utilities and decorators, but these
> are geared towards the nose testing framework. Pytest-mpl makes it easy
> to compare figures produced by tests to reference images when using
> pytest.
> 
> For each figure to test, the reference image is substracted from the
> generated image, and the RMS of the residual is compared to a
> user-specified tolerance. If the residual is too large, the test will
> fail (this is implemented using helper functions from
> matplotlib.testing).

This package is used by some of the unit tests for python-astropy
that are currently being skipped. Adding this package will increase
the scope of the unit tests that get run for python-astropy.



Bug#826164: ITP: healpix-java -- HEALPix representation of spherical data - Java library

2016-06-02 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer <leo.sin...@ligo.org>

* Package name: healpix-java
  Version : 3.30
  Upstream Author : Martin Reinecke <mar...@mpa-garching.mpg.de>
* URL : http://healpix.sourceforge.net
* License : GPL-2+
  Programming Lang: Java
  Description : HEALPix representation of spherical data - Java 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.


Ole Streicher requested a Debian package for healpix-java because it
is a dependency of Aladin Sky Atlas, a popular interactive tool for
exploring astronomical images and databases. I already maintain the
Debian packages for three other HEALPix language flavors (chealpix,
healpix-cxx, healpy) as well as the MacPorts packages for C, C++,
Python, and Java. I would like to contribute a Debian package for
the Java flavor and maintain it under the aegis of the Debian Astro
Team.



Bug#824131: debian-maintainers: Please add Leo Singer to Debian Maintainers keyring

2016-05-12 Thread Leo Singer
Package: debian-maintainers
Severity: normal

Dear Maintainer,

Please add Leo Singer to Debian Maintainers keyring.  Attached please
find the jetring changeset.

Thanks,
Leo

-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
Comment: Add leo.sin...@ligo.org as a Debian Maintainer
Date: Thu, 12 May 2016 12:14:41 -0400
Action: import
Recommended-By: 
  Steffen Möller <steffen_moel...@gmx.de>, Ole Streicher <oleb...@debian.org>
Agreement: 
  https://lists.debian.org/debian-newmaint/2016/05/msg00012.html
Advocates: 
  https://lists.debian.org/debian-newmaint/2016/05/msg00013.html
  https://lists.debian.org/debian-newmaint/2016/05/msg00014.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1
  
  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

Bug#741538: Request for a debian-astro mailing list

2014-03-19 Thread Leo Singer
+1

On Mar 13, 2014, at 4:38 PM, Ole Streicher deb...@liska.ath.cx wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Package: lists.debian.org
 Severity: wishlist
 X-Debbugs-Cc: debian-scie...@lists.debian.org
 
 Dear list maintainers,
 
 Please create the mailing list debian-as...@lists.debian.org:
 
 Name:
 debian-astro
 
 Rationale:
 We are in the process of creating an astronomy related blend.
 For this, we want to have a permanent public discussion list.
 The discussion about this list up to now is done on the
 debian-science mailing list. Since a few years, astronomy related
 discussion is a significant part of that list. Several people
 from debian-science supported the creation.
 
 Short description:
 Debian in astronomy
 
 Long description:
 Discussion about providing Debian for astronomy. This includes
 the use as well as packaging and development. Both amateur and
 professional astronomy is covered.
 
 Category:
 Developers
 
 Subscription Policy:
 Open
 
 Post Policy:
 Open
 
 Web Archive:
 Yes
 
 
 Thank you
 
 Ole
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.14 (GNU/Linux)
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
 
 iQIcBAEBAgAGBQJTIdDuAAoJEHEVr9B3ENz3nVYP/Rk/I+1IZp57OxoOPosOLQ9K
 9WBz+7uYYQsLvk1evugCfI2O8xX1grCBn/5+RtiZPSR6gbJ55yDycbNTsChhT+CX
 qkG3kmCPLOHyx/BKD7sCKBMT5z97AlwmpJ0tq/uQnLOCkG8h5kaQ9c+/iztz16sV
 stSr8awKHYgnpuXz/UwpwBM4/YXhPEIkJLQxHiBbUPnL1CL84NbiRw53aSbWH50h
 N1EBRYvVktwjRw7NKH3ENbwLqPXsO6zD0sesbEdKYEkAxVN80/1Zdc8xSuydQ4/5
 46KwngHo4JAf3T5KWAs6Q/5B5KlXLHNKMrxdUnHNcpWcrbM4vjjvU+GvRYpVySiP
 8ZTx9PLAfg0gchEECzDze/Z6HS3hdu/FEww4v2XS8Rk10ng/KpoIG0oSZFR7yOrt
 /owTuZzCKHrqYPCW4SICV1aU/rbDjArAfWmRlh5cZdBVEknjlrFC8oHnsGBbbxb0
 8vCIhIwu0zCsf7FmpBdhfD51KaYZ5gRplURwYHba3oLtmaXeACdrwklBOMzlnaPz
 1xGzk9p4IFN0cXugaVStmvaRLqhO2iH4cS4tImURa+4OKFvYNpYPyz7wNkDXTonw
 kESgi19YwF3D7nQW2nMMMo7ydqQmojIb3oF4z9OqZrW2Y6wPT3SfnxCY4Mdcskz+
 C52ECo3yx9sKcg4oKsFh
 =JwEJ
 -END PGP SIGNATURE-
 
 
 -- 
 To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/5321d0ee.6090...@liska.ath.cx
 


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737698: RFS: healpix-cxx/3.11.2-1 [ITP] -- C++ language interface for Hierarchical Equal Area isoLatitude Pixelization

2014-02-04 Thread Leo Singer
Package: sponsorship-requests
Severity: normal
X-Debbugs-CC: debian-scie...@lists.debian.org

Dear mentors,

I am looking for a sponsor for my package healpix-cxx. It is one of a suite 
of three related packages providing C, C++, and Python interfaces for HEALPix 
(Hierarchical Equal Area isoLatitude Pixelization). HEALPix is a map projection 
and indexing scheme for representing data on the unit sphere, commonly used to 
store all-sky astronomical images or databases, including cosmic microwave 
background maps and all-sky survey images.

I am currently a graduate student at California Institute of Technology, and 
the experiment that I work on (LIGO; http://www.ligo.org) is planning to 
release some public data in HEALPix format---hence my interest in providing 
Debian packages. I have contributed build-related code upstream for all three 
packages and I maintain their respective Mac OS packages in MacPorts.

The C++ package is:

* Package name: healpix-cxx
Version : 3.11.2-1
Upstream Author : Martin Reinecke mar...@mpa-garching.mpg.de
* URL : http://healpix.sourceforge.net
* License : GPL-2+
Section : libs

It builds these binary packages:

healpix-cxx - C++ command line tools for HEALPix
libhealpix-cxx-dev - shared library for C++ interface to HEALPix
libhealpix-cxx0 - static library and headers for C++ interface to HEALPix

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/healpix-cxx

And for the C and Python libraries, please refer to:

http://mentors.debian.net/package/healpix-cxx
http://mentors.debian.net/package/healpy

Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/h/healpix-cxx/healpix-cxx_3.11.2-1.dsc

Regards,
Leo Singer
Graduate Student @ LIGO-Caltech


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737270: ITP: chealpix -- C language interface for Hierarchical Equal Area isoLatitude Pixelization

2014-01-31 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer leo.sin...@ligo.org
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: chealpix
 Version : 3.11.2
 Upstream Author : Martin Reinecke mar...@mpa-garching.mpg.de
* URL : http://healpix.sourceforge.net
* License : GPL-2+
 Programming Lang: C
 Description : C language interface for Hierarchical Equal Area
isoLatitude Pixelization

This is the C language implementation of HEALPix (Hierarchical Equal Area
isoLatitude Pixelization). It is a map projection and indexing scheme for
representing data on the unit sphere, commonly used to store all-sky
astronomical images or databases, including cosmic microwave background maps
and all-sky survey images.

This is the first of three ITPs for the C, C++, and Python interfaces
(chealpix, healpix-cxx, and healpy). I have contributed build-related code
upstream for all three packages and I maintain their respective Mac OS packages
in MacPorts.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737271: ITP: healpix-cxx -- C++ language interface for Hierarchical Equal Area isoLatitude Pixelization

2014-01-31 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer leo.sin...@ligo.org
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: healpix-cxx
Version : 3.11.2
Upstream Author : Martin Reinecke mar...@mpa-garching.mpg.de
* URL : http://healpix.sourceforge.net
* License : GPL-2+
Programming Lang: C++
Description : C++ language interface for Hierarchical Equal Area
isoLatitude Pixelization

This is the C++ language implementation of HEALPix (Hierarchical Equal Area
isoLatitude Pixelization). It is a map projection and indexing scheme for
representing data on the unit sphere, commonly used to store all-sky
astronomical images or databases, including cosmic microwave background maps
and all-sky survey images.

This is the second of three ITPs for the C, C++, and Python interfaces
(chealpix, healpix-cxx, and healpy). I have contributed build-related code
upstream for all three packages and I maintain their respective Mac OS packages
in MacPorts.

--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737272: ITP: healpy -- Python language interface for Hierarchical Equal Area isoLatitude Pixelization

2014-01-31 Thread Leo Singer
Package: wnpp
Severity: wishlist
Owner: Leo Singer leo.sin...@ligo.org
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: healpy
Version : 1.7.3
Upstream Author : Andrea Zonca zo...@deepspace.ucsb.edu
* URL : http://healpy.readthedocs.org
* License : GPL-2+
Programming Lang: Python
Description : Python language interface for Hierarchical Equal Area
isoLatitude Pixelization

This is the Python language implementation of HEALPix (Hierarchical Equal Area
isoLatitude Pixelization). It is a map projection and indexing scheme for
representing data on the unit sphere, commonly used to store all-sky
astronomical images or databases, including cosmic microwave background maps
and all-sky survey images.

This is the third of three ITPs for the C, C++, and Python interfaces
(chealpix, healpix-cxx, and healpy). I have contributed build-related code
upstream for all three packages and I maintain their respective Mac OS packages
in MacPorts.

--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org