Bug#864438: arc-theme should depends on gtk2-engines-pixbuf

2017-06-08 Thread Jean Schurger
Package: arc-theme
Version: 20170302-1
Severity: normal

Dear Maintainer,

Hi, the arc-theme should depends on gtk2-engines-pixbuf because for the gtk2
part
it use both the "pixmap" and "murrine" and "adwaita" engines.

grep engine /usr/share/themes/Arc/gtk-2.0/main.rc | awk '{print $2}' | sort -u

"adwaita"
"murrine"
"pixmap"

dpkg -S /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libpixmap.so
gtk2-engines-pixbuf:amd64: /usr/lib/x86_64-linux-
gnu/gtk-2.0/2.10.0/engines/libpixmap.so



-- System Information:
Debian Release: 9.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages arc-theme depends on:
ii  gnome-themes-standard  3.22.2-2
ii  gtk2-engines-murrine   0.98.1.1-6

arc-theme recommends no packages.

arc-theme suggests no packages.

-- no debconf information



Bug#788240: debian-maintainers: Annual ping for Jean Schurger

2015-06-09 Thread Jean Schurger
Package: debian-maintainers
Severity: normal

Dear Maintainer,

This is my annual ping, evan if my participation in the Gnome packaging
team was quite sporadic the last months, I would like to stay in the
keyring. My commitment will toward debian remains intact.

See you at Heidelberg ;)

Jean.

-- 
Jean Schurger
http://schurger.org
21D0 4702 758D 5656 C0D6  3288 1609 9E15 596A E928


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



Bug#762861: grep: /bin/egrep should use /bin/sh or grep package should depends on bash

2014-09-25 Thread Jean Schurger
Package: grep
Version: 2.20-3
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

(not kidding), removing bash prevent /bin/egrep to work.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

apt-get remove --purge bash

   * What was the outcome of this action?

/bin/egrep stopped working

   * What outcome did you expect instead?

Either depends on the bash package or use the /bin/sh shebang

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grep depends on:
ii  dpkg  1.17.13
ii  install-info  5.2.0.dfsg.1-4
ii  libc6 2.19-11
ii  libpcre3  1:8.35-3

grep recommends no packages.

grep suggests no packages.

-- no debconf information

-- 
Jean Schurger
http://schurger.org
21D0 4702 758D 5656 C0D6  3288 1609 9E15 596A E928


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



Bug#762862: mlocate: mlocate should depends on bash or use /bin/sh

2014-09-25 Thread Jean Schurger
Package: mlocate
Version: 0.26-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

Removing bash prevent /etc/cron.daily/mlocate to run.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

apt-get remove --purge bash

   * What was the outcome of this action?

/etc/cron.daily/mlocate:
run-parts: failed to exec /etc/cron.daily/mlocate: No such file or directory
run-parts: /etc/cron.daily/mlocate exited with return code 1

   * What outcome did you expect instead?

Either mlocate can use /bin/sh and not depends on bash or the package can
depends on the bash package.

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mlocate depends on:
ii  adduser  3.113+nmu3
ii  libc62.19-11

mlocate recommends no packages.

mlocate suggests no packages.

-- Configuration Files:
/etc/cron.daily/mlocate changed:
set -e
[ -x /usr/bin/updatedb.mlocate ] || exit 0
if which on_ac_power /dev/null 21; then
ON_BATTERY=0
on_ac_power /dev/null 21 || ON_BATTERY=$?
if [ $ON_BATTERY -eq 1 ]; then
exit 0
fi
fi
if [ -x /usr/bin/ionice ] 
/usr/bin/ionice -c3 true 2/dev/null; then
IONICE=/usr/bin/ionice -c3
fi
flock --nonblock /run/mlocate.daily.lock $IONICE /usr/bin/updatedb.mlocate


-- no debconf information

-- 
Jean Schurger
http://schurger.org
21D0 4702 758D 5656 C0D6  3288 1609 9E15 596A E928


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



Bug#749380: debian-maintainers: Please add Jean Schurger as a Debian Maintainer

2014-05-26 Thread Jean Schurger
Package: debian-maintainers
Severity: normal

Dear Maintainers,

Please add Jean Schurger (jeansch) j...@schurger.org to the Debian
Maintainers keyring. Jetring changeset attached.

Thanks,
Jean.

-- 
Jean Schurger
http://schurger.org
21D0 4702 758D 5656 C0D6  3288 1609 9E15 596A E928


add-16099E15596AE928
Description: Binary data


Bug#740450: ITP: libwfd -- Library for Wifi-Display/Miracast Protocol Implementation

2014-03-01 Thread Jean Schurger
Package: wnpp
Severity: wishlist
Owner: Jean Schurger j...@schurger.org

* Package name: libwfd
  Version : 0.0.0
  Upstream Author : David Herrmann dh.herrm...@gmail.com
* URL : http://www.freedesktop.org/wiki/Software/miraclecast
* License : MIT
  Programming Lang: C
  Description : Library for Wifi-Display/Miracast Protocol Implementation

Miracast is basically a wireless HDMI-cable. It defines a way to connect
monitors to your devices via WiFi-Direct. Compared to other known
streaming protocols, it provides mode-negotiation, real-time transmission,
low-latency and more.

This package is needed by the 'miracle' software that I will intent to package
later.
My plan is to maintain it.


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



Bug#628600: [regression] CD-ROM polling blocks suspend on some machines

2012-02-10 Thread Jean Schurger
Le jeudi 09 février 2012 à 18:22 -0600, Jonathan Nieder a écrit :
 Hi,
 
 Jean Schurger wrote:
 
  The cdrom_id program from the udev package (version 167-3) refuse to 
  freeze
  with a linux 2.6.39. That prevent the system to suspend.
  It works will with a 2.6.38 kernel, then the problem starts with the 2.6.39
  kernel.
 
 Said to be fixed in 3.2.  Can you confirm?

Yes, i confirm, but my udev is 175-3 now.

Jean.

-- 
Jean Schurger
http://schurger.org
030A C5CB 269B E2DB FE8A  F6FE 2749 CC01 AFBA 3712


signature.asc
Description: This is a digitally signed message part


Bug#651746:

2011-12-13 Thread Jean Schurger
The lock seems to be occure in pulse:

Running gnome-shell inside gdb, show that backtrace:

Program received signal SIGINT, Interrupt.
0x73a2d2b7 in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib/x86_64-linux-gnu/libpthread.so.0
(gdb) bt
#0  0x73a2d2b7 in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#1  0x7fffee98b7a0 in pa_threaded_mainloop_wait ()
from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2  0x7fffe34cc962 in pulse_driver_play ()
from /usr/lib/libcanberra-0.28/libcanberra-pulse.so
#3  0x74f6445b in ca_context_play_full ()
from /usr/lib/libcanberra.so.0
#4  0x74f647af in ca_context_play ()
from /usr/lib/libcanberra.so.0
#5  0x7743bce4 in meta_workspace_activate_with_focus ()
from /usr/lib/libmutter.so.0
#6  0x7517a7bc in ffi_call_unix64 ()
from /usr/lib/x86_64-linux-gnu/libffi.so.5
#7  0x7517a237 in ffi_call ()
from /usr/lib/x86_64-linux-gnu/libffi.so.5
#8  0x771abf45 in ?? () from /usr/lib/libgjs.so.0
#9  0x771acfb0 in ?? () from /usr/lib/libgjs.so.0
#10 0x76cc5540 in ?? () from /usr/lib/libmozjs.so.8d
#11 0x76cba8f2 in ?? () from /usr/lib/libmozjs.so.8d
#12 0x76cc5490 in ?? () from /usr/lib/libmozjs.so.8d
#13 0x76c949f0 in ?? () from /usr/lib/libmozjs.so.8d
#14 0x76cc54d3 in ?? () from /usr/lib/libmozjs.so.8d
#15 0x76cc5b87 in ?? () from /usr/lib/libmozjs.so.8d
#16 0x76c3e2b1 in JS_CallFunctionValue ()
from /usr/lib/libmozjs.so.8d
#17 0x7719ff0c in gjs_call_function_value ()
from /usr/lib/libgjs.so.0
#18 0x771aa8fd in gjs_closure_invoke ()
from /usr/lib/libgjs.so.0
#19 0x771b3ba9 in ?? () from /usr/lib/libgjs.so.0
#20 0x7fffee718804 in g_closure_invoke ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#21 0x7fffee72a78a in ?? ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#22 0x7fffee733e11 in g_signal_emit_valist ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#23 0x7fffee733fb2 in g_signal_emit ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#24 0x77b7ad69 in ?? ()
from /usr/lib/gnome-shell/libgnome-shell.so
#25 0x77417c78 in ?? () from /usr/lib/libmutter.so.0
#26 0x77418e4c in meta_display_process_key_event ()
from /usr/lib/libmutter.so.0
#27 0x7740d75b in ?? () from /usr/lib/libmutter.so.0
#28 0x77457ef6 in ?? () from /usr/lib/libmutter.so.0
#29 0x7079a7f1 in ?? ()
from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#30 0x7079a94b in ?? ()
from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#31 0x707728d1 in gdk_display_get_event ()
from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#32 0x7079a692 in ?? ()
from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#33 0x7fffee04b0cf in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#34 0x7fffee04b8c8 in ?? ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#35 0x7fffee04be02 in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#36 0x7741a691 in meta_run () from /usr/lib/libmutter.so.0
#37 0x00402c61 in main ()
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/bin/gnome-shell --replace



-- 
Jean Schurger
http://schurger.org (broken)
030A C5CB 269B E2DB FE8A  F6FE 2749 CC01 AFBA 3712


signature.asc
Description: This is a digitally signed message part


Bug#641816: libmusicbrainz3-dev should depends on libneon25-dev and libdiscid

2011-09-16 Thread Jean Schurger
Package: libmusicbrainz3-dev
Version: 3.0.2-2
Severity: important

In /usr/lib/pkgconfig/libmusicbrainz3.pc:

Requires.private: neon = 0.25, libdiscid

It's not possible to use libmusicbrainz3 without thoses dependencies.



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.4 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libmusicbrainz3-dev depends on:
ii  libmusicbrainz3-6  3.0.2-2

libmusicbrainz3-dev recommends no packages.

libmusicbrainz3-dev suggests no packages.

-- no debconf information



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



Bug#641819: libgpod-dev should depends on libimobiledevice-dev

2011-09-16 Thread Jean Schurger
Package: libgpod-dev
Version: 0.8.2-3
Severity: important

The package is not usable without libimobiledevice-dev:

grep Require libgpod-1.0.pc
Requires: glib-2.0 = 2.8.0 gobject-2.0 gdk-pixbuf-2.0 libimobiledevice-1.0



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.4 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgpod-dev depends on:
ii  libglib2.0-dev  2.28.6-3
ii  libgpod40.8.2-3 
ii  libgtk2.0-dev   2.24.6-1

libgpod-dev recommends no packages.

Versions of packages libgpod-dev suggests:
pn  libgpod-doc  none

-- no debconf information



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



Bug#628600: linux-image-2.6.39-1-amd64: Should depends/suggest on udev = 170-1

2011-05-30 Thread Jean Schurger
Package: linux-image-2.6.39-1-amd64
Severity: important
Tags: sid

The cdrom_id program from the udev package (version 167-3) refuse to freeze
with a linux 2.6.39. That prevent the system to suspend.
It works will with a 2.6.38 kernel, then the problem starts with the 2.6.39
kernel.

The 170-1 version works well with the 2.6.39 kernel.

Here are the linux messages:
May 30 10:46:32 blackpage kernel: [ 1118.055313] Freezing user space processes

May 30 10:46:32 blackpage kernel: [ 1138.019130] Freezing of tasks failed after
20.01 seconds (1 tasks refusing to freeze, wq_busy=0):
May 30 10:46:32 blackpage kernel: [ 1138.019184] cdrom_idD
88012cc3c180 0  5521   5519 0x0084
May 30 10:46:32 blackpage kernel: [ 1138.019191]  88012cc3c180
0086 88012cc3c180 8801
May 30 10:46:32 blackpage kernel: [ 1138.019198]  8801312dd140
00012900 88012f441fd8 00012900
May 30 10:46:32 blackpage kernel: [ 1138.019204]  00012900
88012f441fd8 88012cc3c180 00012900
May 30 10:46:32 blackpage kernel: [ 1138.019211] Call Trace:
May 30 10:46:32 blackpage kernel: [ 1138.019226]  [8133d93d] ?
schedule_timeout+0x2d/0xd7
May 30 10:46:32 blackpage kernel: [ 1138.019236]  [8103e7f8] ?
get_parent_ip+0x9/0x1b
May 30 10:46:32 blackpage kernel: [ 1138.019239]  [8133ce60] ?
wait_for_common+0x97/0x10f
May 30 10:46:32 blackpage kernel: [ 1138.019241]  [81041be6] ?
try_to_wake_up+0x1a5/0x1a5
May 30 10:46:32 blackpage kernel: [ 1138.019245]  [8105b934] ?
start_flush_work+0xe5/0xfc
May 30 10:46:32 blackpage kernel: [ 1138.019247]  [8105bc45] ?
flush_work+0x24/0x2c
May 30 10:46:32 blackpage kernel: [ 1138.019249]  [8105b564] ?
do_work_for_cpu+0x1b/0x1b
May 30 10:46:32 blackpage kernel: [ 1138.019254]  [8119ea0f] ?
disk_clear_events+0x90/0xed
May 30 10:46:32 blackpage kernel: [ 1138.019260]  [81126dc0] ?
check_disk_change+0x22/0x50
May 30 10:46:32 blackpage kernel: [ 1138.019264]  [a04a3ff8] ?
cdrom_open+0x45/0x4aa [cdrom]
May 30 10:46:32 blackpage kernel: [ 1138.019266]  [8119e077] ?
get_disk+0xeb/0x10b
May 30 10:46:32 blackpage kernel: [ 1138.019271]  [8125122c] ?
kobj_lookup+0x1cb/0x204
May 30 10:46:32 blackpage kernel: [ 1138.019273]  [8103e7f8] ?
get_parent_ip+0x9/0x1b
May 30 10:46:32 blackpage kernel: [ 1138.019276]  [a04b07c8] ?
sr_block_open+0x93/0xbc [sr_mod]
May 30 10:46:32 blackpage kernel: [ 1138.019278]  [81127b6a] ?
__blkdev_get+0xc4/0x361
May 30 10:46:32 blackpage kernel: [ 1138.019280]  [81127fc3] ?
blkdev_get+0x1bc/0x2a6
May 30 10:46:32 blackpage kernel: [ 1138.019282]  [8103e7f8] ?
get_parent_ip+0x9/0x1b
May 30 10:46:32 blackpage kernel: [ 1138.019285]  [813416bb] ?
sub_preempt_count+0x83/0x94
May 30 10:46:32 blackpage kernel: [ 1138.019287]  [811280ad] ?
blkdev_get+0x2a6/0x2a6
May 30 10:46:32 blackpage kernel: [ 1138.019291]  [810fe773] ?
__dentry_open+0x21e/0x341
May 30 10:46:32 blackpage kernel: [ 1138.019295]  [81107c69] ?
dget+0x25/0x2f
May 30 10:46:32 blackpage kernel: [ 1138.019297]  [8110a09b] ?
do_last+0x46d/0x584
May 30 10:46:32 blackpage kernel: [ 1138.019299]  [8110b284] ?
path_openat+0xc7/0x355
May 30 10:46:32 blackpage kernel: [ 1138.019304]  [810d4486] ?
tlb_flush_mmu+0x37/0x50
May 30 10:46:32 blackpage kernel: [ 1138.019306]  [8110b53e] ?
do_filp_open+0x2c/0x72
May 30 10:46:32 blackpage kernel: [ 1138.019308]  [8103e7f8] ?
get_parent_ip+0x9/0x1b
May 30 10:46:32 blackpage kernel: [ 1138.019310]  [813416bb] ?
sub_preempt_count+0x83/0x94
May 30 10:46:32 blackpage kernel: [ 1138.019313]  [8133eba9] ?
_raw_spin_unlock+0x26/0x38
May 30 10:46:32 blackpage kernel: [ 1138.019316]  [81114d96] ?
alloc_fd+0x10b/0x11d
May 30 10:46:32 blackpage kernel: [ 1138.019318]  [810ff499] ?
do_sys_open+0x5f/0xe6
May 30 10:46:32 blackpage kernel: [ 1138.019321]  [81344292] ?
system_call_fastpath+0x16/0x1b



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-git19 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#615537: empathy: Package depends on libgtk3.0-0 instead of libgtk-3-0

2011-02-27 Thread Jean Schurger
Package: empathy
Version: 2.91.6.1-1
Severity: grave
Tags: experimental
Justification: renders package unusable

The following packages have unmet dependencies:
 empathy : Depends: libgtk3.0-0 (= 2.99.2) but it is not installable




-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-rc6-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages empathy depends on:
ii  dbus-x111.4.6-1  simple interprocess messaging syst
ii  empathy-common  2.30.3-1 GNOME multi-protocol chat and call
ii  geoclue 0.12.0-1 Geographic information framework
ii  gnome-icon-theme2.91.7-1 GNOME Desktop icon theme
ii  gsettings-desktop-schem 0.1.7-2  GSettings deskop-wide schemas
ii  libatk1.0-0 1.32.0-2 The ATK accessibility toolkit
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcairo-gobject2   1.10.2-2 The Cairo 2D vector graphics libra
ii  libcairo2   1.10.2-2 The Cairo 2D vector graphics libra
ii  libcanberra-gtk3-0  0.26-3   Gtk+ 3.0 helper for playing widget
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libdbus-1-3 1.4.6-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2.1 simple interprocess messaging syst
ii  libdconf0 [gsettings-ba 0.5.1-2  Simple key-based configuration sys
ii  libebook1.2-9   2.30.3-2 Client library for evolution addre
ii  libedataserver1.2-132.30.3-2 Utility library for evolution data
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libfolks-telepathy200.3.4-1  Telepathy backend for libfolks
ii  libfolks20  0.3.4-1  library to aggregates people into 
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgck0 2.91.4-2 Glib wrapper library for PKCS#11 -
ii  libgconf2-4 2.32.1-2 GNOME configuration database syste
ii  libgcr-3-0  2.91.4-3 Library for Crypto UI related task
ii  libgdk-pixbuf2.0-0  2.23.0-2 GDK Pixbuf library
ii  libgee2 0.5.2-1  GObject based collection library
ii  libgeoclue0 0.12.0-1 C API for GeoClue
ii  libglib2.0-02.28.1-1+b1  The GLib library of C routines
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgnutls26 2.10.4-2 the GNU TLS library - runtime libr
ii  libgstfarsight0.10-00.0.20-2 Audio/Video communications framewo
ii  libgstreamer-plugins-ba 0.10.32-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.32-1Core GStreamer libraries and eleme
pn  libgtk3.0-0 none   (no description available)
ii  libnm-glib2 0.8.2-5  network management framework (GLib
ii  libnotify4  0.7.1-1  sends desktop notifications to a n
ii  libpango1.0-0   1.28.3-4 Layout and rendering of internatio
ii  libsoup2.4-12.33.6-1 an HTTP library implementation in 
ii  libtasn1-3  2.7-1Manage ASN.1 structures (runtime)
ii  libtelepathy-farsight0  0.0.14-2+b1  Glue library between telepathy and
ii  libtelepathy-glib0  0.13.12-1Telepathy framework - GLib library
pn  libtelepathy-logger1none   (no description available)
ii  libwebkitgtk-3.0-0  1.3.11-3 Web content engine library for Gtk
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
pn  telepathy-loggernone   (no description available)
ii  telepathy-mission-contr 1:5.4.3-1management daemon for Telepathy re
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages empathy recommends:
ii  freedesktop-sound-them 0.7.dfsg-1freedesktop.org sound theme
ii  geoclue-hostip 0.12.0-1  Position server for GeoClue (hosti
ii  geoclue-localnet   0.12.0-1  Position server for GeoClue (GPS)
ii  geoclue-manual 0.12.0-1  Position server for GeoClue (manua
ii  geoclue-yahoo  0.12.0-1  Map and geocode server for GeoClue
ii  gvfs-backends  1.7.2-1   userspace virtual filesystem - bac
pn  nautilus-sendto-empath none(no description available)
ii  telepathy-gabble   0.9.15-1+squeeze1 Jabber/XMPP connection manager
ii  telepathy-salut

Bug#606358: ITP: free42 -- HP42S Calculator Emulator

2010-12-08 Thread Jean Schurger
Package: wnpp
Severity: wishlist
Owner: Jean Schurger j...@schurger.org

* Package name: free42
  Version : 1.4.66
  Upstream Author : Thomas Okken
* URL : http://thomasokken.com/free42/
* License : GPL-2
  Programming Lang: C
  Description : HP42S Calculator Emulator

Free42 is a re-implementation of the HP-42S calculator and
the HP-82240 printer. It is a complete rewrite,
and doesn't use any HP code.
You do not need an HP-42S ROM image in order to use it,
yet it is fully HP-42S compatible.



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