Bug#1051329: dictionaries-common: Use of uninitialized value in string eq

2023-09-06 Thread Andreas Schmidt
Package: dictionaries-common
Version: 1.29.6
Severity: normal
Tags: patch

Dear Maintainer,

when I updated hunspell-de-med, I found this in the log:

*
Setting up hunspell-de-med (20230905-1) ...
Use of uninitialized value in string eq at
/usr/share/perl5/Debian/DictionariesCommon.pm line 566.
Use of uninitialized value in string eq at
/usr/share/perl5/Debian/DictionariesCommon.pm line 566.

Processing triggers for dictionaries-common (1.29.6) ...
Use of uninitialized value in string eq at
/usr/share/perl5/Debian/DictionariesCommon.pm line 566.
Use of uninitialized value in string eq at
/usr/share/perl5/Debian/DictionariesCommon.pm line 566.
*


The attached patch should fix this.

Best regards,

Andreas


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.4.0-4-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dictionaries-common depends on:
ii  cdebconf [debconf-2.0]  0.270
ii  debconf [debconf-2.0]   1.5.82
ii  emacsen-common  3.0.5
ii  libtext-iconv-perl  1.7-8

dictionaries-common recommends no packages.

Versions of packages dictionaries-common suggests:
ii  aspell0.60.8-6
ii  hunspell  1.7.2+really1.7.2-10
ii  ispell3.4.05-1
ii  wamerican [wordlist]  2020.12.07-2
ii  wngerman [wordlist]   20161207-11

-- debconf information excluded
--- DictionariesCommon.pm   2023-09-06 10:36:44.641067430 +0200
+++ DictionariesCommon.pm.fixed 2023-09-06 10:48:09.078836355 +0200
@@ -560,10 +560,11 @@
   # Get a list of emacsen and hash names declared in hunspell-info files.
   foreach my $lang ( keys %$main_dicts ){
 my $lang_entries = $main_dicts->{$lang};
-$main_dicts_emacsen{$lang_entries->{'emacsen-name'}}++
-   if ( defined $lang_entries->{'emacsen-name'} );
-$main_dicts_hashes{$lang_entries->{'hash-name'}}++
-   unless ( $lang_entries->{'emacsen-name'} eq "english_american" );
+if ( defined $lang_entries->{'emacsen-name'} ) {
+$main_dicts_emacsen{$lang_entries->{'emacsen-name'}}++;
+$main_dicts_hashes{$lang_entries->{'hash-name'}}++
+unless ( $lang_entries->{'emacsen-name'} eq "english_american" );
+}
   }
   # Show some debugging code
   dico_debugprint "main-dicts: ". join(', ',sort keys %$main_dicts);


Bug#1025691: atril: Segfault when opening a copy of a PDF document with annotations

2022-12-07 Thread Andreas Schmidt
Package: atril
Version: 1.26.0-2
Severity: normal

Dear Maintainer,

I used "latexmk -pdf" to create a simple PDF file from the following code:

*
\documentclass{article}
\usepackage{lipsum}

\begin{document}
\lipsum[1]
\end{document}
*

Then I used atril to add an annotation, saved the file and quit atril. Opening
the file again and selecting "File --> Open a Copy" from the menu caused a
segfault. Here's the output from running this in gdb:

*
$ gdb atril
GNU gdb (Debian 12.1-4) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from atril...
Reading symbols from /usr/lib/debug/.build-
id/fc/383bf206707989cc0e0bc3eaceca8c55668ba5.debug...
(gdb) run
Starting program: /usr/bin/atril
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffecdff6c0 (LWP 309723)]
[New Thread 0x7fffe7fff6c0 (LWP 309724)]
[New Thread 0x7fffe77fe6c0 (LWP 309725)]
[New Thread 0x7fffe6ffd6c0 (LWP 309726)]
[Thread 0x7fffe6ffd6c0 (LWP 309726) exited]
[New Thread 0x7fffe6ffd6c0 (LWP 309727)]
[New Thread 0x7fffe67fc6c0 (LWP 309728)]
[Thread 0x7fffe6ffd6c0 (LWP 309727) exited]
[New Thread 0x7fffe6ffd6c0 (LWP 309729)]
[New Thread 0x7fffe5ffb6c0 (LWP 309730)]
[Thread 0x7fffe67fc6c0 (LWP 309728) exited]
[Thread 0x7fffe6ffd6c0 (LWP 309729) exited]
[New Thread 0x7fffe6ffd6c0 (LWP 309731)]
[New Thread 0x7fffe67fc6c0 (LWP 309732)]
[Thread 0x7fffe5ffb6c0 (LWP 309730) exited]
[Thread 0x7fffe6ffd6c0 (LWP 309731) exited]
[Thread 0x7fffe67fc6c0 (LWP 309732) exited]
[New Thread 0x7fffe67fc6c0 (LWP 309733)]
[New Thread 0x7fffe6ffd6c0 (LWP 309734)]
[New Thread 0x7fffe5ffb6c0 (LWP 309735)]
[Thread 0x7fffe6ffd6c0 (LWP 309734) exited]
[New Thread 0x7fffe6ffd6c0 (LWP 309736)]
[New Thread 0x7fffe57fa6c0 (LWP 309737)]
[Thread 0x7fffe5ffb6c0 (LWP 309735) exited]
[Thread 0x7fffe6ffd6c0 (LWP 309736) exited]
[Thread 0x7fffe57fa6c0 (LWP 309737) exited]
[New Thread 0x7fffe57fa6c0 (LWP 309739)]
[New Thread 0x7fffe6ffd6c0 (LWP 309740)]
[Thread 0x7fffe57fa6c0 (LWP 309739) exited]
[Thread 0x7fffe6ffd6c0 (LWP 309740) exited]
[New Thread 0x7fffe6ffd6c0 (LWP 309742)]
[New Thread 0x7fffe57fa6c0 (LWP 309743)]
[New Thread 0x7fffe5ffb6c0 (LWP 309744)]
[New Thread 0x7fffc6c0 (LWP 309745)]
[New Thread 0x7fffcf7fe6c0 (LWP 309746)]
[New Thread 0x7fffceffd6c0 (LWP 309747)]
[New Thread 0x7fffce7fc6c0 (LWP 309748)]
[New Thread 0x7fffcdffb6c0 (LWP 309749)]
[New Thread 0x7fffcd7fa6c0 (LWP 309750)]
[Thread 0x7fffcdffb6c0 (LWP 309749) exited]
[New Thread 0x7fffcdffb6c0 (LWP 309751)]
[New Thread 0x7fffccff96c0 (LWP 309752)]
[Thread 0x7fffcd7fa6c0 (LWP 309750) exited]
[Thread 0x7fffcdffb6c0 (LWP 309751) exited]
[New Thread 0x7fffcdffb6c0 (LWP 309753)]
[New Thread 0x7fffcd7fa6c0 (LWP 309754)]
[Thread 0x7fffccff96c0 (LWP 309752) exited]
[Thread 0x7fffcdffb6c0 (LWP 309753) exited]
[New Thread 0x7fffcdffb6c0 (LWP 309755)]
[New Thread 0x7fffccff96c0 (LWP 309756)]
[Thread 0x7fffcd7fa6c0 (LWP 309754) exited]
[Thread 0x7fffcdffb6c0 (LWP 309755) exited]
[Thread 0x7fffccff96c0 (LWP 309756) exited]
[Thread 0x7fffe77fe6c0 (LWP 309725) exited]
[Thread 0x7fffe57fa6c0 (LWP 309743) exited]
[Thread 0x7fffe5ffb6c0 (LWP 309744) exited]
[Thread 0x7fffceffd6c0 (LWP 309747) exited]
[Thread 0x7fffce7fc6c0 (LWP 309748) exited]
[Thread 0x7fffc6c0 (LWP 309745) exited]
[Thread 0x7fffcf7fe6c0 (LWP 309746) exited]
[New Thread 0x7fffcf7fe6c0 (LWP 309760)]
[New Thread 0x7fffc6c0 (LWP 309761)]
[New Thread 0x7fffce7fc6c0 (LWP 309762)]
[New Thread 0x7fffceffd6c0 (LWP 309763)]
[New Thread 0x7fffe5ec96c0 (LWP 309764)]
[Thread 0x7fffceffd6c0 (LWP 309763) exited]
[New Thread 0x7fffceffd6c0 (LWP 309765)]
[New Thread 0x7fffcdffb6c0 (LWP 309766)]
[Thread 0x7fffe5ec96c0 (LWP 309764) exited]
[Thread 0x7fffceffd6c0 (LWP 309765) exited]
[New Thread 0x7fffceffd6c0 (LWP 309767)]
[New Thread 0x7fffe5ec96c0 (LWP 309768)]
[Thread 0x7fffcdffb6c0 (LWP 309766) exited]
[New Thread 0x7fffceffd6c0 (LWP 309769)]
[Thread 0x7fffceffd6c0 (LWP 309767) exited]
[New Thread 0x7fffcdffb6c0 (LWP 309770)]
[Thread 0x7fffe5ec96c0 (LWP 309768) exited]
[Thread 0x7fffceffd6c0 (LWP 309769) exited]
[Thread 0x7fffcdffb6c0 (LWP 309770) exited]

(atril:309720): Gdk-CRITICAL **: 13:57:19.180: gdk_window_get_display:
assertion 'GDK_IS_WINDOW (window)' failed

(atril:309720): Gdk-CRITICAL **: 13:57:19.180:

Bug#986913: colortail: Option to keep trying to open a file if it is inaccessible

2021-04-14 Thread Andreas Schmidt
Package: colortail
Version: 0.3.3-1+b2
Severity: wishlist

Dear Maintainer,

I've recently found your package and now use colortail instead of tail from
coreutils. However, there is one feature from tail I really miss: the ability
to keep watching changes to a logfile even if the it has been rotated away and
replaced with a new copy.

tail has the option "-F" (equivalent to "--follow --retry") that does that.
Would you please consider adding something like this to colortail as well?

With best regards

Andreas



Bug#983228: unknown-horizons: Syntax warning while installing update

2021-02-21 Thread Andreas Schmidt
Package: unknown-horizons
Version: 2019.1-3
Severity: normal

Dear Maintainer,

while the update to 2019.1-3 was running, I noticed the following message:

Setting up unknown-horizons (2019.1-3) ...
/usr/lib/python3/dist-packages/horizons/extscheduler.py:72: SyntaxWarning: "is"
with a literal. Did you mean "=="?
  if obj.loops > 0 or obj.loops is -1:



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages unknown-horizons depends on:
ii  python3 3.9.1-1
ii  python3-enet0.0~vcs.2017.05.26.git-2.2+b2
ii  python3-fife0.4.2-3
ii  python3-future  0.18.2-5
ii  python3-yaml5.3.1-3+b1
ii  ttf-unifont 1:13.0.05-1

unknown-horizons recommends no packages.

unknown-horizons suggests no packages.



Bug#953146: texlive-bibtex-extra: Visual bug in version numbers :-)

2020-03-05 Thread Andreas Schmidt
Package: texlive-bibtex-extra
Version: 2019.20190830-1
Severity: minor

Dear Maintainer,

this is a really minor, almost inconsequential bug. However, it's been driving
me crazy every time I noticed it when sorting packages by version number in
synaptic:

Since at least the previous version, the version number of several texlive-*
packages contains an additional "0" between year ("2020") and month ("03"). For
example I get

2019.202000302-1 for texlive-bibtex-extra (wrong), but
2019.20200302-1  for texlive (correct).

Perhaps I'm really the only one who's upset about such minor detail, but given
that it should be quite easy to fix, I'd truly appreciate if you could do that
for the next upload! :-)

Thanks a lot for your consideration

Andreas



-- Package-specific info:
IMPORTANT INFORMATION: We will only consider bug reports concerning
the packaging of TeX Live as relevant. If you have problems with
combination of packages in a LaTeX document, please consult your
local TeX User Group, the comp.text.tex user group, the author of
the original .sty file, or any other help resource. 

In particular, bugs that are related to up-upstream, i.e., neither
Debian nor TeX Live (upstream), but the original package authors,
will be closed immediately.

   *** The Debian TeX Team is *not* a LaTeX Help Desk ***

If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report.

Please run your example with
(pdf)latex -recorder ...
(or any other program that supports -recorder) and send us the generated
file with the extension .fls, it lists all the files loaded during
the run and can easily explain problems induced by outdated files in
your home directory.

Don't forget to also include minimal examples of other files that are 
needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.minimalbeispiel.de/mini-en.html (english)

or 

http://www.minimalbeispiel.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r- 1 pc pc 23139 Aug 25  2017 /home/pc/texmf/ls-R
-rw-r--r-- 1 root root 2300 Mar  1 10:05 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 Dec  3 11:04 /usr/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 Aug 30  2019 /usr/share/texlive/texmf-dist/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Aug 30  2019 /usr/share/texlive/texmf-dist/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEDIST
##
 Config files
-rw-r--r-- 1 root root 475 Feb 19 09:16 /etc/texmf/web2c/texmf.cnf
lrwxrwxrwx 1 root root 33 Aug 30  2019 /usr/share/texmf/web2c/fmtutil.cnf -> 
/var/lib/texmf/fmtutil.cnf-DEBIAN
lrwxrwxrwx 1 root root 32 Aug 30  2019 /usr/share/texmf/web2c/updmap.cfg -> 
/var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 4322 Feb 19 09:16 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root 283 Sep  2  2018 mktex.cnf
-rw-r--r-- 1 root root 475 Feb 19 09:16 texmf.cnf
##
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages texlive-bibtex-extra depends on:
ii  tex-common  6.13
ii  texlive-base2019.20190830-1
ii  texlive-binaries2019.20190605.51237-3
ii  texlive-latex-base  2019.20190830-1

texlive-bibtex-extra recommends no packages.

texlive-bibtex-extra suggests no packages.

Versions of packages tex-common depends on:
ii  dpkg  1.19.7
ii  ucf   3.0038+nmu1

Versions of packages tex-common suggests:
ii  debhelper  12.9

Versions of packages texlive-bibtex-extra is related to:
ii  tex-common6.13
ii  texlive-binaries  2019.20190605.51237-3

-- no debconf information



Bug#945819: calibre-bin: Error while trying to update to 4.5.0+dfsg-1

2019-11-29 Thread Andreas Schmidt
Package: calibre-bin
Version: 4.4.0+dfsg-1
Severity: important

Dear Maintainer,

updating calibre to the latest version failed with this error:

*
Preparing to unpack .../00-calibre-bin_4.5.0+dfsg-1_amd64.deb ...
Unpacking calibre-bin (4.5.0+dfsg-1) over (4.4.0+dfsg-1) ...
dpkg: error processing archive /tmp/apt-dpkg-install-BgC8lv/00-calibre-
bin_4.5.0+dfsg-1_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/ar/man1/calibre-customize.1.gz', which is
also in package calibre 4.4.0+dfsg-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../01-calibre_4.5.0+dfsg-1_all.deb ...
Unpacking calibre (4.5.0+dfsg-1) over (4.4.0+dfsg-1) ...
Errors were encountered while processing:
 /tmp/apt-dpkg-install-BgC8lv/00-calibre-bin_4.5.0+dfsg-1_amd64.deb
*



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages calibre-bin depends on:
ii  libc6 2.29-3
ii  libchm1   2:0.40a-5+b1
ii  libfontconfig12.13.1-2+b1
ii  libfreetype6  2.10.1-2
ii  libgcc1   1:9.2.1-20
it  libglib2.0-0  2.62.3-1
ii  libhunspell-1.7-0 1.7.0-2+b1
ii  libicu63  63.2-2
ii  libmtp9   1.1.16-2
ii  libpodofo0.9.60.9.6+dfsg-5
ii  libpython2.7  2.7.17-1
ii  libqt5core5a [qtbase-abi-5-12-5]  5.12.5+dfsg-2
ii  libqt5dbus5   5.12.5+dfsg-2
ii  libqt5gui55.12.5+dfsg-2
ii  libqt5widgets55.12.5+dfsg-2
ii  libssl1.1 1.1.1d-2
ii  libstdc++69.2.1-20
ii  libusb-1.0-0  2:1.0.23-1
ii  python-sip [sip-api-12.7] 4.19.19+dfsg-2+b1
ii  python2.7 2.7.17-1
ii  zlib1g1:1.2.11.dfsg-1+b1

Versions of packages calibre-bin recommends:
iu  calibre  4.5.0+dfsg-1

calibre-bin suggests no packages.

-- no debconf information



Bug#901999: needrestart: After update auto-selection of restartable services changed

2018-06-21 Thread Andreas Schmidt
Package: needrestart
Version: 3.2-1
Severity: normal

Dear Maintainer,

after I updated needrestart from 3.1-1 to 3.2-1, I noticed a change in services
that needrestart automatically selects for restarting. Previously, services
like dbus or lightdm were presented as restartable, but the option chosen by
default was "Restart? No!". After the update, the option automatically chosen
for lightdm was "Restart? Yes!".

This change is unexpected and potentially dangerous for users as restarting the
display manager kills the user session and could lead to data loss. Could you,
please, revert this change so that one has to explicitly choose to restart such
services?

BTW: I have run version 3.2-1 of needrestart in verbose mode without restarting
any service. Then I downgraded to version 3.1-1 and repeated the procedure.
You'll find the logfiles as attached.



-- Package-specific info:
needrestart output:
Your outdated processes:
alarm-clock-app[11983], atril[12028, 11945, 11976, 12036, 12024, 12038, 11977,
12040, 11978, 12045, 12037, 11955, 12032, 11974, 12043, 12041],
audacity[19325], balsa[32167], firefox-esr[11957], gconf-helper[11914],
geany[25319], gvfsd-http[25443], gvfs-gphoto2-vo[12187], gvfs-
udisks2-vo[11939], hamster-service[20839], hamster-time-tr[20832], light-
locker[12019], marco[11889], mate-power-mana[11987], mate-screensave[14919],
mate-session[11804], mate-settings-d[11879], mate-terminal[12034], mate-user-
share[11975], mate-volume-con[11926], msd-locate-poin[11921], pluma[6115],
polkit-mate-aut[12020], pulseaudio[11898], systemd[11789], vlc[10987, 3646],
WebKitNetworkPr[13329, 13330, 13327, 13316, 13324, 13320, 13326, 13328, 13319,
13325, 13317, 13318, 13321, 17239, 13322, 13315, 13313], wicd-client[11936],
zeitgeist-datah[11944], zeitgeist-fts[13815]

checkrestart output:



-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.16.0-2-amd64 (SMP w/4 CPU cores)
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

Versions of packages needrestart depends on:
ii  binutils   2.30-21
ii  dpkg   1.19.0.5+b1
ii  gettext-base   0.19.8.1-6+b1
ii  libintl-perl   1.26-2
ii  libmodule-find-perl0.13-1
ii  libmodule-scandeps-perl1.24-1
ii  libproc-processtable-perl  0.55-1
ii  libsort-naturally-perl 1.03-2
ii  libterm-readkey-perl   2.37-1+b2
ii  perl   5.26.2-6
ii  xz-utils   5.2.2-1.3

Versions of packages needrestart recommends:
ii  libpam-systemd  238-5

Versions of packages needrestart suggests:
ii  iucode-tool  2.3.1-1
ii  libnotify-bin0.7.7-3
ii  needrestart-session  0.3-5

-- no debconf information
# dpkg -l | grep needrestart
ii  needrestart  3.2-1  
 all  check which daemons need to be restarted after library 
upgrades
ii  needrestart-session  0.3-5  
 all  check for processes need to be restarted in user sessions

# needrestart -v  
[main] eval /etc/needrestart/needrestart.conf
[main] needrestart v3.2
[main] running in root mode
[Core] Using UI 'NeedRestart::UI::stdio'...
[main] systemd detected
[main] #1 uses deleted /lib/x86_64-linux-gnu/libcryptsetup.so.12.3.0
[main] #1 is not a child
[Core] #2631 is a NeedRestart::Interp::Python
[Python] #2631: source=/usr/bin/redshift-gtk
[main] #3646 uses deleted /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
[main] #3646 is not a child
[main] #6115 uses deleted /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.4
[main] #6115 is not a child
[main] #10987 uses deleted /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.4
[main] #10987 is not a child
[main] #11641 uses deleted /usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0.0.0
[main] #11641 is a child of #11635
[main] #11656 uses deleted /lib/x86_64-linux-gnu/libcryptsetup.so.12.3.0
[main] #11656 is not a child
[main] #11657 uses deleted /lib/x86_64-linux-gnu/libcryptsetup.so.12.3.0
[main] #11657 is a child of #11656
[main] #11789 uses deleted /lib/x86_64-linux-gnu/libcryptsetup.so.12.3.0
[main] #11789 is not a child
[main] #11790 uses deleted /lib/x86_64-linux-gnu/libcryptsetup.so.12.3.0
[main] #11790 is a child of #11789
[main] #11804 uses deleted /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.4
[main] #11804 is a child of #11783
[main] #11879 uses deleted /lib/x86_64-linux-gnu/libgcc_s.so.1
[main] #11879 is a child of #11804
[main] #11889 uses deleted /lib/x86_64-linux-gnu/libgcc_s.so.1
[main] #11889 is a child of #11804
[main] #11898 uses deleted /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
[main] #11898 is a child of #11789
[main] #11914 uses deleted 

Bug#901402: atril: Please add option to highlight text

2018-06-12 Thread Andreas Schmidt
Package: atril
Version: 1.20.1-1
Severity: wishlist

Dear Maintainer,

would it be possible to implement an option to highlight text? Just yesterday,
a client asked me to correct mistakes directly in a PDF file he sent me, so I
searched around for a PDF viewer that allowed both text annotations and text
highlighting. Turns out I got lucky with evince! As atril is a fork of evince,
I assume it shouldn't be too hard to port this feature to atril. :-)

The following suggestion might be harder to implement as it goes beyond what is
available in evince yet: It would be great if  text could be highlighted not
only with colored backgrounds, but also with differently styled lines. Thus,
one could strike-through text that should be deleted, mark text that is to be
replaced with a full line, or highlight ambiguous text with dotted or curly
lines. (Perhaps there would even be a way to make an obvious "Insert text
here!"-mark?)

Like evince, atril already offers the option to change an annotation's
properties (author, color, opacity, initial window state, and icon). What do
you think about saving these attributes as (predefined and custom) profiles?
Ideally, one could then link these profiles to buttons: If, say, "Mark as
deleted" is pressed, the text could be highlighted with a black (or green, or
yellow) full (or dotted, or curly) line over a red (or whatever) background.

I hope these ideas are not impossible to implement -- after all, I installed
MATE for a reason and would like to always use atril instead of evince. :-)

Thanks for your consideration and best regards

Andreas



-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.16.0-2-amd64 (SMP w/4 CPU cores)
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

Versions of packages atril depends on:
ii  atril-common 1.20.1-1
ii  dconf-gsettings-backend [gsettings-backend]  0.28.0-2
ii  libatk1.0-0  2.28.1-1
ii  libatrildocument31.20.1-1
ii  libatrilview31.20.1-1
ii  libc62.27-3
ii  libcairo-gobject21.15.10-3
ii  libcairo21.15.10-3
ii  libcaja-extension1   1.20.2-4
ii  libgail-3-0  3.22.30-1
ii  libgdk-pixbuf2.0-0   2.36.11-2
ii  libglib2.0-0 2.56.1-2
ii  libgtk-3-0   3.22.30-1
ii  libice6  2:1.0.9-2
ii  libjavascriptcoregtk-4.0-18  2.20.2-dmo2
ii  libpango-1.0-0   1.42.1-1
ii  libpangocairo-1.0-0  1.42.1-1
ii  libsecret-1-00.18.6-2
ii  libsm6   2:1.2.2-1+b3
ii  libsoup2.4-1 2.62.2-1
ii  libwebkit2gtk-4.0-37 2.20.2-dmo2
ii  libx11-6 2:1.6.5-1
ii  libxml2  2.9.4+dfsg1-7
ii  mate-desktop-common  1.20.1-2
ii  shared-mime-info 1.9-2
ii  zlib1g   1:1.2.11.dfsg-1

Versions of packages atril recommends:
ii  dbus-x11 [dbus-session-bus]  1.12.8-3
ii  gvfs 1.36.1-1

Versions of packages atril suggests:
ii  caja  1.20.2-4
ii  poppler-data  0.4.9-2
ii  unrar 1:5.5.8-1

-- no debconf information



Bug#892113: needrestart: Bug in GTK3-frontend

2018-03-05 Thread Andreas Schmidt
Package: needrestart
Version: 3.0-1
Severity: normal

Dear Maintainer,

the new GTK-3 frontend to needrestart has two buttons:  and .
Pressing  results in a restart of the services checked in the main window
-- as expected. I assumed that with the other button I could quit the dialogue
without restarting anything. However, hitting  gives me this message in
the terminal:

***
(frontend:20760): Gtk-CRITICAL **: gtk_assistant_previous_page: assertion
'page_node != NULL' failed
***

The program continues to work, so this error is just a nuisance. However, With
this error, the button is useless and should be removed or replaced. What do
you think about the following suggestion?

After updating packages like libc6, needrestart finds lots of services that
need a restart. There are occasions where restarting them should be delayed --
just think of a download running in the background that would be interrupted
for good if network-related services were stopped. In such cases it could be
quite a tiresome task to manually deselect all listed services and press
. It would be much easier to have a  button that quits the
program without restarting anything. Another idea would be to provide a
checkbox on top (and possibly an identical one at the bottom) of the list that
turns the checkboxes of all listed services on/off. This would provide an easy
way to activate a restart of all services, if needed. It might be dangerous,
though, because it could lead to inadvertently killing the whole X-session if,
say, dbus was restarted.

Thank you for your consideration!

Andreas



-- Package-specific info:
needrestart output:
Your outdated processes:
alarm-clock-app[8901], atril[8865, 8892, 8893, 8945, 8936, 8934, 8947, 4626, 
8894, 8895, 8943, 8897, 8946, 8932, 24870, 26930, 8864, 8898, 8896, 8933, 8926, 
8944], atrild[9180], audacity[7089], balsa[13182], bash[9074, 9081, 9072, 9299, 
9076, 9098, 9075, 9091, 9073, 9086, 9094, 9087, 9101, 6716, 9085, 19128, 9078, 
9089, 5984, 9071, 9080, 9088, 9166, 9100, 9099, 9077, 9093, 9090, 9083, 9082, 
9079, 7243, 9084, 9097], dbus-daemon[8726], dbus-launch[8725], 
dconf-service[8759], dirmngr[21365], firefox-esr[8866], gconfd-2[8918], 
gconf-helper[2134], geany[9145], gvfs-afc-volume[8832], gvfsd[8745], 
gvfsd-computer[26884], gvfsd-dnssd[25296], gvfsd-fuse[8750], 
gvfsd-metadata[10665], gvfsd-network[25244], gvfsd-trash[10748], 
gvfs-goa-volume[8826], gvfs-gphoto2-vo[8841], gvfs-mtp-volume[8852], 
gvfs-udisks2-vo[8810], hamster-service[19488], light-locker[8835], marco[8786], 
mate-power-mana[8902], mate-screensave[11803], mate-session[8698], 
mate-settings-d[8776], mate-terminal[8937], mate-user-share[8899], 
mate-volume-con[8948], mc[7241, 19126, 9272, 6714], mocp[8409, 27558], 
msd-locate-poin[8806], needrestart-dbu[2101, 8916], oosplash[5959], 
pluma[8927], polkit-mate-aut[8924], pulseaudio[2026], sh[8884], 
soffice.bin[5978], systemd[1907], vlc[8343, 10195], WebKitNetworkPr[10439, 
10441, 4641, 10448, 10435, 10428, 10444, 10447, 10431, 10433, 10440, 10438, 
10437, 26946, 10445, 10423, 10443, 10442, 24736, 10449, 24886, 10430, 10446], 
zeitgeist-daemo[8906], zeitgeist-datah[8921], zeitgeist-fts[8983]

checkrestart output:


-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-1-amd64 (SMP w/4 CPU cores)
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

Versions of packages needrestart depends on:
ii  binutils   2.30-5
ii  dpkg   1.19.0.5
ii  gettext-base   0.19.8.1-4
ii  libintl-perl   1.26-2
ii  libmodule-find-perl0.13-1
ii  libmodule-scandeps-perl1.24-1
ii  libproc-processtable-perl  0.55-1
ii  libsort-naturally-perl 1.03-2
ii  libterm-readkey-perl   2.37-1+b2
ii  perl   5.26.1-5
ii  xz-utils   5.2.2-1.3

Versions of packages needrestart recommends:
ii  libpam-systemd  237-4

Versions of packages needrestart suggests:
ii  libnotify-bin0.7.7-3
ii  needrestart-session  0.3-5

-- no debconf information



Bug#882080: debian-goodies: checkrestart from debian-goodies 0.77 finds no files to restart

2017-11-18 Thread Andreas Schmidt
Package: debian-goodies
Version: 0.77
Severity: normal

Dear Maintainer,

after updating debian-goodies to version 0.77, checkrestart does no longer find
anything to restart. I know it should find something, because I just updated
many packages including libc6.

I have temporarily downgraded debian-goodies to the previous version, run
checkrestart to get a realistic list of restartable packages, then upgraded and
run checkrestart again. Here is the log:


# dpkg -l | grep debian-goodies
ii  debian-goodies   0.76
all  Small toolbox-style utilities for Debian systems
# checkrestart | head -5
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
  Output information may be incomplete.
Found 167 processes using old versions of upgraded files
(84 distinct programs)
(59 distinct packages)

Of these, 3 seem to contain systemd service definitions or init scripts which
can be used to restart them.
# apt-# apt-get install debian-goodies
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  debian-goodies
1 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
Need to get 0 B/75.6 kB of archives.
After this operation, 4,096 B of additional disk space will be used.
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs... Done
(Reading database ... 534943 files and directories currently installed.)
Preparing to unpack .../debian-goodies_0.77_all.deb ...
Unpacking debian-goodies (0.77) over (0.76) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up debian-goodies (0.77) ...
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB

Total disk space freed by localepurge: 0 KiB

Scanning processes...
Scanning candidates...
Scanning linux images...
Restarting services...
Services being skipped:
 /etc/needrestart/restart.d/dbus.service
 systemctl restart lightdm.service
 systemctl restart systemd-journald.service
 systemctl restart systemd-logind.service
 systemctl restart wicd.service
No containers need to be restarted.
User sessions running outdated binaries:
 pc @ session #862: atrild[20463], at-spi-bus-laun[19106], at-
spi2-registr[19113],
bash[621,19378,19379,19383,19386,19389,19392,19404,19410,19431,22685],
  clock-applet[8927], dbus-daemon[19073,24563], dbus-launch[19072,24558],
dconf-service[19124,24566], dirmngr[4883], explorer.exe[22465], firefox-
esr[19240],
  gconfd-2[19217], geany[14718], gnome-keyring-d[19045], gpg-agent[4905], gvfs-
afc-volume[19308], gvfsd[19092], gvfsd-computer[32168], gvfsd-dnssd[7148],
  gvfsd-fuse[19097], gvfsd-http[30723], gvfsd-metadata[20930], gvfsd-
network[7120], gvfsd-trash[19338], gvfs-goa-volume[19269], gvfs-
gphoto2-vo[19323],
  gvfs-mtp-volume[19328], gvfs-udisks2-vo[19198], hamster-service[8968],
hamster-time-tr[2924], lightdm[19024], man[22770], mate-dictionary[8924], mate-
netspeed-a[8921],
  mate-panel[8799], mate-screensave[21535], mate-session[19048], mate-
terminal[19232], mc[619,19282,30639], mocp[32478], msd-locate-poin[19459],
notification-ar[8926],
  plugplay.exe[22434], pulseaudio[19205], redshift-gtk[9038],
services.exe[22418], sh[19176], su[638,22684,26459], tracker-store[7225],
WebKitNetworkPr[4656,20683,20686,20690,20691,20692,20693,20694,20695,20696,20697,20698,20699,20700,20701,20703],
winedevice.exe[22422], wineserver64[22412],
  wnck-applet[8915], zeitgeist-fts[21487]
 pc @ user manager service: systemd[19033]
# apt-get i# apt-get install debian-goodies
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  debian-goodies
1 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
Need to get 0 B/75.6 kB of archives.
After this operation, 4,096 B of additional disk space will be used.
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Reading changelogs... Done
(Reading database ... 534943 files and directories currently installed.)
Preparing to unpack .../debian-goodies_0.77_all.deb ...
Unpacking debian-goodies (0.77) over (0.76) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up debian-goodies (0.77) ...
nstall debian-goodies
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  debian-goodies
1 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
Need to get 0 B/75.6 kB of archives.
After this operation, 4,096 B of additional disk space will be used.
Preparing to unpack .../debian-goodies_0.77_all.deb ...
Unpacking debian-goodies (0.77) over (0.76) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up debian-goodies (0.77) ...

Scanning processes...
Scanning candidates...
Scanning linux 

Bug#877176: postfix: Different rights of /lib/systemd/system/postfix@.service after update

2017-09-29 Thread Andreas Schmidt
Package: postfix
Version: 3.2.3-1
Severity: normal

Dear Maintainer,

on one of my computers, I noticed this line in /var/log/syslog today:

Sep 29 10:54:32 desktop systemd[1]: Configuration file
/lib/systemd/system/postfix@.service is marked executable. Please remove
executable permission bits. Proceeding anyway.

Before updating my other computer, I checked the rights of this file:

# ls -lh /lib/systemd/system/postfix*
-rw-r--r-- 1 root root 253 Jun 17 19:57 /lib/systemd/system/postfix.service
-rw-r--r-- 1 root root 516 Jun 17 19:57 /lib/systemd/system/postfix@.service

After updating postfix from 3.2.2-1 to 3.2.3-1, I checked again:
# ls -lh /lib/systemd/system/postfix*
-rw-r--r-- 1 root root 253 Sep 29 04:48 /lib/systemd/system/postfix.service
-rwxr-xr-x 1 root root 516 Sep 29 04:54 /lib/systemd/system/postfix@.service

So the rights must have been changed in the course of this update. I guess this
is a bug because a) systemd complains about the executable permission bits
being set, and b) postfix@.service is the only file in this directory where
these permissions are set.



-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.12.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages postfix depends on:
ii  adduser  3.116
ii  cpio 2.11+dfsg-6
ii  debconf  1.5.63
ii  dpkg 1.18.24
ii  init-system-helpers  1.49
ii  libc62.24-17
ii  libdb5.3 5.3.28-13.1
ii  libicu57 57.1-6
ii  libsasl2-2   2.1.27~101-g0780600+dfsg-3
ii  libssl1.11.1.0f-5
ii  lsb-base 9.20170808
ii  netbase  5.4
ii  ssl-cert 1.0.39

Versions of packages postfix recommends:
ii  python3  3.5.3-3

Versions of packages postfix suggests:
ii  bsd-mailx [mail-reader]  8.1.2-0.20160123cvs-4
pn  dovecot-common   
ii  libsasl2-modules 2.1.27~101-g0780600+dfsg-3
ii  mmh [mail-reader]0.3-2
ii  mutt [mail-reader]   1.8.3+neomutt20170609-2+b1
pn  postfix-cdb  
ii  postfix-doc  3.2.3-1
pn  postfix-ldap 
pn  postfix-lmdb 
pn  postfix-mysql
pn  postfix-pcre 
pn  postfix-pgsql
ii  postfix-sqlite   3.2.3-1
ii  procmail 3.22-25+b1
pn  resolvconf   
ii  s-nail [mail-reader] 14.8.16-1
pn  sasl2-bin
pn  ufw  

-- Configuration Files:
/etc/postfix/post-install [Errno 13] Permission denied: 
'/etc/postfix/post-install'
/etc/postfix/postfix-files [Errno 13] Permission denied: 
'/etc/postfix/postfix-files'
/etc/postfix/postfix-script [Errno 13] Permission denied: 
'/etc/postfix/postfix-script'

-- debconf information:
  postfix/dynamicmaps_conversion_warning:
* postfix/mailname: localhost.localdomain
  postfix/lmtp_retired_warning: true
  postfix/recipient_delim: +
  postfix/not_configured:
  postfix/bad_recipient_delimiter:
  postfix/kernel_version_warning:
  postfix/main_cf_conversion_warning: true
  postfix/protocols: all
  postfix/rfc1035_violation: false
  postfix/relay_restrictions_warning:
* postfix/relayhost: smtp.localdomain
  postfix/sqlite_warning:
  postfix/procmail: true
  postfix/chattr: false
* postfix/main_mailer_type: Internet with smarthost
  postfix/retry_upgrade_warning:
  postfix/destinations: /etc/postfix/mydestination
  postfix/mydomain_warning:
  postfix/tlsmgr_upgrade_warning:
  postfix/root_address:
  postfix/mynetworks: 127.0.0.1/32 192.168.1.101/32
  postfix/compat_conversion_warning: true
  postfix/mailbox_limit: 0



Bug#873668: fetchmail: Wrong octets number displayed after 2-GB-threshold

2017-08-29 Thread Andreas Schmidt
Package: fetchmail
Version: 6.3.26-3
Severity: minor

Dear Maintainer,

while looking at /var/log/syslog, I just noticed something peculiar:

***
fetchmail[1236]: 5796 messages (5796 seen) for x...@xxx.xxx at xxx.xxx.xxx
(-2074178329 octets).
fetchmail[1236]: 4401 messages (4401 seen) for y...@yyy.yyy at yyy.yyy.yyy
(83482249 octets).
***

In the first line, a negative number of octets is displayed while the second
line shows a sane value. I keep most mails (except spam and MDNs) received in
the first account, and apparently I've hit the 2-GB-threshold some time ago, so
the mailbox size can't be calculated correctly any longer. Could you do some
magic, please, so the correct size is shown again -- or do I really have no
other choice than starting to delete old mails? :-)

Best regards

Andreas



-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0-1-amd64 (SMP w/4 CPU cores)
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)

Versions of packages fetchmail depends on:
ii  adduser   3.116
ii  debianutils   4.8.2
ii  libc6 2.24-17
ii  libcomerr21.43.5-1
ii  libgssapi-krb5-2  1.15.1-2
ii  libk5crypto3  1.15.1-2
ii  libkrb5-3 1.15.1-2
ii  libssl1.1 1.1.0f-5
ii  lsb-base  9.20170808

Versions of packages fetchmail recommends:
ii  ca-certificates  20170717

Versions of packages fetchmail suggests:
pn  fetchmailconf   
ii  postfix [mail-transport-agent]  3.2.2-1
ii  resolvconf  1.79

-- Configuration Files:
/etc/default/fetchmail changed [not included]

-- no debconf information



Bug#870702: libwx-perl: Wrong dependency prevents updates to latest version

2017-08-04 Thread Andreas Schmidt
Package: libwx-perl
Version: 1:0.9932-1+b1
Severity: normal

Dear Maintainer,

I could not update libwx-perl from 1:0.9932-1 to 1:0.9932-1+b1 because of a
missing dependency.

Apparently, libwx-perl depends on wxperl-gtk2-3-0-2-uni-gcc-3-4, a virtual
package provided by libalien-wxwidgets-perl. However, the latest version of
libalien-wxwidgets-perl (0.67+dfsg-3+b5) provides wxperl-gtk2-3-0-3-uni-
gcc-3-4. I had to manually download + install the version 0.67+dfsg-3+b4 of
libalien-wxwidgets-perl to satisfy all dependencies.

Could you, please, let libwx-perl depend on wxperl-gtk2-3-0-3-uni-gcc-3-4?

Thanks a lot, and best regards

Andreas



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

Kernel: Linux 4.11.0-2-amd64 (SMP w/4 CPU cores)
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)

Versions of packages libwx-perl depends on:
ii  libalien-wxwidgets-perl [wxperl-gtk2-3-0-2-uni-gcc-3-4]  0.67+dfsg-3+b4
ii  libc62.24-14
ii  libgcc1  1:7.1.0-12
ii  libwxbase3.0-0v5 3.0.2+dfsg-4
ii  libwxgtk-media3.0-0v53.0.2+dfsg-4
ii  libwxgtk3.0-0v5  3.0.2+dfsg-4
ii  perl 5.26.0-5
ii  perl-base [perlapi-5.26.0]   5.26.0-5

libwx-perl recommends no packages.

libwx-perl suggests no packages.

-- no debconf information



Bug#868893: screenruler: Missing dependency prevents screenruler from starting

2017-07-19 Thread Andreas Schmidt
Package: screenruler
Version: 0.960+bzr41-1.2
Severity: important

Dear Maintainer,

all of a sudden, screenruler quits immediately if I try to start it:

*
$ screenruler
Loading libraries...
/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot
load such file -- cairo-gobject (LoadError)
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `block in
require'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `each'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `require'
from /usr/lib/ruby/vendor_ruby/pango.rb:19:in `'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `block in
require'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `each'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `require'
from /usr/lib/ruby/vendor_ruby/gtk2/base.rb:14:in `'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `block in
require'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `each'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `require'
from /usr/lib/ruby/vendor_ruby/gtk2.rb:11:in `'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in
`require'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `block in
require'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `each'
from /usr/share/screenruler/utils/addons_ruby.rb:59:in `require'
from /usr/bin/screenruler:51:in `'
*

After installing ruby-cairo-gobject, the program works again (changed
dependencies during the transition from Jessie to Stretch, perhaps?). Could
you, please, let screenruler depend on ruby-cairo-gobject?

Thanks a lot

Andreas



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.11.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages screenruler depends on:
ii  ruby  1:2.3.3
ii  ruby-cairo1.15.9-1
ii  ruby-gettext  3.2.2-2
ii  ruby-gtk2 3.1.6-1

screenruler recommends no packages.

screenruler suggests no packages.

-- no debconf information



Bug#867165: synaptic: Please provide mechanism to save terminal output of "Applying changes"

2017-07-04 Thread Andreas Schmidt
Package: synaptic
Version: 0.84.2
Severity: wishlist

Dear Maintainer,

during major upgrades involving lots, possibly hundreds, of packages, the
installation process may exit because of errors or dependency problems. One
could scroll up to find out what went wrong, but that may become quite tedious
if you have to scroll up almost to the top. It would be much easier to grep for
warnings and error messages if one could save the contents of the terminal
output to a file. Could you, please, add an option "Save output to file" (or
similar) to the terminal window?

One possible approach: Pipe the output through tee into a file in /tmp
(something like "TMP=`mktemp`; dpkg | tee $TMP"). If the user selects "Save
output to file", the temporary file would be moved to a file specified by the
user; otherwise, the temporary file would be deleted once the terminal window
is closed.

Thanks a lot for your consideration and, of course, your good work in
maintaining synaptic!

Andreas



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

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
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)

Versions of packages synaptic depends on:
ii  hicolor-icon-theme   0.15-1
ii  libapt-inst2.0   1.5~beta1
ii  libapt-pkg5.01.5~beta1
ii  libatk1.0-0  2.22.0-1
ii  libc62.24-12
ii  libcairo-gobject21.14.10-1
ii  libcairo21.14.10-1
ii  libept1.5.0  1.1+nmu3+b1
ii  libgcc1  1:7.1.0-8
ii  libgdk-pixbuf2.0-0   2.36.5-2
ii  libglib2.0-0 2.52.3-1
ii  libgnutls30  3.5.13-2
ii  libgtk-3-0   3.22.16-1
ii  libpango-1.0-0   1.40.6-1
ii  libpangocairo-1.0-0  1.40.6-1
ii  libpcre2-8-0 10.22-3
ii  libstdc++6   7.1.0-8
ii  libvte-2.91-00.46.2-1
ii  libx11-6 2:1.6.4-3
ii  libxapian30  1.4.4-2
ii  policykit-1  0.105-18
ii  zlib1g   1:1.2.8.dfsg-5

Versions of packages synaptic recommends:
ii  libgtk2-perl   2:1.24992-1
ii  rarian-compat  0.8.1-6+b1
ii  xdg-utils  1.1.1-1

Versions of packages synaptic suggests:
ii  apt-xapian-index 0.49
ii  deborphan1.7.28.8-0.3+b1
ii  dwww 1.13.4
ii  menu 2.1.47+b1
pn  software-properties-gtk  
ii  tasksel  3.39

-- no debconf information



Bug#851968: reportbug: Missing dependencies cause crash of reportbug

2017-01-20 Thread Andreas Schmidt
Package: reportbug
Version: 7.1.3
Severity: important

Dear Maintainer,

earlier this day, when I wanted to start reportbug, it immediately crashed with
the following output:

***
pc@debian:$ reportbug
Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2234, in 
main()
  File "/usr/bin/reportbug", line 1084, in main
if newui.initialize():
  File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 1778, in
initialize
gi.require_version('Vte', '2.91')
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 118, in
require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Vte not available
pc@debian:$
***

I solved this by installing gir1.2-vte-2.91, which reportbug does not depend
on, but only suggest.

Thereafter, reportbug started, and I got to the point where I could enter the
subject of the bugreport. At this point, reportbug crashed again, with a bunch
of identical error messages:

***
TypeError: Couldn't find foreign struct converter for 'cairo.Context'
***

After installing python3-gi-cairo, these errors disappeared, and I am now using
reportbug to report this bug of reportbug. :-)

Could you, please, add/raise dependencies for gir1.2-vte-2.91 and python3-gi-
cairo so the program will work out of the box again?

With best regards

Andreas



-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/pc/.reportbugrc:
reportbug_version "6.4.3"
mode standard
ui gtk2
email "p...@arcor.de"

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 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: systemd (via /run/systemd/system)

Versions of packages reportbug depends on:
ii  apt1.4~beta4
ii  python3-reportbug  7.1.3
pn  python3:any

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail   
pn  debconf-utils
pn  debsums  
ii  dlocate  1.07
pn  emacs23-bin-common | emacs24-bin-common  
ii  file 1:5.29-2
ii  gir1.2-gtk-3.0   3.22.7-1
ii  gir1.2-vte-2.91  0.46.1-1
ii  gnupg2.1.17-6
ii  postfix [mail-transport-agent]   3.1.4-3
ii  python3-gi   3.22.0-2
ii  python3-gtkspellcheck4.0.5-1
pn  python3-urwid
ii  xdg-utils1.1.1-1

Versions of packages python3-reportbug depends on:
ii  apt1.4~beta4
ii  file   1:5.29-2
ii  python3-debian 0.1.29
ii  python3-debianbts  2.6.1
ii  python3-requests   2.12.4-1
pn  python3:any

python3-reportbug suggests no packages.

-- no debconf information



Bug#837976: mmh: Fails to install if package pick is installed

2016-09-15 Thread Andreas Schmidt
Package: mmh
Version: 0.3-1
Severity: important

Dear Maintainer,

I can't install mmh because it conflicts with files that are present in a
completely unrelated package (pick, a" utility to choose one option from a set
of choices"):

***
Preparing to unpack .../archives/mmh_0.3-1_i386.deb ...
Unpacking mmh (0.3-1) ...
dpkg: error processing archive /var/cache/apt/archives/mmh_0.3-1_i386.deb
(--unpack):
 trying to overwrite '/usr/share/man/man1/pick.1.gz', which is also in package
pick 1.1.1-1+b1
Errors were encountered while processing:
 /var/cache/apt/archives/mmh_0.3-1_i386.deb
***

Could you, perhaps, pick another name for the pick utility contained in your
package?

Thanks and best regards!

Andreas



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.7.0-1-686-pae (SMP w/4 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: systemd (via /run/systemd/system)



Bug#835401: texlive-fonts-extra: Font newtxsf not set up correctly

2016-08-25 Thread Andreas Schmidt
Package: texlive-fonts-extra
Version: 2016.20160819-1
Severity: normal

Dear Maintainer,

after updating texlive-fonts-extra (along with the other texlive-packages) from
2016.20160805-1 to 2016.20160819-1, LaTeX throws an error on
\usepackage{newtxsf}:

***
No file OMSntxsy.fd.

! LaTeX Error: This NFSS system isn't set up properly.
***

I downgraded texlive*, and the document compiles without problems again.

Attached you'll find the logfiles from compiling a minimal example (see below)
with the current and
the previous version of texlive.

I'm not sure whether texlive-fonts-extra is the correct package to file this
bug against -- I just chose it because it is the package containing the font
that makes problems. Please feel free to reassign the bug to the correct
package if I made a mistake!

Best regards

Andreas



##
minimal input file

\documentclass{article}

\usepackage{lipsum}
\usepackage{newtxsf}

%--
\begin{document}
\lipsum
\end{document}

##
other files

##
 List of ls-R files

-rw-r- 1 pc pc 23012 Mar 30 19:46 /home/pc/texmf/ls-R
-rw-r--r-- 1 root root 1335 Aug 25 12:00 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 80 Jun 13  2012 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Feb 22  2016 /usr/share/texmf/ls-R ->
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 Aug 19 16:53 /usr/share/texlive/texmf-dist/ls-R ->
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 Aug 19 16:53 /usr/share/texlive/texmf-dist/ls-R ->
/var/lib/texmf/ls-R-TEXLIVEDIST
##
 Config files
-rw-r--r-- 1 root root 475 Mar 16 19:37 /etc/texmf/web2c/texmf.cnf
-rw-r--r-- 1 root root 3015 Jul  1  2015 /var/lib/texmf/web2c/fmtutil.cnf
lrwxrwxrwx 1 root root 32 Aug 19 16:53 /usr/share/texmf/web2c/updmap.cfg ->
/var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 3959 Aug 25 12:00
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root 283 May 10  2012 mktex.cnf
-rw-r--r-- 1 root root 475 Mar 16 19:37 texmf.cnf
##
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 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: systemd (via /run/systemd/system)

Versions of packages texlive-fonts-extra depends on:
ii  fonts-cabin1.5-2
ii  fonts-comfortaa2.003-1
ii  fonts-crosextra-caladea20130214-1
ii  fonts-crosextra-carlito20130920-1
ii  fonts-dejavu-core  2.37-1
ii  fonts-dejavu-extra 2.37-1
ii  fonts-ebgaramond   0.016-1
ii  fonts-ebgaramond-extra 0.016-1
ii  fonts-font-awesome 4.6.3~dfsg-1
ii  fonts-freefont-otf 20120503-4
ii  fonts-freefont-ttf 20120503-4
ii  fonts-gfs-artemisia1.1-5
ii  fonts-gfs-complutum1.1-6
ii  fonts-gfs-didot1.1-6
ii  fonts-gfs-neohellenic  1.1-6
ii  fonts-gfs-olga 1.1-5
ii  fonts-gfs-solomos  1.1-5
ii  fonts-junicode 0.7.8-2
ii  fonts-lato 2.0-1
ii  fonts-linuxlibertine   5.3.0-2
ii  fonts-lobstertwo   2.0-2
ii  fonts-oflb-asana-math  000.907-6
ii  fonts-roboto-hinted2:0~20160106-1
ii  fonts-sil-gentium  20081126:1.03-1
ii  fonts-sil-gentium-basic1.1-7
ii  fonts-sil-gentiumplus  5.000-1
ii  fonts-sil-gentiumplus-compact  5.000-2
ii  fonts-stix 1.1.1-4
ii  tex-common 6.05
ii  texlive-base   2016.20160819-2
ii  ttf-adf-accanthis  0.20090423-2
ii  ttf-adf-gillius0.20090423-2
ii  ttf-adf-universalis0.20090423-2

Versions of packages texlive-fonts-extra recommends:
ii  texlive-fonts-extra-doc  2016.20160819-1
ii  texlive-latex-extra  2016.20160819-1

Versions of packages texlive-fonts-extra suggests:
ii  cm-super  0.3.4-9

Versions of packages tex-common depends on:
ii  dpkg  1.18.10
ii  ucf   3.0036

Versions of packages tex-common suggests:
ii  debhelper  9.20160814

Versions of packages texlive-fonts-extra is related to:
ii  tex-common6.05
ii  texlive-binaries  2016.20160513.41080-6

-- debconf information:
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) 
(preloaded format=latex 2016.8.25)  25 AUG 2016 12:03
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**test.tex
(./test.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation 

Bug#825163: texlive-bibtex-extra: Not compatible with biber 2.4-1

2016-05-24 Thread Andreas Schmidt
Package: texlive-bibtex-extra
Version: 2016.20160520-1
Severity: important

Dear Maintainer,

I recently updated texlive to version 2016.20160520-1. Since the update, when I
try to compile my document, biblatex won't create a bibliography. The text
contains just the labels of bibliography entries, i.e. they are not replaced by
the actual citations.

Running biber on the document, I get this warning:

*
$ biber diss
INFO - This is Biber 2.4
INFO - Logfile is 'diss.blg'
INFO - Reading 'diss.bcf'
WARN - Warning: Found biblatex control file version 3.1, expected version 3.0
*

Biber 2.4-1 is the version of biber currently available for Debian. Upstream
already has version 2.5, which "should be used in conjunction with biblatex
3.4", the current version of biblatex in Debian.

I suggest to make texlive-bibtex-extra conflict with biber <2.5, so the package
is not installed until a compatible version of biber is available in Debian
again.

Thanks and best regards

Andreas



-- Package-specific info:
IMPORTANT INFORMATION: We will only consider bug reports concerning
the packaging of TeX Live as relevant. If you have problems with
combination of packages in a LaTeX document, please consult your
local TeX User Group, the comp.text.tex user group, the author of
the original .sty file, or any other help resource. 

In particular, bugs that are related to up-upstream, i.e., neither
Debian nor TeX Live (upstream), but the original package authors,
will be closed immediately.

   *** The Debian TeX Team is *not* a LaTeX Help Desk ***

If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report.

Please run your example with
(pdf)latex -recorder ...
(or any other program that supports -recorder) and send us the generated
file with the extension .fls, it lists all the files loaded during
the run and can easily explain problems induced by outdated files in
your home directory.

Don't forget to also include minimal examples of other files that are 
needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.minimalbeispiel.de/mini-en.html (english)

or 

http://www.minimalbeispiel.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r- 1 pc pc 23012 Mar 30 19:46 /home/pc/texmf/ls-R
-rw-r--r-- 1 root root 2285 May 24 09:26 /var/lib/texmf/ls-R
lrwxrwxrwx 1 root root 29 Feb 22 15:54 /usr/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 31 May 20 07:33 /usr/share/texlive/texmf-dist/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEDIST
lrwxrwxrwx 1 root root 31 May 20 07:33 /usr/share/texlive/texmf-dist/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVEDIST
##
 Config files
-rw-r--r-- 1 root root 475 Mar 30 19:01 /etc/texmf/web2c/texmf.cnf
-rw-r--r-- 1 root root 3010 Jul  1  2015 /var/lib/texmf/web2c/fmtutil.cnf
lrwxrwxrwx 1 root root 32 May 20 07:33 /usr/share/texmf/web2c/updmap.cfg -> 
/var/lib/texmf/updmap.cfg-DEBIAN
-rw-r--r-- 1 root root 3959 May 22 13:12 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 8
-rw-r--r-- 1 root root 283 May 12  2013 mktex.cnf
-rw-r--r-- 1 root root 475 Mar 30 19:01 texmf.cnf
##
 md5sums of texmf.d
ca40c66f144b4bafc3e59a2dd32ecb9c  /etc/texmf/texmf.d/00debian.cnf

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.5.0-2-686-pae (SMP w/4 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: systemd (via /run/systemd/system)

Versions of packages texlive-bibtex-extra depends on:
ii  tex-common  6.05
ii  texlive-base2016.20160520-1
ii  texlive-binaries2016.20160513.41080-2
ii  texlive-latex-base  2016.20160520-1

texlive-bibtex-extra recommends no packages.

texlive-bibtex-extra suggests no packages.

Versions of packages tex-common depends on:
ii  dpkg  1.18.7
ii  ucf   3.0036

Versions of packages tex-common suggests:
pn  debhelper  

Versions of packages texlive-bibtex-extra is related to:
ii  tex-common6.05
ii  texlive-binaries  2016.20160513.41080-2

-- debconf information:
  tex-common/check_texmf_missing:
  tex-common/check_texmf_wrong:



Bug#810970: needrestarts suggests only dbus, but ignores other services

2016-01-15 Thread Andreas Schmidt

Hi, Thomas!

On 01/14/2016 01:18:59 PM, Thomas Liske wrote:

Hi Andreas,

could you please provide the output of `needrestart -r`? Please
provider another checkrestart output if you did restart the system in
the meantime.

Here it is -- hope it helps!

*
root@debian:/home/pc# TERM= needrestart -v -rl
[main] eval /etc/needrestart/needrestart.conf
[main] running in root-mode
[Core] Using UI 'NeedRestart::UI::stdio'...
[main] detected systemd
[Core] #536 is a NeedRestart::Interp::Python
[Core] #540 is a NeedRestart::Interp::Python
[main] #880 uses obsolete binary /usr/sbin/atieventsd
[main] #880 is not a child
[Core] #1316 is a NeedRestart::Interp::Python
[Core] #1361 is a NeedRestart::Interp::Python
[main] #2099 uses obsolete binary /usr/bin/ssh-agent
[main] #2099 is a child of #2034
[main] #2245 uses obsolete binary /usr/bin/python3.5
[main] #2245 is a child of #2034
[Core] #2267 is a NeedRestart::Interp::Python
[Core] #3369 is a NeedRestart::Interp::Perl
[main] #880 exe => /usr/sbin/atieventsd
[main] #880 unexpected cgroup ''
[main] #880 is fglrx-atieventsd.service
[main] #2034 exe => /usr/bin/mate-session
[main] #2034 part of user session: uid=1000 sess=1
[Kernel] Linux: kernel release 4.2.0-1-amd64, kernel version #1 SMP  
Debian 4.2.6-3 (2015-12-06)
Failed to load NeedRestart::Kernel::kFreeBSD: [Kernel/kFreeBSD] Not  
running on GNU/kFreeBSD!
[Kernel/Linux] /boot/vmlinuz-4.3.0-1-amd64 => 4.3.0-1-amd64  
(debian-ker...@lists.debian.org) #1 SMP Debian 4.3.3-5 (2016-01-04)  
[4.3.0-1-amd64]
[Kernel/Linux] /boot/vmlinuz-4.2.0-1-amd64 => 4.2.0-1-amd64  
(debian-ker...@lists.debian.org) #1 SMP Debian 4.2.6-3 (2015-12-06)  
[4.2.0-1-amd64]*

[Kernel/Linux] Expected linux version: 4.3.0-1-amd64
Pending kernel upgrade!

Running kernel version:
  4.2.0-1-amd64

Diagnostics:
  The currently running kernel version is not the expected kernel  
version 4.3.0-1-amd64.


Restarting the system to load the new kernel will not be handled  
automatically, so you should consider rebooting. [Return]


Services to be restarted:
systemctl restart fglrx-atieventsd.service
No containers need to be restarted.
User sessions:
pc on session #1 is running obsolete mate-session[2034]
[main] run /etc/needrestart/notify.d/200-write
[/etc/needrestart/notify.d/200-write] skip session w/o tty
[main] run /etc/needrestart/notify.d/300-needrestart-session
[/etc/needrestart/notify.d/300-needrestart-session] notify user pc by  
needrestart-session
Error org.freedesktop.DBus.Error.Spawn.FailedToSetup: Failed to setup  
environment correctly

[main] run /etc/needrestart/notify.d/400-notify-send
[/etc/needrestart/notify.d/400-notify-send] notify user pc on :0
root@debian:/home/pc# checkrestart
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system  
/run/user/1000/gvfs

  Output information may be incomplete.
Found 50 processes using old versions of upgraded files
(45 distinct programs)
(38 distinct packages)

Of these, 5 seem to contain systemd service definitions or init scripts  
which can be used to restart them.

The following packages seem to have definitions that could be used
to restart their services:
udev:
218 /lib/systemd/systemd-udevd
packagekit:
6037/usr/lib/packagekit/packagekitd
fglrx-atieventsd:
880 /usr/sbin/atieventsd
wicd-daemon:
1316/usr/share/wicd/daemon/wicd-daemon.py
1361/usr/share/wicd/daemon/monitor.py
upower:
2486/usr/lib/upower/upowerd

These are the systemd services:
systemctl restart packagekit.service
systemctl restart packagekit-offline-update.service
systemctl restart upower.service

These are the initd scripts:
service udev restart
service fglrx-atieventsd restart
service wicd restart

These processes (33) do not seem to have an associated init script to  
restart them:

zeitgeist-core:
2364/usr/bin/zeitgeist-daemon
3926/usr/lib/zeitgeist/zeitgeist-fts
mate-media:
2251/usr/bin/mate-volume-control-applet
gvfs-backends:
21495   /usr/lib/gvfs/gvfsd-http
mate-settings-daemon:
2859/usr/bin/msd-locate-pointer
2148/usr/bin/mate-settings-daemon
wicd-gtk:
2267/usr/share/wicd/gtk/wicd-client.py
mate-utils:
17453   /usr/lib/mate-utils/mate-dictionary-applet
marco:
2152/usr/bin/marco
zeitgeist-datahub:
2271/usr/bin/zeitgeist-datahub
mate-user-share:
2306/usr/lib/mate-user-share/mate-user-share
libreoffice-core:
16537   /usr/lib/libreoffice/program/soffice.bin
xserver-xorg-core:
1223/usr/lib/xorg/Xorg
openssh-client:
2099/usr/bin/ssh-agent
mate-polkit:amd64:
	2220	 
/usr/lib/x86_64-linux-gnu/polkit-mate/polkit-mate-authentication-agent-1

pluma:
2221/usr/bin/pluma
caja:
2185/usr/bin/caja
mate-netspeed:
17451   /usr/lib/x86_64-linux-gnu/mate-netspeed-applet
iceweasel:
2434/usr/lib/iceweasel/iceweasel
diodon:
2244/usr/bin/diodon

Bug#810970: needrestarts suggests only dbus, but ignores other services

2016-01-14 Thread Andreas Schmidt
Package: needrestart
Version: 2.5-1
Severity: important

Dear Maintainer,

lately I found that needrestart apparently does not find a lot of services that
should be restarted, while versions prior to needrestart 2.3-1 ( I'm not sure
of the exact version number since the last working version isn't available in
the repository any more) worked.

Have a look at this transcript:

*
root@debian:/home/pc# dpkg -l | grep needrestart
ii  needrestart  2.5-1
all  check which daemons need to be restarted after library upgrades
ii  needrestart-session  0.3-2
all  check for processes need to be restarted in user sessions
root@debian:/home/pc# TERM= needrestart
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Scanning processes...
Scanning candidates...
Pending kernel upgrade
--

Newer kernel available

The currently running kernel version is 4.2.0-1-amd64 which is not the expected
kernel version 4.3.0-1-amd64.

Restarting the system to load the new kernel will not be handled automatically,
so you should consider rebooting.

Daemons using outdated libraries



  1. dbus.service

(Enter the items you want to select, separated by spaces.)

Which services should be restarted?


No containers need to be restarted.
User sessions:
pc on session services is running obsolete systemd[2012]
root@debian:/home/pc# checkrestart
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
  Output information may be incomplete.
Found 23 processes using old versions of upgraded files
(21 distinct programs)
(18 distinct packages)

Of these, 16 seem to contain systemd service definitions or init scripts which
can be used to restart them.
The following packages seem to have definitions that could be used
to restart their services:
dnscrypt-proxy:
800 /usr/sbin/dnscrypt-proxy
packagekit:
21320   /usr/lib/packagekit/packagekitd
openssh-server:
799 /usr/sbin/sshd
ntp:
910 /usr/sbin/ntpd
dbus:
723 /usr/bin/dbus-daemon
libvirt-daemon:
18628   /usr/sbin/virtlogd
18701   /usr/sbin/libvirtd
fetchmail:
1741/usr/bin/fetchmail
udisks2:
2227/usr/lib/udisks2/udisksd
wpasupplicant:
14650   /sbin/wpa_supplicant
cron:
753 /usr/sbin/cron
tor:
1285/usr/bin/tor
accountsservice:
742 /usr/lib/accountsservice/accounts-daemon
policykit-1:
1215/usr/lib/policykit-1/polkitd
at:
738 /usr/sbin/atd
upower:
2499/usr/lib/upower/upowerd
avahi-daemon:
881 /usr/sbin/avahi-daemon
734 /usr/sbin/avahi-daemon

These are the systemd services:
systemctl restart packagekit.service
systemctl restart packagekit-offline-update.service
systemctl restart udisks2.service
systemctl restart wpa_supplicant.service
systemctl restart accounts-daemon.service
systemctl restart polkitd.service
systemctl restart upower.service

These are the initd scripts:
service dnscrypt-proxy restart
service ssh restart
service ntp restart
service dbus restart
service virtlogd restart
service libvirtd restart
service fetchmail restart
service cron restart
service tor restart
service atd restart
service avahi-daemon restart

These processes (2) do not seem to have an associated init script to restart
them:
system-tools-backends:
3545/usr/sbin/system-tools-backends
3662/usr/share/system-tools-
backends-2.0/scripts/SystemToolsBackends.pl
iceweasel:
20942   /usr/lib/iceweasel/iceweasel
root@debian:/home/pc#
*

dbus is the one package I would not expect in the needrestart-list, since
restarting it will kill the running user session. But it is only listed as
restartable service, not restarted automatically, so I guess listing it is OK.
On the other hand, services like ssh, ntp, fetchmail, cron etc. are harmless to
the running user session and should be found by needrestart. The way it is, I'm
fairing better with this oneliner that restarts every service found by
checkrestart except dbus and the desktopmanager:

*
root@debian:/home/pc# checkrestart | egrep "^(systemctl|service).*restart" |
egrep -v "(dbus|.*dm)" | while read i; do $i; done
*

Would it be possible to let needrestart find the other services again?

Best regards

Andreas



-- Package-specific info:
needrestart output:
Your outdated processes:
my-weather-indi[2245]

checkrestart output:


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 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: systemd (via /run/systemd/system)

Versions of packages 

Bug#810970: needrestarts suggests only dbus, but ignores other services

2016-01-14 Thread Andreas Schmidt
I guess the wording of my bug report was not entirely correct. Right  
now, on another machine, systemd-journald.service and  
systemd-logind.service were found in addition to dbus, while samba was  
ignored. Thus, the subject "needrestart suggests only some services,  
but ignores others" is more appropriate.


Sorry for the confusion!

Andreas

pgpLw4m8eFDhW.pgp
Description: PGP signature


Bug#810970: needrestarts suggests only dbus, but ignores other services

2016-01-14 Thread Andreas Schmidt

Hi, Thomas!
On 01/14/2016 01:18:59 PM, Thomas Liske wrote:

Hi Andreas,

could you please provide the output of `needrestart -r`?
"needrestart -r" needs a value for mode (one of l, i, or a). Which  
value should I use?



Please
provider another checkrestart output if you did restart the system in
the meantime.
Unfortunately, I did reboot both the laptop and the desktop computer  
after submitting the bug report, so both needrestart and checkrestart  
show nothing. I will send more information in the next few days, after  
the next updates that result in services having to be restarted.


Best regards

Andreas

pgpPcobRMTzFS.pgp
Description: PGP signature


Bug#798533: atril: Case-sensitive search not working

2015-09-10 Thread Andreas Schmidt
Package: atril
Version: 1.10.2+repack1-1
Severity: normal
Tags: newcomer

Dear Maintainer,

case-sensitive search seems not to be working. Open a PDF-file containing text
in atril, select "Find" from the Edit-menu, search for a letter or word you
know to be present both in upper and lower case: atril will always find all
instances (upper + lower case), regardless of whether the the "Case
sensitive"-button is pressed or not. When searching a large document for a
specific word, this will result in a lot of false positives. Could you, please,
fix that?

Thanks a lot!

Andreas



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/4 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: systemd (via /run/systemd/system)

Versions of packages atril depends on:
ii  atril-common 1.10.2+repack1-1
ii  dconf-gsettings-backend [gsettings-backend]  0.24.0-2
ii  libatk1.0-0  2.16.0-2
ii  libatrildocument31.10.2+repack1-1
ii  libatrilview31.10.2+repack1-1
ii  libc62.19-19
ii  libcairo21.14.2-2
ii  libcaja-extension1   1.10.3-2
ii  libfontconfig1   2.11.0-6.3
ii  libfreetype6 2.5.2-4
ii  libgail182.24.28-1
ii  libgdk-pixbuf2.0-0   2.31.5-1
ii  libglib2.0-0 2.44.1-1.1
ii  libgtk2.0-0  2.24.28-1
ii  libice6  2:1.0.9-1+b1
ii  libjavascriptcoregtk-1.0-0   2.4.9-2
ii  libmate-desktop-2-17 1.10.2-1
ii  libpango-1.0-0   1.36.8-3
ii  libpangocairo-1.0-0  1.36.8-3
ii  libpangoft2-1.0-01.36.8-3
ii  libsecret-1-00.18.3-1
ii  libsm6   2:1.2.2-1+b1
ii  libsoup2.4-1 2.50.0-2
ii  libstartup-notification0 0.12-4
ii  libwebkitgtk-1.0-0   2.4.9-2
ii  libx11-6 2:1.6.3-1
ii  libxml2  2.9.2+really2.9.1+dfsg1-0.1
ii  mate-desktop-common  1.10.2-1
ii  mate-icon-theme  1.10.1-1
ii  shared-mime-info 1.3-1
ii  zlib1g   1:1.2.8.dfsg-2+b1

Versions of packages atril recommends:
ii  dbus-x11  1.8.20-1
ii  gvfs  1.24.2-1

Versions of packages atril suggests:
ii  caja  1.10.3-2
ii  poppler-data  0.4.7-3
ii  unrar 1:5.3.2-1



Bug#788684: gnubg-data: Please depend on fonts-dejavu, not on ttf-dejavu (dummy package)

2015-06-14 Thread Andreas Schmidt
Package: gnubg-data
Version: 1.05.000-1
Severity: normal

Dear Maintainer,

ttf-dejavu is a dummy package. Please consider to let gnubg-data depend on
fonts-dejavu instead!

With thanks and best regards

Andreas



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-1-amd64 (SMP w/4 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: systemd (via /run/systemd/system)

Versions of packages gnubg-data depends on:
ii  ttf-dejavu-core  2.35-1

Versions of packages gnubg-data recommends:
ii  gnubg  1.05.000-1

gnubg-data 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#785243: pluma: Add dependency on python-gtksourceview2 (Was: pluma: Plugins not executable?)

2015-05-17 Thread Andreas Schmidt
On Wed, 13 May 2015 21:00:51 +0200 Andreas Schmidt p...@arcor.de  
wrote:

Package: pluma
Version: 1.8.1+dfsg1-3
Severity: normal

Is there anything I have missed to get the plugins working?
On https://lists.debian.org/debian-user/2014/05/msg01989.html I found  
the information that installing python-gtksourceview2 would help, and  
it did. So, could you add python-gtksourceview2 to pluma's dependencies?


Thanks!

Andreas



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



Bug#785237: [Pkg-xfce-devel] Bug#785237: lightdm-gtk-greeter: Please remove leading spaces from user name

2015-05-14 Thread Andreas Schmidt

On 05/13/2015 10:52:49 PM, Yves-Alexis Perez wrote:

On mer., 2015-05-13 at 20:05 +0200, Andreas Schmidt wrote:
 Package: lightdm-gtk-greeter
 Version: 2.0.0-3
 Severity: wishlist

 Wouldn't it be possible to remove leading spaces from the input in  
the user
 name field before matching user and password? Are leading spaces in  
user names
 even allowed? If so, unconditionally removing them could cause  
issues for

 people
 with such user names. These might be prevented, however, if the  
test was for a
 match of (password and username) OR (password and username without  
leading

 spaces), rather than just (password and username).

I'm honestly really not confident about that, that doesn't look like a
great idea at first sight, so you'd have to justify a bit more it's
safe.



root@debian:~# adduser ' test'
adduser: To avoid problems, the username should consist only of
letters, digits, underscores, periods, at signs and dashes, and not  
start with
a dash (as defined by IEEE Std 1003.1-2001). For compatibility with  
Samba

machine accounts $ is also supported at the end of the username
root@debian:~#
root@debian:~# useradd ' test'
useradd: invalid user name ' test'
root@debian:~# man useradd
[...]
CAVEATS
[...]
   It is usually recommended to only use usernames that begin with  
a lower case letter or an underscore, followed by lower case letters,  
digits, underscores, or dashes. They can
   end with a dollar sign. In regular expression terms:  
[a-z_][a-z0-9_-]*[$]?


   On Debian, the only constraints are that usernames must neither  
start with a dash ('-') nor plus ('+') nor tilde ('~') nor contain a  
colon (':'), a comma (','), or a whitespace
   (space: ' ', end of line: '\n', tabulation: '\t', etc.). Note  
that using a slash ('/') may break the default algorithm for the  
definition of the user's home directory.

[...]


At least on Debian, it seems to be impossible to have usernames  
starting with white space. I don't know about other distros, or  
filesystems on different systems that are mounted into Debian. Also,  
I'm not much of a programmer, so I really don't know whether there  
would be implications beyond user cannot login (which would be  
serious enough). But from my naive perspective, it seems that removing  
stuff which shouldn't be there in the first place should be OK.


However, if removing leading spaces seems too radical, I would also be  
happy about getting a visual warning -- similar to the hint Caps Lock  
is on in the password field. The problem is that a single space in  
front of the user name is too hard to see, as it is not really wide  
enough. To know exactly why a login attempt failed (wrong user name  
instead of wrong password) would be far less frustrating than poking  
around in the dark.


Best regards,

Andreas

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



Bug#785243: pluma: Plugins not executable?

2015-05-13 Thread Andreas Schmidt
Package: pluma
Version: 1.8.1+dfsg1-3
Severity: normal

Dear Maintainer,

if I go to Preferences/Plugins in Pluma, there are a couple of plugins I cannot
activate -- they just get grayed out. Here is the list:

- External Tools
- Python Console
- Quick Open
- Snippets

I can activate the plugin Tag list, but I suppose it is not working as it
cannot be configured (button Configure Plugin is grayed out) and there is
nothing to find about it in any menu.

Is there anything I have missed to get the plugins working? Also, I remember
that gedit had a quite useful plugin to comment out/uncomment lines of code
from different programming/scripting/mark-up languages. Is there any chance to
get such a plugin again?

Thanks for your help!

Andreas



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/4 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: systemd (via /run/systemd/system)

Versions of packages pluma depends on:
ii  iso-codes  3.57-1
ii  libatk1.0-02.16.0-2
ii  libc6  2.19-18
ii  libcairo2  1.14.0-2.1
ii  libenchant1c2a 1.6.0-10.1
ii  libfontconfig1 2.11.0-6.3
ii  libfreetype6   2.5.2-4
ii  libgdk-pixbuf2.0-0 2.31.1-2+b1
ii  libglib2.0-0   2.44.0-3
ii  libgtk2.0-02.24.25-3
ii  libgtksourceview2.0-0  2.10.5-2
ii  libice62:1.0.9-1+b1
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libpangoft2-1.0-0  1.36.8-3
ii  libpython2.7   2.7.10~rc1-1
ii  libsm6 2:1.2.2-1+b1
ii  libx11-6   2:1.6.3-1
ii  libxml22.9.2+dfsg1-3
ii  mate-desktop-common1.8.1+dfsg1-3
ii  pluma-common   1.8.1+dfsg1-3

Versions of packages pluma recommends:
ii  zenity  3.14.0-1

pluma 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#785237: lightdm-gtk-greeter: Please remove leading spaces from user name

2015-05-13 Thread Andreas Schmidt
Package: lightdm-gtk-greeter
Version: 2.0.0-3
Severity: wishlist

Dear Maintainer,

I work at a laptop computer that I usually suspend instead of shutting down.
After opening the lid, I usually tap the space key to restart the computer.
Sometimes, a spurious space character makes it into the field for the user name
as first character. Naturally, user name and password don't match in this case.
However, as my password is quite long, I usually tend to assume I have mistyped
the password, thus losing time and nerves by repeatedly retyping the password
before thinking of the stray space character in front of the user name. :-)

Wouldn't it be possible to remove leading spaces from the input in the user
name field before matching user and password? Are leading spaces in user names
even allowed? If so, unconditionally removing them could cause issues for
people
with such user names. These might be prevented, however, if the test was for a
match of (password and username) OR (password and username without leading
spaces), rather than just (password and username).

Best regards,

Andreas



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/4 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: systemd (via /run/systemd/system)

Versions of packages lightdm-gtk-greeter depends on:
ii  libc6   2.19-18
ii  libcairo2   1.14.0-2.1
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.44.0-3
ii  libgtk-3-0  3.14.5-1
ii  liblightdm-gobject-1-0  1.14.0-1
ii  libx11-62:1.6.3-1

Versions of packages lightdm-gtk-greeter recommends:
ii  desktop-base   8.0.2
ii  gnome-icon-theme-symbolic  3.12.0-1
pn  gnome-themes-standard  none
ii  policykit-10.105-8

lightdm-gtk-greeter 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#712127: gnome-terminal doesn't remember open tabs from previous session

2013-06-13 Thread Andreas Schmidt
Package: gnome-terminal
Version: 3.8.3-1
Severity: important

Dear Maintainer,

after the latest updates to Gnome, gnome-terminal is not any longer
automatically started on logging in. Moreover, between sessions the open tabs
are lost. While I could login to a new session before, with gnome-terminal
opening all previously open tabs with a shell in the previously opened
directory, now I have to manually start gnome-terminal after login, re-open all
tabs I need, and change to the respective directory in each tab.

Formerly, I used gnome-terminal as a kind of to-do-list: work on a LaTeX-
document in this tab/dir, play around with some utility in another, keep open
some not so urgent work in still another ... Is it possible to restore this
convenient behavior?



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

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

Versions of packages gnome-terminal depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.16.0-4
ii  gconf-service3.2.6-1
ii  gnome-terminal-data  3.8.3-1
ii  gsettings-desktop-schemas3.4.2-3
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-5
ii  libdconf10.16.0-4
ii  libgconf-2-4 3.2.6-1
ii  libglib2.0-0 2.36.3-1
ii  libgtk-3-0   3.8.2-1
ii  libpango-1.0-0   1.32.5-5+b1
ii  libuuid1 2.20.1-5.4
ii  libvte-2.90-91:0.34.6-1
ii  libx11-6 2:1.5.0-1+deb7u1

Versions of packages gnome-terminal recommends:
ii  dbus-x11  1.6.10-1
ii  gvfs  1.16.2-2
ii  yelp  3.8.1-2

gnome-terminal suggests no packages.


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



Bug#693595: lintex: Wrong keys in manpage

2012-11-18 Thread Andreas Schmidt
Package: lintex
Version: 1.13-1
Severity: normal

Dear Maintainer,

apparently, the manpage for lintex should be updated. For the config-file, it
recommends using the keys keep-keys and remove-keys, which don't work. In
the example file /usr/share/doc/lintex/examples/lintexrc, the keys are named
keep-exts and remove-exts.

Thanks,

Andreas



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages lintex depends on:
ii  libc6   2.13-36
ii  libconfig9  1.4.8-5

lintex recommends no packages.

Versions of packages lintex suggests:
ii  texlive-base  2012.20120611-5


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



Bug#677601: libreoffice-core: Libreoffice crashes on start-up

2012-06-15 Thread Andreas Schmidt
Subject: libreoffice-core: Libreoffice crashes on start-up
Package: libreoffice-core
Version: 1:3.5.4-4
Severity: important

After I updated the libreoffice suite to 1:3.5.4-4, libreoffice crashes 
immediately after start-up (or on resuming after file recovery). A backtrace is 
attached.

-- Package-specific info:
All deployed bundled extensions:

Identifier: org.openoffice.da.writer2xhtml.oxt
  Version: 1.0.2
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: Writer2xhtml provides Writer and Calc export filters for XHTML 
and XHTML+MathML
  bundled Packages: {
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/writer2xhtml.rdb
  is registered: yes
  Media-Type: application/vnd.sun.star.uno-typelibrary;type=RDB
  Description: 

  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/W2XDialogs/
  is registered: yes
  Media-Type: application/vnd.sun.star.basic-library
  Description: 

  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/Options.xcs
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-schema
  Description: 

  URL: 
vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/writer2xhtml-filter.jar
  is registered: yes
  Media-Type: application/vnd.sun.star.uno-component;type=Java
  Description: 

  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/w2x_types.xcu
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-data
  Description: 

  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/w2x_filters.xcu
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-data
  Description: 

  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2xhtml/Options.xcu
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-data
  Description: 

  }

Identifier: com.sun.star.PresentationMinimizer-linux_x86_64
  Version: 1.0.3
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/presentation-minimizer
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: The Presentation Minimizer is used to reduce the file size of 
the current presentation. Images will be compressed, and data that is no longer 
needed will be removed.
The Presentation Minimizer can optimize the image quality size. Presentations 
designed for screen or projector do not require the same high quality as 
presentations designed for print.

  bundled Packages: {
  URL: 
vnd.sun.star.expand:$BUNDLED_EXTENSIONS/presentation-minimizer/registry/schema/org/openoffice/Office/extension/SunPresentationMinimizer.xcs
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-schema
  Description: 

  URL: 
vnd.sun.star.expand:$BUNDLED_EXTENSIONS/presentation-minimizer/SunPresentationMinimizer.uno.so
  is registered: yes
  Media-Type: 
application/vnd.sun.star.uno-component;type=native;platform=Linux_X86_64
  Description: 

  URL: 
vnd.sun.star.expand:$BUNDLED_EXTENSIONS/presentation-minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-data
  Description: 

  URL: 
vnd.sun.star.expand:$BUNDLED_EXTENSIONS/presentation-minimizer/registry/data/org/openoffice/Office/Addons.xcu
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-data
  Description: 

  URL: 
vnd.sun.star.expand:$BUNDLED_EXTENSIONS/presentation-minimizer/registry/data/org/openoffice/Office/ProtocolHandler.xcu
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-data
  Description: 

  }

Identifier: org.openoffice.da.writer2latex.oxt
  Version: 1.0.2
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex
  is registered: yes
  Media-Type: application/vnd.sun.star.package-bundle
  Description: Writer2LaTeX provides Writer export filters for LaTeX and BibTeX
  bundled Packages: {
  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/writer2latex.rdb
  is registered: yes
  Media-Type: application/vnd.sun.star.uno-typelibrary;type=RDB
  Description: 

  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/W2LDialogs/
  is registered: yes
  Media-Type: application/vnd.sun.star.basic-library
  Description: 

  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/Options.xcs
  is registered: yes
  Media-Type: application/vnd.sun.star.configuration-schema
  Description: 

  URL: 
vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/writer2latex-filter.jar
  is registered: yes
  Media-Type: application/vnd.sun.star.uno-component;type=Java
  Description: 

  URL: vnd.sun.star.expand:$BUNDLED_EXTENSIONS/writer2latex/w2l_types.xcu
  is 

Bug#636305: Texlive-base not set up

2011-08-02 Thread Andreas Schmidt
Package: texlive-base
Version: 2009-12
Followup-For: Bug #636305

Set-up of texlive-base stops with the following message:

Setting up texlive-base (2009-12) ...
/etc/libpaper.d/texlive-base: line 48: return: can only `return' from a
function or sourced script
dpkg: error processing texlive-base (--configure):
 subprocess installed post-installation script returned error exit
 status 1
Errors were encountered while processing:
 texlive-base


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-base depends on:
ii  debconf [debconf-2.0] 1.5.41 Debian configuration management sy
ii  dpkg  1.16.0.3   Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  libpaper-utils1.1.24+nmu1library for handling paper charact
ii  luatex0.70.1-1+b1next generation TeX engine
ii  mime-support  3.51-1 MIME files 'mime.types'  'mailcap
ii  tex-common2.10   common infrastructure for building
ii  texlive-binaries  2009-10Binaries for TeX Live
ii  texlive-common2009-12TeX Live: Base component
ii  texlive-doc-base  2009-2 TeX Live: TeX Live documentation

Versions of packages texlive-base recommends:
ii  lmodern   2.004.1-3  scalable PostScript and OpenType f

Versions of packages texlive-base suggests:
ii  evince [postscript-viewer] 2.32.0-1  Document (PostScript, PDF) viewer
ii  ghostscript [postscript-vi 9.02~dfsg-3   interpreter for the PostScript lan
ii  gv [postscript-viewer] 1:3.7.2-1 PostScript and PDF viewer for X
ii  perl-tk1:804.029-1.1 Perl module providing the Tk graph
ii  xpdf [pdf-viewer]  3.02-19   Portable Document Format (PDF) rea

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]1.5.41  Debian configuration management sy
ii  dpkg 1.16.0.3Debian package management system
ii  ucf  3.0025+nmu2 Update Configuration File: preserv

Versions of packages tex-common suggests:
ii  debhelper 8.9.3  helper programs for debian/rules

Versions of packages texlive-base is related to:
ii  tex-common2.10   common infrastructure for building
ii  texlive-binaries  2009-10Binaries for TeX Live

-- Configuration Files:
/etc/texmf/dvipdfmx/dvipdfmx.cfg changed:
%% PDF Version Setting
%%
%% PDF (minor) version stamp to use in output file.
%% This also implies maximal version of PDF file allowed to be included.
%% Dvipdfmx does not support 1.0, 1.1, 1.2 since TrueType font embedded
%% as CIDFontType2 requires at least version 1.3. Transparent imaging
%% model requires version 1.4. So if you want soft-masking support for
%% PNG image with alpha channels, you should set version to 4 or higher.
%V  4
%% Dvipdfmx Compatibility Flags
%%
%%   0x0002  Use semi-transparent filling for tpic shading command,
%%   instead of opaque gray color. (requires PDF 1.4)
%%   0x0004  Treat all CIDFont as fixed-pitch font.
%%   This is only for backward compatibility. Don't use that.
%%   0x0008  Do not replace duplicate fontmap entries.
%%   Dvipdfm's (not 'x') behaviour.
%%   0x0010  Do not optimize PDF destinations. Use this if you want to
%%   refer from other files to destinations in the current file.
 
%C  0x
%% PDF Document Settings
%%
%% Papersize Option:
%%
%%   p papersize-spec
%%
%% papersize-spec is 'paper-format' or length-pair, e.g., 'a4', 'letter',
%% '20cm,30cm'. Recognized unit is 'cm', 'mm', 'bp', 'pt', 'in'.
p a4
%% Annotation Box Margin:
%%
%%   g length
%%
%% Add margin to annotation rectangle created via various \specials. Many
%% TeX macro packages set the annotation bounding box equal to the TeX box
%% that encloses the material. That's not always what you want.
%% Annotations created by pdf:bannot/pdf:eannot is also affected.
%g  0
%% Bookmark Open Level:
%%
%%   O integer
%%
%% Mark bookmark (outline) item as initial state 'open' if the depth
%% of that item (from root node) is less than or equal to the integer
%% specified with this option.
O  0
%% PDF Security (Encryption) Setting
%%
%% Those options won't take effects unless you use flag 'S'.
%%
%% Key bits for PDF encryption (40 - 128)
K  40
%% Permission flag for PDF encryption: Revision will be 3 if the key size
%% is greater than 40 bits.
%%
%% 0x0004 (Revision 2) Print the document.
%%(Revision 3) Print the document (possibly not at the highest quality
%%level, depending on whether bit 12[0x0800] is also set).
%% 0x0008 

Bug#635450: tiger: erroneous behavior of -q option (.: 1: Can't open /config)

2011-07-26 Thread Andreas Schmidt
Package: tiger
Version: 1:3.2.3-7
Followup-For: Bug #635450

I applied the patch and the error message 
/usr/lib/tiger/config: line 369: /config: No such file or directory
disappeared. Now, however, running tigercrom results in another error:

*
# /usr/sbin/tigercron
Configuring...
 
 Will try to check using config for 'i686' running Linux
 3.0.0-1-686-pae...
 --CONFIG-- [con007c] No configuration files for Linux.  Using default
configuration files.  Not all checks may be performed.
 --ERROR-- [init001e] Don't have required command DIFF.
*



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages tiger depends on:
ii  binutils  2.21.53.20110720-1 The GNU assembler, linker and bina
ii  bsdmainutils  8.2.3  collection of more utilities from 
ii  debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii  libc6 2.13-10Embedded GNU C Library: Shared lib
ii  net-tools 1.60-24.1  The NET-3 networking toolkit
ii  ucf   3.0025+nmu2Update Configuration File: preserv

Versions of packages tiger recommends:
ii  chkrootkit0.49-4 rootkit detector
ii  john  1.7.8-1active password cracking tool
ii  postfix [mail-transport-agent 2.8.3-1High-performance mail transport ag

Versions of packages tiger suggests:
ii  lsof   4.81.dfsg.1-1 List open files

-- Configuration Files:
/etc/cron.d/tiger changed [not included]
/etc/tiger/tigerrc [Errno 13] Permission denied: u'/etc/tiger/tigerrc'

-- debconf information:
* tiger/mail_rcpt: root
  tiger/remove_mess: true
* tiger/policy_adapt:

-- debsums errors found:
debsums: changed file /usr/lib/tiger/config (from tiger package)



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



Bug#621896: when: More than one calendar file?

2011-04-09 Thread Andreas Schmidt
Package: when
Version: 1.1.28-1
Severity: wishlist

Would it be possible to support multiple calendar files in preferences?
I guess it would make sense to do this, so one could keep recurring 
dates (birthdays, holidays etc.) separate from one-time-stuff one just 
adds on a day-to-day basis. 

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages when depends on:
ii  perl  5.10.1-19  Larry Wall's Practical Extraction 

when recommends no packages.

when 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#579723: hamster-applet: Crashes at start-up

2010-07-13 Thread Andreas Schmidt
Still doesn't work in 2.30.2-1. Attached is the output of hamster-
standalone.

Best regards,

Andreas

** (hamster-standalone:22317): WARNING **: Trying to register gtype 
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (hamster-standalone:22317): WARNING **: Trying to register gtype 
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (hamster-standalone:22317): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
/usr/lib/pymodules/python2.6/hamster/widgets/facttree.py:95: GtkWarning: Using 
Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
  _test_context = pixmap.cairo_create()
Traceback (most recent call last):
  File /usr/bin/hamster-standalone, line 536, in module
app = ProjectHamster()
  File /usr/bin/hamster-standalone, line 78, in __init__
self.treeview = widgets.FactTree()
  File /usr/lib/pymodules/python2.6/hamster/widgets/facttree.py, line 95, in 
__init__
_test_context = pixmap.cairo_create()
cairo.Error: NULL pointer



Bug#586464: does not appear in the panel

2010-06-22 Thread Andreas Schmidt
Package: hamster-applet
Version: 2.30.1-1+b1
Severity: normal

Following this advice by lu...@bulma.net:

 same issue here.

 resolved removing the '.' the imports path begins with in all files 
 python exit an errors.

 /usr/lib/pymodules/python2.6/hamster/widgets/activityentry.py

 is the first file to edit in your error report. There are a couple of
 them.

didn't help much. When running gnome-time-tracker from command line, I
now get this output:

**
$ gnome-time-tracker

** (gnome-time-tracker:27084): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gnome-time-tracker:27084): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gnome-time-tracker:27084): WARNING **: Trying to register gtype
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
/usr/lib/pymodules/python2.6/hamster/widgets/facttree.py:97: GtkWarning:
Using Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
  _test_context = pixmap.cairo_create()
  Traceback (most recent call last):
File /usr/bin/gnome-time-tracker, line 536, in module
  app = ProjectHamster()
File /usr/bin/gnome-time-tracker, line 78, in __init__
  self.treeview = widgets.FactTree()
File /usr/lib/pymodules/python2.6/hamster/widgets/facttree.py, line 97, 
in __init__
  _test_context = pixmap.cairo_create()
cairo.Error: NULL pointer
**



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-1, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages hamster-applet depends on:
ii  gconf2   2.28.1-3GNOME configuration database syste
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-1Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  python   2.6.5-3 An interactive high-level object-o
ii  python-cairo 1.8.8-1+b1  Python bindings for the Cairo vect
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-evolution 2.30.0-1+b1 Python bindings for the evolution 
ii  python-gconf 2.28.1-1Python bindings for the GConf conf
ii  python-gnome22.28.1-1Python bindings for the GNOME desk
ii  python-gnomeapplet   2.30.0-1+b1 Python bindings for the GNOME pane
ii  python-gobject   2.21.1-2Python bindings for the GObject li
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
ii  python-notify0.1.1-2+b2  Python bindings for libnotify
ii  python-support   1.0.8   automated rebuilding support for P
ii  python-wnck  2.30.0-1+b1 Python bindings for the WNCK libra
ii  python-xdg   0.19-1  Python library to access freedeskt

hamster-applet recommends no packages.

hamster-applet suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/pyshared/hamster/widgets/activityentry.py 
(from hamster-applet package)
debsums: changed file /usr/share/pyshared/hamster/widgets/dateinput.py (from 
hamster-applet package)
debsums: changed file /usr/share/pyshared/hamster/widgets/dayline.py (from 
hamster-applet package)
debsums: changed file /usr/share/pyshared/hamster/widgets/facttree.py (from 
hamster-applet package)
debsums: changed file /usr/share/pyshared/hamster/widgets/tags.py (from 
hamster-applet package)
debsums: changed file /usr/share/pyshared/hamster/widgets/timechart.py (from 
hamster-applet package)
debsums: changed file /usr/share/pyshared/hamster/widgets/timeinput.py (from 
hamster-applet package)



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



Bug#579723: hamster-applet: Crashes at start-up

2010-04-30 Thread Andreas Schmidt
Package: hamster-applet
Version: 2.30.0.1-2
Severity: normal
File: /usr/bin/gnome-time-tracker
Tags: sid

After upgrading to 2.30.0.1-2, the applet doesn't start at all. Starting
/usr/bin/gnome-time-tracker from the command line results in this
output:

$ /usr/bin/gnome-time-tracker 
/usr/lib/pymodules/python2.5/hamster/widgets/facttree.py:95: GtkWarning:
Using Cairo rendering requires the drawable argument to
have a specified colormap. All windows have a colormap,
however, pixmaps only have colormap by default if they
were created with a non-NULL window argument. Otherwise
a colormap must be set on them with gdk_drawable_set_colormap
  _test_context = pixmap.cairo_create()
Traceback (most recent call last):
  File /usr/bin/gnome-time-tracker, line 536, in module
app = ProjectHamster()
  File /usr/bin/gnome-time-tracker, line 78, in __init__
self.treeview = widgets.FactTree()
  File /usr/lib/pymodules/python2.5/hamster/widgets/facttree.py, line 95, in 
__init__
_test_context = pixmap.cairo_create()
cairo.Error: NULL pointer

After downgrading to 2.28.2-1, everything works again.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-1, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages hamster-applet depends on:
ii  gconf2   2.28.1-3GNOME configuration database syste
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libglib2.0-0 2.24.0-1The GLib library of C routines
ii  libgtk2.0-0  2.20.0-3The GTK+ graphical user interface 
ii  libpango1.0-01.28.0-1Layout and rendering of internatio
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-cairo 1.8.8-1+b1  Python bindings for the Cairo vect
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-evolution 2.28.0-7+b1 Python bindings for the evolution 
ii  python-gconf 2.28.1-1Python bindings for the GConf conf
ii  python-gnome22.28.1-1Python bindings for the GNOME desk
ii  python-gnomeapplet   2.28.0-7+b1 Python bindings for the GNOME pane
ii  python-gobject   2.21.1-1Python bindings for the GObject li
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
ii  python-notify0.1.1-2+b2  Python bindings for libnotify
ii  python-support   1.0.8   automated rebuilding support for P
ii  python-wnck  2.28.0-7+b1 Python bindings for the WNCK libra
ii  python-xdg   0.19-1  Python library to access freedeskt

hamster-applet recommends no packages.

hamster-applet 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#543669: [synaptic] crashes when select range of packages with shift

2009-08-26 Thread Andreas Schmidt
On 08/26/2009 08:12:50 -0400, Brent S. Elmer Ph.D. wrote:
 When I try to select a range of packages to upgrade in synaptic by 
 left mouse clicking on the first upgrade and holding shift and left 
 mouse clicking on the last upgrade, synaptic crashes.

I guess I've been hit by the same bug. However, synaptic also crashes 
on me, 
when I just left click a specific package. For the past three days or 
so, I was lucky. Right now pidgin-data is the trigger, some days ago it 
was another package -- unfortunately I can't remember which one. 
Regardless of which position the trigger package is shown (sorted/
reverse sorted by package name, size or whatever else), just the same 
whether it is the first package I chose or whether I have marked others 
before -- as soon as I click that one package (reproducibly always the 
same unless it has been updated by other means, e.g. apt-get) synaptic 
will crash.

I tried to start synaptic from the command line to get error messages, 
but there are non -- the program simply stops.






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



Bug#532333: texlive-latex-extra: Package breakurl has new upstream version

2009-06-08 Thread Andreas Schmidt
Package: texlive-latex-extra
Version: 2007.dfsg.17-2
Severity: wishlist

Please update breakurl.sty (currently at 1.20) to the latest version (v. 1.30)! 


-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also include minimal examples of
other files that are needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 pc pc 207 2009-01-19 16:43 /home/pc/texmf/ls-R
-rw-r--r-- 1 root users 1786 2009-06-08 09:17 /var/lib/texmf/ls-R
-rw-r--r-- 1 root staff 79 2009-06-07 11:59 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 2009-04-15 06:01 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 2009-05-06 13:43 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 2009-05-06 13:43 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 2009-04-15 06:01 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 9463 2009-06-07 11:59 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 11564 2009-06-07 11:59 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 11089 2009-06-07 11:59 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 4
-rw-r--r-- 1 root root 283 2006-08-16 17:02 mktex.cnf
##
 md5sums of texmf.d
42c20d7e8bd343542772b5a145bf8ad8  /etc/texmf/texmf.d/05TeXMF.cnf
5f7f6652cc8b8071c9e4ea6ba9e9f0a1  /etc/texmf/texmf.d/15Plain.cnf
f68e5add6afd6585b982f2f78e2e6a92  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
30f4f13357c2761ed01a6a15f28725a5  /etc/texmf/texmf.d/95NonPath.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-1, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-latex-extra depends on:
ii  dpkg   1.15.2Debian package management system
ii  preview-latex-style11.83-7.3 extraction of elements from LaTeX 
ii  tex-common 1.18  common infrastructure for building
ii  texlive-common 2007.dfsg.2-4 TeX Live: Base component
ii  texlive-latex-base 2007.dfsg.2-4 TeX Live: Basic LaTeX packages
ii  texlive-pictures   2007.dfsg.2-4 TeX Live: Packages for drawings gr

Versions of packages texlive-latex-extra recommends:
ii  texlive-generic-extra 2007.dfsg.17-2 TeX Live: Miscellaneous extra gene
ii  texlive-humanities2007.dfsg.17-2 TeX Live: LaTeX support for the hu
ii  texlive-latex-extra-doc   2007.dfsg.17-2 TeX Live: Documentation files for 
ii  texlive-latex-recommended 2007.dfsg.2-4  TeX Live: LaTeX recommended packag
pn  texpower  none (no description available)

texlive-latex-extra suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  dpkg  1.15.2 Debian package management system
ii  ucf   3.0018 Update Configuration File: preserv

Versions of packages texlive-latex-extra is related to:
pn  tetex-basenone (no description available)
pn  tetex-bin none (no description available)
pn  tetex-extra   none (no description available)
ii  tex-common1.18   common infrastructure for building

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to 

Bug#510650: gaupol: Should be able to save frames, not only timecodes

2009-01-03 Thread Andreas Schmidt
Package: gaupol
Version: 0.13.1-1
Severity: wishlist

I have some movies that are encoded in framerates other than the preset
ones (24, 25, or 30). When editing existing srt-files based on frame
number rather than timecodes with gaupol, the subtitles are therefor 
out of sync with the actual movie.

One solution would be to allow for custom framerates in gaupol. However,
when editing, one can already switch the view between Time and Frames. I
would like to have the option to save the frames rather than the timecodes
in the output file, as this information will always be correct -- no matter
what framerate the movie has.



-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.070427
Locale: LANG=en_US.ISO-8859-1, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gaupol depends on:
ii  python2.5.2-3An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gobject2.14.2-1   Python bindings for the GObject li
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge

Versions of packages gaupol recommends:
ii  iso-codes 3.5.1-1ISO language, territory, currency,
ii  python-chardet1.0.1-1.1  universal character encoding detec
pn  python-enchantnone (no description available)

Versions of packages gaupol suggests:
ii  mplayer 1:1.0.rc2svn20080706-0.1 The Ultimate Movie Player For Linu
ii  vlc 0.8.6.h-5multimedia player and streamer

-- 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#466522: gpm: Upgrade to 1.20.3~pre3-1 fails

2008-02-19 Thread Andreas Schmidt
Package: gpm
Version: 1.20.3~pre3-1
Severity: normal


Upgrading gpm from 1.19.6-25 to 1.20.3~pre3-1 failed, leaving me
stranded without a mouse:

Setting up gpm (1.20.3~pre3-1) ...
Stopping mouse interface server: gpm.
Starting mouse interface server: gpm*** err [gpn.c(147)]: Error in the
commandline specification. Try /usr/sbin/gpm -h.

 failed!
 invoke-rc.d: initscript gpm, action restart failed.

Downgrading the package rendered it useful again. 

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.070427
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpm depends on:
ii  debconf [debconf-2.0]  1.5.19Debian configuration management sy
ii  debianutils2.28.3Miscellaneous utilities specific t
ii  libc6  2.7-8 GNU C Library: Shared libraries
ii  libgpmg1   1.20.3~pre3-1 General Purpose Mouse - shared lib
ii  lsb-base   3.1-24Linux Standard Base 3.1 init scrip
ii  ucf3.004 Update Configuration File: preserv

gpm recommends no packages.

-- debconf information:
* gpm/responsiveness: 15
* gpm/repeat_type: ms3
* gpm/append: -V 5
  gpm/gpmconfig_fix: true
* gpm/restart: true
* gpm/sample_rate:
* gpm/type: imps2
* gpm/device: /dev/psaux
* gpm/restart_default: false



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#454421: pidgin: Follow-up

2007-12-05 Thread Andreas Schmidt
Package: pidgin
Followup-For: Bug #454421

Apparently, pidgin 2.3 crashes whenever I receive a message from a
particular user who runs pidgin 2.2.1 under windows. 

We tried to make sure it was his messages crashing my client by letting
him message another guy using pidgin 2.3.0-1 (on Ubuntu). Messaging was
fine, however, an authorization request crashed that client too. It
still is kind of mysterious... :-)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#444166: amule: Amule segfaults after libc6 update

2007-09-27 Thread Andreas Schmidt
Package: amule
Version: 2.1.3-4
Followup-For: Bug #444166

Same problem here: aMule crashes immediately on start-up. I ran it with
gdb and got this output:

(gdb) run
Starting program: /usr/bin/amule 
(no debugging symbols found)
Failed to read a valid object file image from memory.
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb6b056c0 (LWP 27799)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
[New Thread 0xb6400b90 (LWP 27805)]
*** glibc detected *** /usr/bin/amule: double free or corruption (out):
0x09597780 ***
=== Backtrace: =
/lib/libc.so.6[0xb7432e15]
/lib/libc.so.6(cfree+0x90)[0xb74368e0]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb6d4f961]
/usr/lib/libwx_gtk2u_core-2.6.so.0[0xb78d3bfe]
/usr/lib/libwx_gtk2u_core-2.6.so.0(_ZN8wxButton10SetDefaultEv+0x74)[0xb78d3cf4]
/usr/bin/amule[0x82752ad]
/usr/bin/amule[0x80e55e7]
/usr/bin/amule[0x80e46ea]
/usr/bin/amule[0x80f6331]
/usr/bin/amule[0x80f8fb9]
/usr/bin/amule[0x8088f31]
/usr/bin/amule[0x8129b8d]
/usr/bin/amule(_ZN12wxAppConsole10CallOnInitEv+0x11)[0x808f4e1]
/usr/lib/libwx_baseu-2.6.so.0(_Z7wxEntryRiPPw+0x40)[0xb769e430]
/usr/lib/libwx_baseu-2.6.so.0(_Z7wxEntryRiPPc+0x36)[0xb769e506]
/usr/bin/amule[0x8129e20]
/lib/libc.so.6(__libc_start_main+0xe0)[0xb73df050]
/usr/bin/amule(_ZN13wxInputStream5SeekIEx10wxSeekMode+0x3d)[0x807dfe1]
=== Memory map: 
08048000-08342000 r-xp  03:41 344186 /usr/bin/amule
08342000-0834b000 rw-p 002f9000 03:41 344186 /usr/bin/amule
0834b000-095a4000 rw-p 0834b000 00:00 0  [heap]
b5b0-b5b21000 rw-p b5b0 00:00 0 
b5b21000-b5c0 ---p b5b21000 00:00 0 
b5c01000-b5c02000 ---p b5c01000 00:00 0 
b5c02000-b6401000 rw-p b5c02000 00:00 0 
b6401000-b641 r-xp  03:41 180268 /lib/libbz2.so.1.0.3
b641-b6411000 rw-p f000 03:41 180268 /lib/libbz2.so.1.0.3
b6411000-b6443000 r-xp  03:41 410223
/usr/lib/libcroco-0.6.so.3.0.1
b6443000-b6446000 rw-p 00031000 03:41 410223
/usr/lib/libcroco-0.6.so.3.0.1
b6446000-b6475000 r-xp  03:41 409646
/usr/lib/libgsf-1.so.114.0.7
b6475000-b6478000 rw-p 0002e000 03:41 409646
/usr/lib/libgsf-1.so.114.0.7
b6478000-b6479000 rw-p b6478000 00:00 0 
b6479000-b64a9000 r-xp  03:41 411576
/usr/lib/librsvg-2.so.2.18.2
b64a9000-b64aa000 rw-p 0003 03:41 411576
/usr/lib/librsvg-2.so.2.18.2
b64bd000-b64be000 r-xp  03:41 1491017
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b64be000-b64bf000 rw-p  03:41 1491017
/usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
b64bf000-b64ce000 r--p  03:41 213133
/usr/share/icons/Gorilla/icon-theme.cache
b64ce000-b64df000 r--p  03:41 1163892
/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
b64df000-b64e1000 r-xp  03:41 443836
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b64e1000-b64e2000 rw-p 1000 03:41 443836
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b64e2000-b64e5000 rw-s  00:07 2128281673  /SYSV
(deleted)
b64e5000-b6515000 rw-s  00:07 2128248904  /SYSV
(deleted)
b6515000-b6575000 rw-s  00:07 2127888455  /SYSV
(deleted)
b6575000-b657b000 r-xp  03:41 410924
/usr/lib/libgailutil.so.18.0.1
b657b000-b657c000 rw-p 6000 03:41 410924
/usr/lib/libgailutil.so.18.0.1
b657c000-b65ab000 r-xp  03:41 409683
/usr/lib/libgnomecanvas-2.so.0.2000.0
b65ab000-b65ac000 rw-p 0002f000 03:41 409683
/usr/lib/libgnomecanvas-2.so.0.2000.0
b65ac000-b65ea000 r-xp  03:41 410803
/usr/lib/libgnomeprintui-2-2.so.0.1.0
b65ea000-b65ec000 rw-p 0003d000 03:41 410803
/usr/lib/libgnomeprintui-2-2.so.0.1.0
b65ec000-b6703000 r-xp  03:41 411965
/usr/lib/libxml2.so.2.6.30
b6703000-b6708000 rw-p 00117000 03:41 411965
/usr/lib/libxml2.so.2.6.30
b6708000-b6709000 rw-p b6708000 00:00 0 
b6709000-b671e000 r-xp  03:41 410385
/usr/lib/libart_lgpl_2.so.2.3.19
b671e000-b671f000 rw-p 00014000 03:41 410385
/usr/lib/libart_lgpl_2.so.2.3.19
b671f000-b6784000 r-xp  03:41 410718
/usr/lib/libgnomeprint-2-2.so.0.1.0
b6784000-b6786000 rw-p 00065000 03:41 410718
/usr/lib/libgnomeprint-2-2.so.0.1.0
b678a000-b6791000 r--p  03:41 2474103
/usr/share/icons/gartoon/icon-theme.cache
b6791000-b6797000 r-xp  03:41 442729
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b6797000-b6798000 rw-p 5000 03:41 442729
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b6798000-b6799000 rw-p b6798000 00:00 0 
b6799000-b679b000 r--s  03:41 671948
/var/cache/fontconfig/53bea4e5bd8c3bbfc1adfee4c239089c-x86.cache-2
b679b000-b67a1000 r--s  03:41 671886

Bug#440678: Can't add files to abraca

2007-09-03 Thread Andreas Schmidt
Package: abraca
Version: 0.2-1
Severity: important

I can start up abraca without problems -- except that it is absolutely
useless! All I can access from the menu is Quit and About. However,
when I start abraca from the command line, I get this message which
seems to point to what's wrong:

(abraca:3982): libglade-WARNING **: could not find signal handler
'on_filter_context_create_menu_item_activate'.

 



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.070427
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages abraca depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libpango1.0-0   1.18.1-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxmmsclient-glib1 0.2DrJekyll-4+b1 XMMS2 - glib client library
ii  libxmmsclient2  0.2DrJekyll-4+b1 XMMS2 - client library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.3-1X Rendering Extension client libra

abraca recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432569: debian-goodies: /usr/sbin/checkrestart still falsely reports apache2

2007-08-27 Thread Andreas Schmidt
Package: debian-goodies
Version: 0.31
Followup-For: Bug #432569

I was glad to see this bug resolved -- alas, it is not. Both version 
0.30 and 0.31 of checkrestart still report apache2 as using old
versions of upgraded files, triggered by /dev/zero.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18.070427
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages debian-goodies depends on:
ii  curl   7.16.4-5  Get a file from an HTTP, HTTPS or 
ii  dctrl-tools [grep-dctrl]   2.11  Command-line tools to process Debi
ii  lsof   4.78.dfsg.1-2 List open files
ii  python 2.4.4-6   An interactive high-level object-o

debian-goodies recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#384947: listen: GUI-improvements

2006-08-28 Thread Andreas Schmidt
Package: listen
Version: 0.4.3-1
Severity: wishlist

Just some suggestions that would make using Listen easier.

1) It would be nice if one could hide the middle pane, as it takes away
valuable screen space. 

2) In library view, it would be very helpful if one could adjust the 
size of the individual columns. 

3) It would be great if more info was available in library view. Perhaps
you could add more columns to chose from: Year/Date, Comment,
Bitrate/Quality would be the most obvious.

4) One can access a lot of info about a given audio file by using the 
Edit entry of the context menu in library view. However, there is no
way (at least none I've found) to display the location of a file.
It wouldn't make much sense to edit the path to the file, so one way
would be to rename the entry in the context menu to Properties,
display info about the file + $PATH/$FILENAME and access to the
Edit-menu there. One could also leave the Edit-entry alone and just add
a Copy location-entry to the menu. Perhaps the location of a file 
could pop up when one hovers with the mouse over the entry in library
view. Or, why not add just another column for it?

5) In the preferences, one can change the font for Lyrics and Wikipedia
however, these settings take no effect. 

6) Perhaps there might be a way to change how playlist entries are
displayed, based on whether or not library view is switched on.
Displaying the songinfo on 2 lines is acceptable if the library is also
shown, as there is little screen space available. However, when the 
library is hidden, it would be nice to have all info on just one line 
and make the font a bit bigger -- this would make life easier for 
visually challenged people like me. :-) Perhaps this behavior could be 
made optional, too. Perhaps it would also be possible to add font
preferences for all contexts, not just lyrics/wikipedia.

Thanks for your consideration -- and a great program!

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.060820
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages listen depends on:
ii  gstreamer0.10-alsa   0.10.9-2GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-base   0.10.9-2GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good   0.10.3-2GStreamer plugins from the good 
ii  libatk1.0-0  1.12.1-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcairo21.2.4-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libgtk2.0-0  2.8.20-1The GTK+ graphical user interface 
ii  libpango1.0-01.12.3-2Layout and rendering of internatio
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxcursor1  1.1.7-3 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  python   2.4.3-11An interactive high-level object-o
ii  python-central   0.5.5   register and build utility for Pyt
ii  python-gnome22.12.4-4Python bindings for the GNOME desk
ii  python-gnome2-extras 2.14.2-1Python bindings for the GNOME desk
ii  python-gst0.10   0.10.5-3generic media-playing framework (P
ii  python-gtk2  2.8.6-5 Python bindings for the GTK+ widge
ii  python-pymad 0.5.4-3.2   Python wrapper to the MPEG Audio D
ii  python-pyogg 1.3-1.1 A Python interface to the Ogg libr
ii  python-pysqlite2 2.3.2-1 python interface to SQLite 3
ii  python-pyvorbis  1.3-1.2 A Python interface to the Ogg Vorb
ii  python2.42.4.3-8 An interactive high-level object-o
ii  python2.4-dbus   0.62-4  simple interprocess messaging syst

Versions of packages listen recommends:
pn  gstreamer0.10-esd none (no description available)
ii  gstreamer0.10-x   0.10.9-2   GStreamer plugins for X11 and Pang
ii  serpentine0.7-3  An application for creating audio 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#382066: gedit: Should be able to reload docs

2006-08-08 Thread Andreas Schmidt
Package: gedit
Version: 2.14.3-1
Severity: wishlist


Sometimes I have a document open in gedit and manipulate it on the
shell. In these cases, it would be great if there was a possibility to
just reload the document in gedit instead of having to close and re-open it. 
Any chance to get that implemented?



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.06-07-18
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gedit depends on:
ii  gconf2 2.14.0-3  GNOME configuration database syste
ii  gedit-common   2.14.3-1  light-weight text editor support f
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaspell150.60.4-4  GNU Aspell spell-checker runtime l
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libc6  2.3.6-18  GNU C Library: Shared libraries
ii  libgconf2-42.14.0-3  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.18-7  The GTK+ graphical user interface 
ii  libgtksourceview1.0-0  1.6.2-1   shared libraries for the GTK+ synt
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libx11-6   2:1.0.0-8 X11 client-side library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  scrollkeeper   0.3.14-11 A free electronic cataloging syste

gedit recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#378199: gksu should conflict with libgksu0

2006-07-14 Thread Andreas Schmidt
Package: gksu
Version: 1.9.1-2
Severity: normal

Apparently, the dependencies for gksu_1.9.1-2 aren't quite correct. It
replaces, but doesn't conflict with  libgksu0. Thus, libgksu0 is not removed
from the system. When trying to update libgksu2-0, I got an error because it
tried to overwrite a file that also was installed by libgksu0. Manually
removing libgksu0 fixed this problem. So it would be great if you could add
a conflict with libgksu0 to the dependencies of gksu.[B


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.060623
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gksu depends on:
ii  gnome-keyring0.4.9-1 GNOME keyring services (daemon and
ii  libatk1.0-0  1.11.4-3The ATK accessibility toolkit
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcairo21.2.0-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libgconf2-4  2.14.0-1GNOME configuration database syste
ii  libgksu2-0   1.9.5-1 library providing su and sudo func
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libgnome-keyring00.4.9-1 GNOME keyring services library
ii  libgtk2.0-0  2.8.18-1The GTK+ graphical user interface 
ii  liborbit21:2.14.0-2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.12.3-1Layout and rendering of internatio
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 2:1.0.0-7   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  sudo 1.6.8p12-4  Provide limited super user privile

gksu recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#366928: gaim resets privacy settings for aim/icq after a while

2006-05-12 Thread Andreas Schmidt
Package: gaim
Version: 1:1.5.0+1.5.1cvs20051015-3
Severity: normal

I noticed that a while after I change my privacy settings for AIM/ICQ to
Allow only the users on my buddy list gaim resets it to Block only
the users below. 
This is bad for two reasons: 1) the users that are listed there are
known to me, and I do _not_ want to block them, 2) I am flooded with
requests for authorizations from people I do not know and who, according to
what little user info they provide, are just spammers.

BTW, I usually set my online status to invisible but I want some select people
on my buddy list to see me even when I'm invisible. I thought this could
be done with adding them to the list in privacy settings. However, I'm
not sure any longer that this is the right way to do it. Some
clarification would be appreciated. ;-)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.060423snd
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gaim depends on:
ii  gaim-data 1:1.5.0+1.5.1cvs20051015-3 multi-protocol instant messaging c
ii  libao20.8.6-4Cross Platform Audio Output Librar
ii  libaspell15   0.60.4-3   GNU Aspell spell-checker runtime l
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libfontconfig 2.3.2-5.1  generic font configuration library
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnutls11   1.0.16-14+b1   GNU TLS library - runtime library
ii  libgtk2.0-0   2.8.17-2   The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3+b1a spell-checking addon for GTK's T
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libpango1.0-0 1.12.1-3   Layout and rendering of internatio
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libstartup-no 0.8-1  library for program launch feedbac
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxcursor1   1.1.5.2-5  X cursor management library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxi61:1.0.0-5  X11 Input extension library
ii  libxinerama1  1:1.0.1-4  X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-4X11 RandR extension library
ii  libxrender1   1:0.9.0.2-4X Rendering Extension client libra
ii  libxss1   1:1.0.1-4  X11 Screen Saver extension library

gaim recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#366928: gaim resets privacy settings for aim/icq after a while

2006-05-12 Thread Andreas Schmidt

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/12/2006 09:02:56 PM, Richard Laager wrote:

On Fri, 2006-05-12 at 09:26 +0200, Andreas Schmidt wrote:
 BTW, I usually set my online status to invisible but I want some  
select people  on my buddy list to see me even when I'm invisible. I  
thought this could  be done with adding them to the list in privacy  
settings. However, I'm  not sure any longer that this is the right  
way to do it. Some  clarification would be appreciated. ;-)
I don't know ICQ in particular very well, but I would assume this  
would

not work. To achieve the effect you want, you'd have to block all the
people except those you wanted to see you, then stay online. Setting
Invisible almost surely sets you Invisible to everyone.


I know from when I still used Windows that with ICQ you can, indeed,  
have a list of people that are allowed to see you even if you are  
invisible to everybody else.


Best regards,

Andreas
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEZOSkAB00fZdcFyQRAp+DAKCrdD9c7ps5Az5JC3c6GzRUk71gTwCeNWWz
GxuxQ+k0GyUWhUwHPoZ/UL4=
=WVKF
-END PGP SIGNATURE-




Bug#360602: wesnoth-utbs: Wrong unit names in Level In_the_Domain_of_the_Dwarves

2006-04-03 Thread Andreas Schmidt
Package: wesnoth-utbs
Version: 1.1.2-1
Severity: important
Tags: patch

In this level, references to non-existant unit Thundererguard (instead
of Thunderguard) cause gameplay to stop.
See attached patch to file 6_2_Hunting_Dwarves.cfg

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.060329
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wesnoth-utbs depends on:
ii  wesnoth   1.1.2-1fantasy turn-based strategy game

wesnoth-utbs recommends no packages.

-- no debconf information
628,629c628,629
   # MEDIUM: 1 dwarf steelclad, 2 thundererguard, 3 scouts
   # HARD: 1 dwarf steelclad, 2 thundererguard, 3 pathfinders
---
   # MEDIUM: 1 dwarf steelclad, 2 thunderguard, 3 scouts
   # HARD: 1 dwarf steelclad, 2 thunderguard, 3 pathfinders
639,640c639,640
   {UNIT_ (Dwarvish Thundererguard) (Dwarf Guard) 2 21 34}
   {UNIT_ (Dwarvish Thundererguard) (Dwarf Guard) 2 23 34}
---
   {UNIT_ (Dwarvish Thunderguard) (Dwarf Guard) 2 21 34}
   {UNIT_ (Dwarvish Thunderguard) (Dwarf Guard) 2 23 34}


Bug#345118: gstreamer0.10-plugins-base: Package doesn't install

2005-12-28 Thread Andreas Schmidt
Package: gstreamer0.10-plugins-base
Version: 0.10.0-3
Severity: grave
Justification: renders package unusable

Unpacking gstreamer0.10-plugins-base (from
/gstreamer0.10-plugins-base_0.10.0-3_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/gstreamer0.10-plugins-base_0.10.0-3_i386.deb
(--unpack):
 trying to overwrite `/usr/lib/gstreamer-0.10/libgstadder.so', which is
 also in package gstreamer0.10-misc
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
  /var/cache/apt/archives/gstreamer0.10-plugins-base_0.10.0-3_i386.deb


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-1-k7
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341737: gnome-media: CD-Player merges last 2 tracks

2005-12-02 Thread Andreas Schmidt
Package: gnome-media
Version: 2.10.2-1
Severity: normal


I noticed with several CDs that gnome-cd somehow seems to merge the last
2 tracks. 
For instance, I currently have one CD with 13 tracks playing. Track 12 
has a length of 4:51, track 13 lasts 3:44.
The tracklist shows all 13 titles. I also can select all titles via the
tracklist. However, when sequentially playing all tracks, the player 
seems to recognize only 12 tracks. After track 12 is finished it
continues on to track 13, but the display is not updated appropriately:
it still shows the title of track 12, while the position is shown as 
(x + length of track 12)/(length of track 12). Also, after reaching the
end of track 13, gnome-cd just hangs. 


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-1-k7
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gnome-media depends on:
ii  dbus-1   0.23.4-8simple interprocess messaging syst
ii  gconf2   2.10.1-6GNOME configuration database syste
ii  gstreamer0.8-alsa [gstre 0.8.11-2ALSA plugin for GStreamer
ii  gstreamer0.8-cdparanoia  0.8.11-2cdparanoia plugin for GStreamer
ii  gstreamer0.8-misc0.8.11-2Collection of various GStreamer pl
ii  gstreamer0.8-oss [gstrea 0.8.11-2OSS plugin for GStreamer
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.10.1-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.1-1The Bonobo UI library
ii  libc62.3.5-8.1   GNU C Library: Shared libraries an
ii  libesd0  0.2.36-1Enlightened Sound Daemon - Shared 
ii  libgail-common   1.8.7-1 GNOME Accessibility Implementation
ii  libgail171.8.7-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.10.1-6GNOME configuration database syste
ii  libgcrypt11  1.2.2-1 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.8.4-2 The GLib library of C routines
ii  libgnome-keyring00.4.5-1 GNOME keyring services library
ii  libgnome2-0  2.10.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.10.2-2A powerful object-oriented display
ii  libgnomeui-0 2.10.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.10.1-5The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-14   GNU TLS library - runtime library
ii  libgpg-error01.1-4   library for common error values an
ii  libgstreamer-gconf0.8-0  0.8.11-2GConf support for GStreamer
ii  libgstreamer-plugins0.8- 0.8.11-2Various GStreamer libraries and li
ii  libgstreamer0.8-00.8.11-1Core GStreamer libraries, plugins,
ii  libgtk2.0-0  2.6.10-2The GTK+ graphical user interface 
ii  libhal0  0.4.8-8 Hardware Abstraction Layer - share
ii  libice6  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libnautilus-burn12.10.2-2Nautilus Burn Library - runtime ve
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.2-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.8.2.dfsg.1-11 X Window System Session Management
ii  libtasn1-2   0.2.17-1Manage ASN.1 structures (runtime)
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxml2  2.6.22-2GNOME XML library
ii  xlibs6.8.2.dfsg.1-11 X Window System client libraries m
ii  zlib1g   1:1.2.3-8   compression library - runtime

gnome-media recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#310947: torcs-data-cars: Package doesn't install

2005-05-27 Thread Andreas Schmidt
Package: torcs-data-cars
Version: 1.2.3-2
Severity: important

Unpacking torcs-data-cars (from .../torcs-data-cars_1.2.3-2_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/torcs-data-cars_1.2.3-2_all.deb (--unpack):
 trying to overwrite
 `/usr/share/games/torcs/cars/cg-nascar-rwd/cg-nascar-rwd-lod1.acc',
 which is also in package torcs-data-cars-nascar
 dpkg-deb: subprocess paste killed by signal (Broken pipe)



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-1-k7
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#310946: torcs-data-tracks: Package doesn't install

2005-05-26 Thread Andreas Schmidt
Package: torcs-data-tracks
Version: 1.2.3-2
Severity: important

On trying to install the package, I get this error:

Unpacking torcs-data-tracks (from .../torcs-data-tracks_1.2.3-2_all.deb)
...
dpkg: error processing
/var/cache/apt/archives/torcs-data-tracks_1.2.3-2_all.deb (--unpack):
 trying to overwrite
 `/usr/share/games/torcs/tracks/dirt/mixed-1/background.png', which is
 also in package torcs-data-tracks-dirt
 dpkg-deb: subprocess paste killed by signal (Broken pipe)



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-1-k7
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#302304: hddtemp isn't restarted after update

2005-03-31 Thread Andreas Schmidt
On 2005.03.31 10:37, Aurélien Jarno wrote:
tag 302304 + unreproducible
thanks
Andreas Schmidt a écrit :
Package: hddtemp
Version: 0.3-beta13-3
Severity: normal
After update, the demon should be restarted.
Currenly hddtemp is stopped before the upgrade and restarted just  
after. Wasn't it the case for you? Have you seen any error?
A copy and paste of the upgrade would be nice.

Bye,
Aurelien
Hmmm, that's really weird. Yesterday I updated to 0.3-beta13-1. Got one  
message, then it went silent. Before updating to 0.3-beta13-3 this  
morning, I checked and hddtemp wasn't running. I restarted the service,  
then about an hour later I was done with today's updating session with  
synaptic. Checked again, and hddtemp wasn't running.
Then I removed hddtemp, reinstalled 0.3-beta13-1 and updated to today's  
version again. This time, everything went right: service was stopped,  
new version installed, service restarted. So I guess you're right after  
all. Really, I don't know what happened here, can't reproduce it any  
more.

Best regards,
Andreas


Bug#302304: hddtemp isn't restarted after update

2005-03-31 Thread Andreas Schmidt
On 2005.03.31 10:37, Aurélien Jarno wrote:
tag 302304 + unreproducible
thanks
Andreas Schmidt a écrit :
Package: hddtemp
Version: 0.3-beta13-3
Severity: normal
After update, the demon should be restarted.
Currenly hddtemp is stopped before the upgrade and restarted just  
after.
Wasn't it the case for you? Have you seen any error?
A copy and paste of the upgrade would be nice.

Bye,
Aurelien
Hmmm, that's really weird. Yesterday I updated to 0.3-beta13-1. Got one
message, then it went silent. Before updating to 0.3-beta13-3 this  
morning, I
checked and hddtemp wasn't running. I restarted the service, then about  
an
hour later I was done with today's updating session with synaptic.  
Checked
again, and hddtemp wasn't running.
Then I removed hddtemp, reinstalled 0.3-beta13-1 and updated to today's
version again. This time, everything went right: service was stopped,  
new
version installed, service restarted. So I guess you're right after  
all.
Really, I don't know what happened here, can't reproduce it any more.

Best regards,
Andreas


Bug#302304: hddtemp isn't restarted after update

2005-03-30 Thread Andreas Schmidt
Package: hddtemp
Version: 0.3-beta13-3
Severity: normal

After update, the demon should be restarted.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-k7
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages hddtemp depends on:
ii  debconf [debconf-2.0]   1.4.47   Debian configuration management sy
ii  grep2.5.1.ds1-4  GNU grep, egrep and fgrep
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  sed 4.1.4-2  The GNU sed stream editor

-- debconf information:
* hddtemp/SUID_bit: false
* hddtemp/interface: 127.0.0.1
* hddtemp/syslog: 3600
* hddtemp/daemon: true
* hddtemp/port: 7634


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#293766: gaim: Delayed detection of disconnect

2005-02-05 Thread Andreas Schmidt
Package: gaim
Version: 1:1.1.2-3
Severity: minor

Gaim doesn't detect disconnection immediately. Today, after my
ppp-connection was killed and re-established, it took gaim a bit over 20
minutes until it popped up the reconnect-dialogue. It certainly would be
nice if that delay wasn't so long. 


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-k7
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gaim depends on:
ii  gaim-data1:1.1.2-3   multi-protocol instant messaging c
ii  libao2   0.8.5-1 Cross Platform Audio Output Librar
ii  libaspell15  0.50.5-5The GNU Aspell spell-checker runti
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcrypt11  1.2.0-11LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnutls11  1.0.16-13   GNU TLS library - runtime library
ii  libgtk2.0-0  2.6.1-2 The GTK+ graphical user interface 
ii  libgtkspell0 2.0.8-1 a spell-checking addon for GTK's T
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#293549: gaim: Duplicate contact that cannot be bremoved

2005-02-04 Thread Andreas Schmidt
Package: gaim
Version: 1:1.1.2-3
Severity: normal

In my Buddy list for Jabber, I somehow ended up with two apparently
identical entries. The info shown when hovering over the entries with
the mouse cursor is the same ([EMAIL PROTECTED], Account:, Subscription,
Status). However, for one of these entries the icon that is shown is 
always that for Offline, even though the Status shown when hovering
over it is Available.

The entries link to the same contact, obviously, as double-clicking one
entry re-uses the message window opened by double-clicking the other
one. What really nags me, though, is that I just cannot delete the
Offline-entry. As soon as I delete it, it just reappears.



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-k7
Locale: LANG=en_US.ISO-8859-1, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gaim depends on:
ii  gaim-data1:1.1.2-3   multi-protocol instant messaging c
ii  libao2   0.8.5-1 Cross Platform Audio Output Librar
ii  libaspell15  0.50.5-5The GNU Aspell spell-checker runti
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcrypt11  1.2.0-11LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnutls11  1.0.16-13   GNU TLS library - runtime library
ii  libgtk2.0-0  2.6.1-2 The GTK+ graphical user interface 
ii  libgtkspell0 2.0.8-1 a spell-checking addon for GTK's T
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libpango1.0-01.8.0-3 Layout and rendering of internatio
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]