Bug#1012293: O: jabber-querybot -- You can easy write bots and use it over the jabber network.

2022-06-02 Thread Marco Balmer
Package: jabber-querybot
Version: 0.1.0-1.1
Severity: normal
Tags: a11y upstream

I am orphaning this package in Debian because I believe, I will no
longer have the time to give the packages the attention they deserve.

It's been great being part of Debian and I still remain an enthusiastic user.

The description reads:

You can easy write bots and use it over the jabber network.

jabber-querybot connects a jabber account and wait for messages. If a message
comes in, it forward it to your self programmend modul. The return string of
your module, jabber-querybot send it back to the jabber sender.

It is designed to be re-usable and to make it easy to write small
Jabber bots that do one thing and do it well. A simple concept with a
lot of examples and experiences are implemented.

The sourcecode of the package is currently located here:
https://gitlab.com/micressor/jabber-querybot



Bug#992856: Side effect of systemd

2022-02-24 Thread Marco Balmer
Hello,

My current workaround is:

/etc/profile.d/fix-pulseaudio.sh:

if ! pidof pulseaudio >/dev/null;
then
  echo workaround pulseaudio started
  pulseaudio --start &
fi

On which systemd version (package) is this fixed from your point of
view?

Marco

$ dpkg -l pulseaudio systemd
ii  pulseaudio 14.2-2   amd64PulseAudio sound server
ii  systemd247.3-6  amd64system and service manager

On Sun, 28 Nov 2021 11:58:07 +0100 Pierre-Yves Luyten 
wrote:
> Hello,
> 
> sorry i missed your previous question.
> 
> I was fixing an issue where login is very long on my system, and 
> ameneded nftables.
> 
> iif lo tcp dport { 9050, 9150 } log prefix SYSTEMD-BUG- reject
> 
> 
> And actually fixing this issue also makes pulse audio start normally 
> now. So, sorry it was a side effect.
> 
> Pierre-Yves



Bug#992856: Missing /run/pulseaudio-enable-autospawn

2021-09-17 Thread Marco Balmer
# ls -l /etc/pulse/client.conf.d/01-enable-autospawn.conf
lrwxrwxrwx 1 root root 32 26. Feb 2021  /etc/pulse/client.conf.d/01-
enable-autospawn.conf -> /run/pulseaudio-enable-autospawn
# ls -l /run/pulseaudio-enable-autospawn
ls: cannot access '/run/pulseaudio-enable-autospawn': No such file or
directory

Could this be the cause of the problem?

Thanks,
Marco



Bug#992856: pulseaudio: Pulseaudio does not automatically start on newer kernel

2021-09-16 Thread Marco Balmer
Package: pulseaudio
Version: 14.2-2
Followup-For: Bug #992856

I confirm this bug.

After starting pulseaudio manually
$ pulseaudio --start
audio is working.

How can I workarround this problem?

-- Package-specific info:
File '/etc/default/pulseaudio' does not exist


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

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

Versions of packages pulseaudio depends on:
ii  adduser  3.118
ii  init-system-helpers  1.60
ii  libasound2   1.2.4-1.1
ii  libasound2-plugins   1.2.2-2
ii  libc62.31-13
ii  libcap2  1:2.44-1
ii  libdbus-1-3  1.12.20-2
ii  libgcc-s110.2.1-6
ii  libice6  2:1.0.10-1
ii  libltdl7 2.4.6-15
ii  liborc-0.4-0 1:0.4.32-1
ii  libpulse014.2-2
ii  libsm6   2:1.2.3-1
ii  libsndfile1  1.0.31-2
ii  libsoxr0 0.1.3-4
ii  libspeexdsp1 1.2~rc1.2-1.1
ii  libstdc++6   10.2.1-6
ii  libsystemd0  247.3-6
ii  libtdb1  1.4.3-1+b1
ii  libudev1 247.3-6
ii  libwebrtc-audio-processing1  0.3-1+b1
ii  libx11-6 2:1.7.2-1
ii  libx11-xcb1  2:1.7.2-1
ii  libxcb1  1.14-3
ii  libxtst6 2:1.2.3-1
ii  lsb-base 11.1.0
ii  pulseaudio-utils 14.2-2

Versions of packages pulseaudio recommends:
ii  dbus-user-session1.12.20-2
ii  libpam-systemd [logind]  247.3-6
ii  rtkit0.13-4

Versions of packages pulseaudio suggests:
pn  paprefs  
pn  pavucontrol  
pn  pavumeter
ii  udev 247.3-6

-- no debconf information
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see .

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; default-sink =
; default-source =
; default-server =
; default-dbus-server =

; autospawn = yes
; daemon-binary = /usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB

; auto-connect-localhost = no
; auto-connect-display = no
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see .

## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
; local-server-type = user
; enable-shm = yes
; enable-memfd = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB
; lock-memory = no
; cpu-limit = no

; high-priority = yes
; nice-level = -11

; realtime-scheduling = yes
; realtime-priority = 5

; exit-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; load-default-script-file = yes
; default-script-file = /etc/pulse/default.pa

; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0

; resample-method = speex-float-1
; 

Bug#943515: linux-image-5.2.0-3-amd64: Cannot resume from suspend on a t460s

2021-02-19 Thread Marco Balmer
Source: linux
Followup-For: Bug #943515

Hi,

> If I disable the security chip or set it to Discrete TPM, the issue 
> disappears.

I confirm this workaround on a t460s.

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

Kernel: Linux 5.10.0-0.bpo.3-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_CH:de (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#940858: mailman3: `mailman create` as root creates directory with wrong owner

2020-07-30 Thread Marco Balmer
Confirm this bug on Debian 10 with mailman 3.2.1-1.
Thanks, Marco



Bug#858538: RFS: fadecut/0.2.1-1

2017-11-29 Thread Marco Balmer
Dear mentors,

I am still looking for a sponsor for my package "fadecut"

* Package name: fadecut
  Version : 0.2.1-1
  Upstream Author : Martin Gafner, Marco Balmer
* URL : https://github.com/fadecut/fadecut
* License : GPL-3.0
  Section : sound

It builds those binary packages:

  fadecut - toolset to rip audiostreams, cut, fade in/out and tag

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

  https://mentors.debian.net/package/fadecut
  https://github.com/fadecut/fadecut/tree/debian

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

dget -x 
https://mentors.debian.net/debian/pool/main/f/fadecut/fadecut_0.2.1-1.dsc

Changes since the last upload:

fadecut (0.2.1-1) unstable; urgency=low

  * New 0.2.1 upstream release
  * Standards bumped to 4.1.1
  * Add pandoc to build-depends
  * Add opus-tools to depends
  * Add gzip to build-depends
  * Add mediainfo to depends and build-depends
  * Change watch-file url
  * Replace with new Vcs-Git to github url
  * Integrate changes from NMU two years ago (to be consistend d/changelog)
  * Bump compat level 10 and debhelper >=10

Thank you in advance,
Marco Balmer


signature.asc
Description: PGP signature


Bug#858538: fadecut package review

2017-06-29 Thread Marco Balmer
Hi Anton,

I have ready the fadecut package for upload after stretch release.

May you have again a look into it:
 
dget -x 
https://mentors.debian.net/debian/pool/main/f/fadecut/fadecut_0.2.0-1.dsc

Thank you for feedback,
Marco

On Sat, Apr 29, 2017 at 12:17:50PM +0200, Dominique Dumont wrote:
> On Friday, 28 April 2017 22:13:38 CEST Anton Gladky wrote:
> > I do not understand, what you mean with "killed my orbis-tools|lame rule".
> > As far as I see, dependencies were just aligned.
> Marco meant that running "cme fix dpkg" removes "vorbis-tools|lame"  from the 
> Dependency list of fadecut.
> This is a bug in libconfig-model-dpkg-perl which is being fixed. 
> All the best


signature.asc
Description: Digital signature


Bug#861061: libconfig-model-dpkg-perl: cme fix dpkg kill rules like package1|package2

2017-04-24 Thread Marco Balmer
Package: libconfig-model-dpkg-perl
Version: 2.090 0
Severity: normal

Dear Maintainer,

cme fix dpkg has killed my package1|package2 rule.

Have a look here [1].

Thanks,
Marco

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858538#37



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

Kernel: Linux 4.7.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#858538: fadecut package review

2017-04-22 Thread Marco Balmer
Hi Anton,

Thank you for your reply.

On Wed, Apr 12, 2017 at 09:29:19PM +0200, Anton Gladky wrote:
> there are a couple of minor notes regarding your package:
> 
> 1) integrate changes from NMU two years ago [1] (to be consistent d/changelog)
> 2) Try to use compat level 10 and debhelper >=10.
> 3) Use "cme fix dpkg" over your package to fix minor issues
I am done with all this steps [1].

cme fix dpkg [2] has
* killed my vorbis-tools|lame rule
* removed Depends bash (>=3.2-4)
But fadecut needs bash. Is that ok?

Thanks for help,
Marco

[1] https://mentors.debian.net/debian/pool/main/f/fadecut/fadecut_0.2.0-1.dsc

[2] 
https://github.com/fadecut/fadecut/commit/f58c7a2086743e5a63fa1ed1298895fbec652af8#diff-d837a1c17de0268bcea321239ddbed47L13


signature.asc
Description: Digital signature


Bug#824766: armory: New home for armory and new upstream release

2017-03-29 Thread Marco Balmer
The issue [1] on github seems to be closed and armory has signed git
tags now [1].

[1] https://github.com/goatpig/BitcoinArmory/issues/40
[2] 
https://github.com/goatpig/BitcoinArmory/releases/download/v0.95.1/sha256sum.asc

I think you could go on here - Correct?

Marco


signature.asc
Description: Digital signature


Bug#858538: RFS: fadecut/0.2.0-1

2017-03-28 Thread Marco Balmer
Dear Sean,

Thanks for reply.

On Mon, Mar 27, 2017 at 07:12:33PM -0700, Sean Whitton wrote:
> On Thu, Mar 23, 2017 at 09:47:44AM +0100, Marco Balmer wrote:
> > Changes since the last upload:
> > fadecut (0.2.0-1) unstable; urgency=low
> > [...]
> These changes are not appropriate during the current freeze.
> If you want to upload this as-is, you will need to target experimental.

Is the package quality from your view ok?
So it can wait from my point of view, until the freeze is over.

--
Marco Balmer


signature.asc
Description: Digital signature


Bug#858538: RFS: fadecut/0.2.0-1

2017-03-23 Thread Marco Balmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "fadecut"

* Package name: fadecut
  Version : 0.2.0-1
  Upstream Author : Martin Gafner, Marco Balmer
* URL : https://github.com/fadecut/fadecut
* License : GPL-3.0
  Section : sound

It builds those binary packages:

  fadecut - toolset to rip audiostreams, cut, fade in/out and tag

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

  https://mentors.debian.net/package/fadecut
  https://github.com/fadecut/fadecut/tree/debian

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

dget -x
https://mentors.debian.net/debian/pool/main/f/fadecut/fadecut_0.2.0-1.dsc

Changes since the last upload:

fadecut (0.2.0-1) unstable; urgency=low

  * New 0.2.0 upstream release
  * Standards bumped to 3.9.8
  * Add pandoc to build-depends
  * Add opus-tools to depends
  * Add gzip to build-depends
  * Add mediainfo to depends and build-depends
  * Change watch-file url
  * Replace with new Vcs-Git to github url

Thank you in advance,
Marco Balmer

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJY04ulAAoJECWTbxPp/5knUPsQAJV2Rng/aH7ZkuX93cAkxBiM
t00rnfjXSic7N3CRzBhe/20ye1Mpf6a8fDHz/HzZOTunUrYVW3KX0VXHdihS7y6m
sg0H+Mj/jWQYTvAKLK4q1sSLQ8gfEhr9xHW5HT2XrSfsFTdYpDsmu4rZxFTrEoKQ
Tg4RSwRL7jVVDfgVlRpd+WVY1UrPO8H10GCuRy8sxXTMBKlpgySSWAEup5jYJ7hu
EeuXn1a0n8kCIa1FlXgslX69n0KZAAb85OQxNXi7JQG1II0qjDfcF/xzU2RNBUTP
e4BDhgVshQnHYwyABmtvpgQy39uqNhoL3912N0QcScJYEwTqUyawzBYf6scqdJWs
lP92c1Mhs+uuzDf0Vqd0P/0aTskpLiN5hcfZ98A+N/CsPWEX2e5fn8JFXrfD967J
eKV4Gc1VISunB2N/PLrvLMOGTiE2TeKHxA/5ooZMuSxWWMQ2R6vTAY5dfvvGxEHA
fOa6n7WhX6HYts5jJKdQT7vlqGq/EaQMZjOEwXstjJg1pRzrrzFtaqM9SLduLcKN
mPe8E0Z89wHxu0tDdngIJJ5XaC/XLRfq2jM/J1ztEJx7+nPEldTHPC1/eD9kwQhP
U3lBxHKF7zIkQvF7GTnsQHNJtnqi0AErf358j+qA6mpSRQeRr38M84XYI5lH7k62
ucJp/e2KTwo+WqVjwn2i
=IWnX
-END PGP SIGNATURE-



Bug#849562: RFA: couriergrey -- Mail filter interface of Courier-MTA to support greylisting

2016-12-28 Thread Marco Balmer
Package: wnpp
Severity: normal

I am no longer able to maintain this package. Because I do no longer use 
couriergrey for myself. Things to do:

1. There is a new upstream source link, that should be updated in the package:
   https://github.com/mawis/couriergrey

2. You may have a look here:
   https://tracker.debian.org/pkg/couriergrey
   https://github.com/micressor/couriergrey/tree/debian

If you have a question, feel free to contact me,
Marco

-- 
Marco Balmer
gpg fingerprint: 7AF1 9DF0 2CF9 FCB1 B7B9  6FB8 2593 6F13 E9FF 9927



Bug#722322: mutt hangs occassionally while fetching (big) message via IMAP

2016-12-21 Thread Marco Balmer
Hi Antonio,

On Fri, Sep 09, 2016 at 11:16:26AM +, Antonio Radici wrote:
> Can you try it against 1.7.0-2?

Now I was able to test it: I confirm, that it still happens (NeoMutt
20161126 1.7.1), but as you said, I am able to interrupt with the syscall 
Ctrl-C.

Thanks, Marco



Bug#842207: mutt: Cannot decrypt PGP/GPG mails when logged in with ssh

2016-12-21 Thread Marco Balmer
I am not sure. But I maybe have a similar issue with mutt in a docker 
container.


Try to open an encrypted e-mail:
mutt -d 9
[...]
[2016-12-21 19:05:17] ../../commands.c:117: mutt_mktemp returns 
"/tmp/mutt-e1b91d2812e7-1000-82-14946964291865888962".

[2016-12-21 19:05:17] Entering pgp_encrypted handler
[2016-12-21 19:05:17] ../../crypt-gpgme.c:2599: mutt_mktemp returns 
"/tmp/mutt-e1b91d2812e7-1000-82-662739373908590924".

[2016-12-21 19:05:18] Could not decrypt PGP message
[2016-12-21 19:05:20] Leaving pgp_encrypted handler
[2016-12-21 19:05:20] Failed on attachment of type multipart/encrypted.
[2016-12-21 19:05:20] Bailing on attachment of type multipart/encrypted.
[2016-12-21 19:05:20] Could not copy message

Try to encrypt and send an e-mail:
mutt -d 9
[...]
[2016-12-21 19:09:16] ../../crypt-gpgme.c:441: mutt_mktemp returns 
"/tmp/mutt-e1b91d2812e7-1000-82-7616957182402111246".

[2016-12-21 19:09:16] error encrypting data: Permission denied


[1] https://github.com/micressor/dockerfiles/blob/master/mutt/Dockerfile
[2] NeoMutt 20161126 (1.7.1)

Thanks, Marco



Bug#722322: mutt hangs occassionally while fetching (big) message via IMAP

2016-09-07 Thread Marco Balmer
Hi,

>Hi,
>is this still the case? I believe this got fixed a while ago, if it's not the
>case let us know!
For me it is still case in mutt version 1.5.23-3.

Thanks,
Marco



Bug#722322: mutt hangs occassionally while fetching (big) message via IMAP

2015-12-02 Thread Marco Balmer
Dear Antonio,

On Tue, Dec 01, 2015 at 03:07:10PM +, Antonio Radici wrote:
> On Tue, Dec 01, 2015 at 02:31:41PM +0100, Marco Balmer wrote:
> > Hi,
> > 
> > I can confirm exactly described behaviour in my mutt environment.
> > 
> > $ dpkg -l mutt
> > ii  mutt   1.5.23-3 amd64
> > 
> > $ mutt -d 5
> > [2015-12-01 14:03:00] 5< a0064 OK Fetch completed.
> > [2015-12-01 14:03:00] IMAP queue drained
> > [2015-12-01 14:03:00] WEED is Not
> > [2015-12-01 14:03:00] WEED is Not
> > [2015-12-01 14:03:00] WEED is Not
> > [2015-12-01 14:03:00] WEED is Not
> > [2015-12-01 14:03:00] WEED is Not
> > [2015-12-01 14:03:00] WEED is Not
> > [2015-12-01 14:03:00] WEED is Not
> > [2015-12-01 14:03:00] WEED is Not
> > [2015-12-01 14:03:00] IMAP queue drained
> > >>>>>> HERE IT HANGS <<<<<
> 
> can we get a stacktrace through gdb?

$ apt-get install mutt-dbg
$ gdb mutt
>>>>> IT OCURES <<<<<
CTRL-C

Hole Nachricht... 0K/2.3K (0%)  
Program received signal SIGINT, Interrupt.
0x75d03e9d in __libc_recv (fd=4, buf=0xd2df80, n=5, flags=-1)
at ../sysdeps/unix/sysv/linux/x86_64/recv.c:29
29  ../sysdeps/unix/sysv/linux/x86_64/recv.c: Datei oder Verzeichnis nicht 
gefunden.
(gdb) bt
#0  0x75d03e9d in __libc_recv (fd=4, buf=0xd2df80, n=5, flags=-1)
at ../sysdeps/unix/sysv/linux/x86_64/recv.c:29
#1  0x76d35d16 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28
#2  0x76d3091d in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28
#3  0x76d32248 in _gnutls_recv_int ()
   from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28
#4  0x76d32754 in gnutls_record_recv ()
   from /usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28
#5  0x00495cef in tls_socket_read (conn=, 
buf=0x822dc0 "p-50Click http://www.xx.de/sq_mi/public/alert/news/Delete.action?key=164-167-238-2-177-31-150-38-161-41-192-153-227-83-63-11-95-64-162-113-50-116-33-19-167-178-215-232-104;...,
 len=1024)
at ../mutt_ssl_gnutls.c:112
#6  0x00497f27 in mutt_sasl_conn_read (conn=0x822c30, 
buf=0x822dc0 "p-50Click http://www.xx.de/sq_mi/public/alert/news/Delete.action?key=164-167-238-2-177-31-150-38-161-41-192-153-227-83-63-11-95-64-162-113-50-116-33-19-167-178-215-232-104;...,
 len=1024)
at ../mutt_sasl.c:553
#7  0x00495185 in mutt_socket_readchar (conn=conn@entry=0x822c30, 
c=c@entry=0x7fffcd47 "") at ../mutt_socket.c:172
#8  0x004952cd in mutt_socket_readln_d (
buf=0xcdb580 "a0791 OK Fetch completed.", buflen=512, conn=0x822c30, 
dbg=dbg@entry=2) at ../mutt_socket.c:202
#9  0x0049d139 in imap_cmd_step (idata=idata@entry=0x823210)
at ../../imap/command.c:112
#10 0x0049e4b8 in imap_exec (idata=idata@entry=0x823210, 
cmdstr=cmdstr@entry=0x4c3fdb "NOOP", flags=flags@entry=0)
at ../../imap/command.c:244
#11 0x004a0810 in imap_check_mailbox (ctx=ctx@entry=0xd150e0, 
index_hint=index_hint@entry=0x7fffce64, force=force@entry=0)
at ../../imap/imap.c:1420
#12 0x00447575 in mx_check_mailbox (ctx=0xd150e0, 
index_hint=0x7fffce64, lock=) at ../mx.c:1443
#13 0x00420370 in mutt_index_menu () at ../curs_main.c:491
#14 0x0040897d in main (argc=1, argv=) at ../main.c:1056
(gdb)

Special in this part, the e-mail was only 3KiB. But I think it is the same case.
I can reproduce it every time.
Let me know, if necessary, how I can help.

Thanks,
Marco


signature.asc
Description: GnuPG/PGP Signature


Bug#722322: mutt hangs occassionally while fetching (big) message via IMAP

2015-12-02 Thread Marco Balmer
On Wed, Dec 02, 2015 at 01:26:34PM +, Antonio Radici wrote:
> Can you reproduce always with the same mail? Or do you need a big mailbox to
> reproduce it? does it always happen at the same email?
Reproduce in my case means, that I can wait some hours and an e-mail will
reproduce the behaviour. 
I think it does not need a big mailbox to reproduce it.
It happens on different kind of e-mails.
I will observe this better next days.
Marco


signature.asc
Description: GnuPG/PGP Signature


Bug#722322: mutt hangs occassionally while fetching (big) message via IMAP

2015-12-01 Thread Marco Balmer
Hi,

I can confirm exactly described behaviour in my mutt environment.

$ dpkg -l mutt
ii  mutt   1.5.23-3 amd64

$ mutt -d 5
[2015-12-01 14:03:00] 5< a0064 OK Fetch completed.
[2015-12-01 14:03:00] IMAP queue drained
[2015-12-01 14:03:00] WEED is Not
[2015-12-01 14:03:00] WEED is Not
[2015-12-01 14:03:00] WEED is Not
[2015-12-01 14:03:00] WEED is Not
[2015-12-01 14:03:00] WEED is Not
[2015-12-01 14:03:00] WEED is Not
[2015-12-01 14:03:00] WEED is Not
[2015-12-01 14:03:00] WEED is Not
[2015-12-01 14:03:00] IMAP queue drained
>> HERE IT HANGS <

Hope this helps,
Marco


signature.asc
Description: GnuPG/PGP Signature


Bug#762012: fadecut upload

2015-02-11 Thread Marco Balmer
Dear Anton,

On Thu, Feb 05, 2015 at 08:19:53AM +0100, Anton Gladky wrote:
 Hi,
 sure I can.

Thanks a lot. Do you need anything? The package is there:
  https://mentors.debian.net/package/fadecut

Cu, Marco


pgp-signature.asc
Description: GnuPG/PGP Signature


Bug#762012: fadecut package has been removed from Mentors

2015-02-04 Thread Marco Balmer
Hi,

I've uploaded again to mentors.debian.net.

Anton: Maybe you can do that again for me?

Thanks,
Marco

On Thu, Feb 05, 2015 at 12:30:14AM +, mentors.debian.net wrote:
 Your package fadecut all versions has been removed from mentors.debian.net 
 for the following reason:
 
 Your package found no sponsor for 20 weeks
 
 Thanks,
 
 -- 
 mentors.debian.net


pgp-signature.asc
Description: GnuPG/PGP Signature


Bug#762012: RFS: fadecut/0.1.4-1

2014-09-17 Thread Marco Balmer
Package: sponsorship-requests
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear mentors,

I am looking for a sponsor for my package fadecut

* Package name: fadecut
  Version : 0.1.4-1
  Upstream Author : Marco Balmer, Martin Gafner
* URL : https://github.com/micressor/fadecut
* License : GPL
  Section : sound

It builds those binary packages:

  fadecut - toolset to rip audiostreams, cut, fade in/out and tag the resulti

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

  http://mentors.debian.net/package/fadecut


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

  dget -x 
http://mentors.debian.net/debian/pool/main/f/fadecut/fadecut_0.1.4-1.dsc

More information about fadecut can be obtained from
https://github.com/micressor/fadecut/blob/master/README

Changes since the last upload:

fadecut (0.1.4-1) unstable; urgency=low 

  * New 0.1.4 upstream release  
  * Closes pull request #5 at github.com
  * Standards bumped to 3.9.5   
  * Fix lintian warnings in debian/copyright

 -- Marco Balmer ma...@balmer.name  Wed, 17 Sep 2014 12:11:46 +0200


Regards,
  Marco Balmer

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

iQIcBAEBCAAGBQJUGc/ZAAoJECWTbxPp/5kn9foP+QEm90rObwjF8JdPXcvP4EFn
dieyHH+DrExARexiJKrLxf4PG6tacK5lSFdM5pz976RXUnRE3PWDY8jsceRLA8Qj
qUa0qOjGknJ24C26C8bU4yRjrfhr+Exu1aoS48onuoG7+rowgyFwixa83y1uJVk3
LbPgDnEPt4xsJe4a8TIajcU4YcQa9MAYQ6LI7aFWOyjzbol5elJo91+0KNlwpbkD
7eN5F65lSykogq5gObv41YV1T5wZdI9/1OeNsgwX9mBRm5Z+puUJgpCLAziLm2DG
rDwlIfbkma87Sd6MG+TRmxPD3IsjJi6keauaaeDnMXvMlmGkP/6XL8NfQQfVV2Gz
L2RnRjK5QTZHvuBCABv9+1fklNXD12SGLPs0rrgc0Uh+hwREz8mpj0UrDYDOgOUJ
19XBQ3lMRpFmzZGI++eePO/5Jq1VL2t2WWAxnAuMJeYF1lHgmob3pesbT1dHSNfe
8ICqnUTV61/aBPdcJiW/8uLlsiqs3g67z89EQgn4QCy3/NXszHfScID2P6OmRjf0
ZPKjcqTxb6TzzS0uySkFI72FR6UVkjVr+mckSqZhxva8RNweGoF9zWtqL8IcXeoY
tsJB81DmM9sBzCUysSyiK36rkK32vX/DOchCvJKFnNLawG7XeP51Myi/7+vuPrUC
OFrnpZMaKXttXt3ZfNUQ
=eXvn
-END PGP SIGNATURE-


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



Bug#746545: gdm3 3.8.4-9 still affected

2014-06-08 Thread Marco Balmer
Hi Laurent,

2014-06-07 20:21 GMT+02:00 Laurent Bigonville bi...@debian.org:
 Can you give me the version of the policykit-1 package you have
 installed on your machine and the output of the loginctl show-session
 1 command (1 being the session number shown by loginctl command)

Sure!

$ dpkg -l  policykit-1 gdm3
ii  gdm3   3.8.4-9  amd64Next generation GNOME Display Man
ii  policykit-10.105-5  amd64framework for managing administra

$ loginctl show-session 1
Id=1
Timestamp=Son 2014-06-08 13:00:27 CEST
TimestampMonotonic=19219565
DefaultControlGroup=systemd:/user/1000.user/1.session
VTNr=7
Display=:0
Remote=no
Service=gdm3-autologin
Leader=3481
Audit=1
Type=x11
Class=user
Active=yes
State=active
KillProcesses=no
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
Name=maba

Thanks a lot to you! Marco


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



Bug#746545: gdm3 3.8.4-9 still affected

2014-06-06 Thread Marco Balmer
Dear Laurent,

2014-06-06 8:30 GMT+02:00 Laurent Bigonville bi...@debian.org:
 Could you check if you have an existing logind session (loginctl
 command)?

Yes, there is one:

maba@t510:~$ loginctl
   SESSIONUID USER SEAT
 1   1000 maba seat0

1 sessions listed.

Thanks a lot. Marco


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



Bug#746545: gdm3 3.8.4-9 still affected

2014-06-05 Thread Marco Balmer
Dear Maintainer,

I have here two debian testing systems and an installed gdm3=3.8.4-9
from unstable.
I still can't shutdown the system by gnome gui. How can I help to debug?

Thanks a lot Marco


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



Bug#736141: Support for Aladdins 72kb eToken

2014-01-22 Thread Marco Balmer
Dear Ludovic

On Wed, Jan 22, 2014 at 02:24:47PM +0100, Ludovic Rousseau wrote:
 I can't find any error in this log.
 Your token is working correctly.
 Why have you filed a bug?

I can confirm now, that pcscd/libccid works correctly with my token.

My testing before I opened the bug was not sufficient. Thanks a lot for your
understanding.

Marco


signature.asc
Description: GnuPG/PGP Signature


Bug#736141: Support for Aladdins 72kb eToken

2014-01-21 Thread Marco Balmer
Dear Ludovic

On Tue, Jan 21, 2014 at 06:31:52PM +0100, Ludovic Rousseau wrote:
 According to 
 http://pcsclite.alioth.debian.org/ccid/unsupported.html#0x05290x0620 the 
 device should work but is unsupported (bogus).
 Since you did not use the reportbug tool to report the bug I don't know what 
 version of libccid you are using.

Oops! From now on I will use reportbug tool.

 Please follow http://pcsclite.alioth.debian.org/ccid.html#support

Here are the requested infos:

ii  libccid  1.4.14-1
ii  libpcsclite-dev  1.8.10-1i386
ii  libpcsclite1:i3861.8.10-1i386
ii  pcscd1.8.10-1i386

# /usr/sbin/pcscd --version
pcsc-lite version 1.8.10.
Copyright (C) 1999-2002 by David Corcoran corco...@linuxnet.com.
Copyright (C) 2001-2011 by Ludovic Rousseau ludovic.rouss...@free.fr.
Copyright (C) 2003-2004 by Damien Sauveron sauve...@labri.fr.
Report bugs to mus...@lists.musclecard.com.
Enabled features: Linux i486-pc-linux-gnu serial usb libudev 
usbdropdir=/usr/lib/pcsc/drivers ipcdir=/var/run/pcscd 
configdir=/etc/reader.conf.d

The Aladdins 72kb eToken is a standard usb token.

# uname -a
Linux t510 3.12-1-686-pae #1 SMP Debian 3.12.6-2 (2013-12-29) i686 GNU/Linux
running under testing dist.

Attached is an output of
sudo LIBCCID_ifdLogLevel=0x000F pcscd --foreground --debug --apdu

Thanks
Marco
 debuglog.c:269:DebugLogSetLevel() debug level=debug
0038 debuglog.c:298:DebugLogSetCategory() Debug options: APDU
0158 configfile.l:254:DBGetReaderListDir() Parsing conf directory: 
/etc/reader.conf.d
0024 configfile.l:307:DBGetReaderList() Parsing conf file: 
/etc/reader.conf.d/libccidtwin
0058 configfile.l:307:DBGetReaderList() Parsing conf file: 
/etc/reader.conf.d/openct
0039 configfile.l:266:DBGetReaderListDir() Skipping non regular file: ..
0007 configfile.l:266:DBGetReaderListDir() Skipping non regular file: .
0013 pcscdaemon.c:545:main() pcsc-lite 1.8.10 daemon ready.
2969 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0002, path: /dev/bus/usb/001/001
0123 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0002, path: /dev/bus/usb/001/001
0118 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x8087, PID: 0x0020, path: /dev/bus/usb/001/002
0111 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x0529, PID: 0x0620, path: /dev/bus/usb/001/007
0027 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x0529, PID: 0x0620, path: /dev/bus/usb/001/007
0006 hotplug_libudev.c:321:HPAddDevice() Adding USB device: AKS ifdh
0048 readerfactory.c:989:RFInitializeReader() Attempting startup of AKS 
ifdh [Main Interface] 00 00 using 
/usr/lib/pcsc/drivers/aks-ifdh.bundle/Contents/Linux/libAksIfdh.so
0790 readerfactory.c:874:RFBindFunctions() Loading IFD Handler 3.0
0531 readerfactory.c:327:RFAddReader() Using the pcscd polling thread
0205 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x8087, PID: 0x0020, path: /dev/bus/usb/001/002
0176 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x046D, PID: 0xC521, path: /dev/bus/usb/001/003
0115 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x046D, PID: 0xC521, path: /dev/bus/usb/001/003
0109 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x8087, PID: 0x0020, path: /dev/bus/usb/001/002
0112 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x147E, PID: 0x2016, path: /dev/bus/usb/001/004
0107 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x8087, PID: 0x0020, path: /dev/bus/usb/001/002
0113 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x0A5C, PID: 0x217F, path: /dev/bus/usb/001/005
0143 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x0A5C, PID: 0x217F, path: /dev/bus/usb/001/005
0116 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x0A5C, PID: 0x217F, path: /dev/bus/usb/001/005
0127 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x0A5C, PID: 0x217F, path: /dev/bus/usb/001/005
0127 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x8087, PID: 0x0020, path: /dev/bus/usb/001/002
0120 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x17EF, PID: 0x480F, path: /dev/bus/usb/001/006
0129 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x17EF, PID: 0x480F, path: /dev/bus/usb/001/006
0139 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x8087, PID: 0x0020, path: /dev/bus/usb/001/002
0163 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0002, path: /dev/bus/usb/002/001
0107 hotplug_libudev.c:269:get_driver() Looking for a driver for VID: 
0x1D6B, PID: 0x0002, path: /dev/bus/usb/002/001
0162 

Bug#736141: Support for Aladdins 72kb eToken

2014-01-19 Thread Marco Balmer
Package: libccid
Severity: normal

Hi!

I'd like to use Aladdin's eToken 72k Java on linux. Attached is an output
of ./src/parse and parse -p.

How can I help you to implement this?

Thanks a lot! Marco
Parsing USB bus/device: 05C6:9205 (bus 2, device 5)
 idVendor:  0x05C6  iManufacturer: Qualcomm Incorporated
 idProduct: 0x9205  iProduct: Qualcomm Gobi 2000
  Found a possibly CCID/ICCD device (bInterfaceClass = 0xFF). Use 
./parse -p
Parsing USB bus/device: 0529:0620 (bus 2, device 9)
 idVendor:  0x0529  iManufacturer: Aladdin
 idProduct: 0x0620  iProduct: Token JC
  Found a CCID/ICCD device at interface 0
Parsing USB bus/device: 8087:0020 (bus 2, device 2)
 idVendor:  0x8087  Can't get iManufacturer string
 idProduct: 0x0020  Can't get iProduct string
  NOT a CCID/ICCD device
Parsing USB bus/device: 1D6B:0002 (bus 2, device 1)
 idVendor:  0x1D6B  iManufacturer: Linux 3.12-1-686-pae ehci_hcd
 idProduct: 0x0002  iProduct: EHCI Host Controller
  NOT a CCID/ICCD device
Parsing USB bus/device: 17EF:480F (bus 1, device 7)
 idVendor:  0x17EF  iManufacturer: Chicony Electronics Co., Ltd.
 idProduct: 0x480F  iProduct: Integrated Camera
  NOT a CCID/ICCD device
Parsing USB bus/device: 0603:00F2 (bus 1, device 8)
 idVendor:  0x0603  iManufacturer: NOVATEK
 idProduct: 0x00F2  iProduct: USB Keyboard
  NOT a CCID/ICCD device
Parsing USB bus/device: 13FD:1840 (bus 1, device 10)
 idVendor:  0x13FD  iManufacturer: Generic 
 idProduct: 0x1840  iProduct: External
  NOT a CCID/ICCD device
Parsing USB bus/device: 17EF:100A (bus 1, device 6)
 idVendor:  0x17EF  Can't get iManufacturer string
 idProduct: 0x100A  Can't get iProduct string
  NOT a CCID/ICCD device
Parsing USB bus/device: 147E:2016 (bus 1, device 4)
 idVendor:  0x147E  iManufacturer: UPEK
 idProduct: 0x2016  iProduct: Biometric Coprocessor
  Found a possibly CCID/ICCD device (bInterfaceClass = 0xFF). Use 
./parse -p
Parsing USB bus/device: 046D:C521 (bus 1, device 3)
 idVendor:  0x046D  iManufacturer: Logitech
 idProduct: 0xC521  iProduct: USB Receiver
  NOT a CCID/ICCD device
Parsing USB bus/device: 8087:0020 (bus 1, device 2)
 idVendor:  0x8087  Can't get iManufacturer string
 idProduct: 0x0020  Can't get iProduct string
  NOT a CCID/ICCD device
Parsing USB bus/device: 1D6B:0002 (bus 1, device 1)
 idVendor:  0x1D6B  iManufacturer: Linux 3.12-1-686-pae ehci_hcd
 idProduct: 0x0002  iProduct: EHCI Host Controller
  NOT a CCID/ICCD device
 idVendor: 0x0529
  iManufacturer: Aladdin
 idProduct: 0x0620
  iProduct: Token JC
 bcdDevice: 1.00 (firmware release?)
 bLength: 9
 bDescriptorType: 4
 bInterfaceNumber: 0
 bAlternateSetting: 0
 bNumEndpoints: 3
  bulk-IN, bulk-OUT and Interrupt-IN
 bInterfaceClass: 0x0B [Chip Card Interface Device Class (CCID)]
 bInterfaceSubClass: 0
 bInterfaceProtocol: 0
  bulk transfer, optional interrupt-IN (CCID)
 iInterface: Main Interface
 CCID Class Descriptor
  bLength: 0x36
  bDescriptorType: 0x21
  bcdCCID: 1.10
  bMaxSlotIndex: 0x00
  bVoltageSupport: 0x07
   5.0V
   3.0V
   1.8V
  dwProtocols: 0x 0x0003
   T=0
   T=1
  dwDefaultClock: 4.000 MHz
  dwMaximumClock: 4.000 MHz
  bNumClockSupported: 0 (will use whatever is returned)
   IFD does not support GET CLOCK FREQUENCIES request: Resource temporarily 
unavailable
  dwDataRate: 10752 bps
  dwMaxDataRate: 10752 bps
  bNumDataRatesSupported: 0 (will use whatever is returned)
   IFD does not support GET_DATA_RATES request: Resource temporarily unavailable
  dwMaxIFSD: 49
  dwSynchProtocols: 0x
  dwMechanical: 0x
   No special characteristics
  dwFeatures: 0x0001023C
   04 Automatic activation of ICC on inserting
   08 Automatic ICC voltage selection
   10 Automatic ICC clock frequency change according to parameters
   20 Automatic baud rate change according to frequency and Fi, Di params
   ..02.. NAD value other than 00 accepted (T=1)
   01 TPDU level exchange
  dwMaxCCIDMessageLength: 271 bytes
  bClassGetResponse: 0x00
  bClassEnvelope: 0x00
  wLcdLayout: 0x
  bPINSupport: 0x00
  bMaxCCIDBusySlots: 1
Parsing USB bus/device: 05C6:9205 (bus 2, device 5)
 idVendor:  0x05C6  iManufacturer: Qualcomm Incorporated
 idProduct: 0x9205  iProduct: Qualcomm Gobi 2000
  Found a CCID/ICCD device at interface 0
Can't claim interface (bus 2, device 5): Device or resource busy
 Please, stop pcscd and retry

Parsing USB bus/device: 0529:0620 (bus 2, device 9)
 idVendor:  0x0529  iManufacturer: Aladdin
 idProduct: 0x0620  iProduct: Token JC
  Found a CCID/ICCD device at interface 0
Parsing USB bus/device: 8087:0020 (bus 2, device 2)
 idVendor:  0x8087  Can't get iManufacturer string
 idProduct: 0x0020  Can't get 

Bug#735565: RFS: couriergrey/0.3.2-5

2014-01-16 Thread Marco Balmer
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package couriergrey

  * Package name: couriergrey
Version : 0.3.2-5
Upstream Author : Matthias Wimmer
  * URL : http://couriergrey.com/
  * License : GPL-2+
Section : mail

It builds those binary packages:

couriergrey - Mail filter interface of Courier-MTA to support greylisting

To access further information about this package, please visit the following
URL:
   http://mentors.debian.net/package/couriergrey


Alternatively, one can download the package with dget using this command:
 dget -x 
http://mentors.debian.net/debian/pool/main/c/couriergrey/couriergrey_0.3.2-5.dsc

Changes since the last upload:

couriergrey (0.3.2-5) unstable; urgency=low

  * cron.daily job failed, because of change in daemon's shell (Closes: #734716)
  * debian/watch url changed from http to https and pgpsigurlmangle url
  * Debian standards bumped to 3.9.5

With best regards,

Marco Balmer


signature.asc
Description: GnuPG/PGP Signature


Bug#735565: debian/watch temporary not work

2014-01-16 Thread Marco Balmer
Hi,

The debian/watch file does not work. That's because the source code website
does not publish the intermediate certificate via https. I've informed
the admin of the site.

Thanks,

Marco


signature.asc
Description: GnuPG/PGP Signature


Bug#735565: RFS: couriergrey/0.3.2-5

2014-01-16 Thread Marco Balmer
On Thu, Jan 16, 2014 at 04:03:49PM +, Colin Watson wrote:
 In that case no need for you to re-upload; I can just remove the
 .orig.tar.bz2 locally and rebuild the source package from the same
 working tree against the existing .orig.tar.gz.  Is that OK with you?

That's absolutly o.k. for me.


signature.asc
Description: GnuPG/PGP Signature


Bug#735565: RFS: couriergrey/0.3.2-5

2014-01-16 Thread Marco Balmer
On Thu, Jan 16, 2014 at 03:48:41PM +, Colin Watson wrote:
 The package on mentors.d.n has an .orig.tar.bz2, but the version
 currently in the Debian archive has an .orig.tar.gz.  Was this change
 intentional?  (I noticed because dpkg-buildpackage complains about both
 of them being present in the parent directory.)

No. It's because I used another git archive command. :) If it is significant
I re-upload a version with orig.tar.gz. Let me know. Thanks a lot.
Marco


signature.asc
Description: GnuPG/PGP Signature


Bug#735565: (fwd) Processing of couriergrey_0.3.2-5_i386.changes [ftpmas...@ftp-master.debian.org]

2014-01-16 Thread Marco Balmer
Dear Colin! Something went wrong. I've uploaded again to mentors with
a new orig.tar.gz file. The bug is reopened. Thanks a lot for help! Marco

From: Debian FTP Masters ftpmas...@ftp-master.debian.org
Subject: Processing of couriergrey_0.3.2-5_i386.changes
Date: Thu, 16 Jan 2014 17:12:52 +
couriergrey_0.3.2-5.dsc has incorrect size; deleting it
Due to the errors above, the .changes file couldn't be processed.
Please fix the problems for the upload to happen.
Greetings,
   Your Debian queue daemon (running on host franck.debian.org)



signature.asc
Description: GnuPG/PGP Signature


Bug#689899: Ships a folder in /var/run or /var/lock (Policy Manual section 9.3.2)

2014-01-15 Thread Marco Balmer
Dear Andreas!

Le vendredi, 3 janvier 2014, 23.53:48 Andreas Barth a écrit :
 * Didier 'OdyX' Raboud (o...@debian.org) [140103 23:43]:
  Considering you've had your chance to respond to this (and given
  that you managed to respond in less than a half-hour last time), I
  have uploaded the proposed debdiff to DELAYED/5 as announced.
 
 Sorry, this is not acceptable.

I am maintainer of couriergrey, which depends on courier, which depends
on mgetty. 

My package was removed because of #689899 and #719501. What is exactly your
challange? How can we help you? Because I'd like to get back my package
couriergrey into testing.

With best regards,

Marco


signature.asc
Description: GnuPG/PGP Signature


Bug#734716: couriergrey: cron.daily job fails due to change in daemon's shell

2014-01-11 Thread Marco Balmer
Dear Colin!

2014/1/9 Colin Watson cjwat...@debian.org:
 Sure, just send me a source package or debdiff or whatever.


Here is the patched version:
https://mentors.debian.net/package/couriergrey

I've fixed debian's watch file too. But something went wrong. You may
have a look at it too?

Thanks! Marco


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



Bug#734716: couriergrey: cron.daily job fails due to change in daemon's shell

2014-01-09 Thread Marco Balmer
Dear Colin! Thanks for reporting that. :)

On Thu, Jan 09, 2014 at 11:58:51AM +, Colin Watson wrote:
 That should of course be:
   * Pass -s /bin/sh to su daemon to cope with the change of daemon's
 shell in base-passwd 3.5.30.

I'll fix it in a few days. Maybe you could upload it, when I am finished?
Thanks! Marco


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



Bug#728680: couriergrey: It looks like there could be a memory leak

2013-11-03 Thread Marco Balmer
Dear Richard! Thank you a lot for this bugreport! I forwarded this to
the upstream author of couriergrey. If you have any news about this,
please send it to this bug. Marco

2013/11/4 Richard Levitte rich...@levitte.org:
 Nov  2 15:16:13 guardian couriergrey[12274]: ThreadError caught in main 
 thread: Error creating thread: Resource temporarily unavailable
 Nov  2 15:23:11 guardian couriergrey[12274]: ThreadError caught in main 
 thread: Error creating thread: Resource temporarily unavailable
 Nov  2 15:56:20 guardian couriergrey[12274]: ThreadError caught in main 
 thread: Error creating thread: Resource temporarily unavailable
 Nov  3 02:19:48 guardian couriergrey[12274]: ThreadError caught in main 
 thread: Error creating thread: Resource temporarily unavailable
 Nov  3 04:13:15 guardian couriergrey[12274]: ThreadError caught in main 
 thread: Error creating thread: Resource temporarily unavailable


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



Bug#727673: RFS: couriergrey/0.3.2-4

2013-10-25 Thread Marco Balmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package couriergrey

 * Package name: couriergrey
   Version : 0.3.2-4
   Upstream Author : Matthias Wimmer
 * URL : http://couriergrey.com/
 * License : GPL-2+
   Section : mail

  It builds those binary packages:

couriergrey - Mail filter interface of Courier-MTA to support greylisting

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

  http://mentors.debian.net/package/couriergrey


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

dget -x 
http://mentors.debian.net/debian/pool/main/c/couriergrey/couriergrey_0.3.2-4.dsc

  Changes since the last upload:

 couriergrey (0.3.2-4) unstable; urgency=low

   * debian/control Build-Depends autotools-dev added
   * debian/rules dh --with autotools_dev added (Closes: #727348)

  Regards,
   Marco Balmer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSaiu7AAoJECWTbxPp/5knhKoP/1dnUdEVwdl0rRd6g8Zlg+7Z
ORNe1RvOmdHv4AR7JirWuSPlPppn8PSo8SQAVfd59tKksDGuGHDy11V8vg9wM9Dv
HQz0FKoFUaiGz9dfes850WEcx+VnNlbx47XwQ3WDyRz+0MxzzqqfijAw3k2Va1uj
FJHSewXbCWpX4Rm1U4zYEjoYONneFL7kGe808Bp8Ps9uJNSQje008lbXC00KPT1j
jWncLbDIC6BVIHtRVXFgKg6AXFMRzbs/8V/LbuO0bvo5IFyfFsZHtmCzoB/q+XDU
7SCKpVyTMPTDEBXGc06C5cZPcyCQzocH+NDia1bUnidGzAzxyGJLU6RunwrE7pXy
t4GSnYKogASUmU3EQ+My2y0/QNhP9i2PAGDViVI4aoisraz+8B03DpbWkQbs98Nq
0jNsBNXZzi96UHd0sIm8ZTRvCH1djVgSxPu2B/YixDy5Zch9aHO+XcNIk6rZhdSY
SsASuCKuDfQDjEl2vD5K5lFk5tUnr0UwcF0lUycVjFSrYxU+g5xR+7xaoCklwhIH
n+YKcbaeGMoDGIkvBrG6HF6g7ABJMMxkvXuuh/Oe5V5rnOWm3vxSXDSUh8SnTOIf
Pbojn3wN+P4d0CfTbb0ERSlihnWbUgqFPDfpFQAOmLnBB87shiBHntXU2/iv1Htc
LDG9WXmf4NMATYD6Hsy5
=qgEC
-END PGP SIGNATURE-


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



Bug#703693: RFS: fadecut/0.1.3-1 (post Wheezy RFS)

2013-03-22 Thread Marco Balmer
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package fadecut

* Package name: fadecut
  Version : 0.1.3-1
  Upstream Author : ma...@balmer.name
* URL : https://github.com/micressor/fadecut
* License : GPL-3
  Section : sound

  It builds those binary packages:

fadecut- toolset to rip audiostreams, cut, fade in/out and tag
the resulti

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

  http://mentors.debian.net/package/fadecut


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

dget -x 
http://mentors.debian.net/debian/pool/main/f/fadecut/fadecut_0.1.3-1.dsc


Changes since the last upload:

fadecut (0.1.3-1) unstable; urgency=low

  * New 0.1.3 upstream release
  * Closes #2 at github: add custom USER_AGENT Thanks to mitsukarenai.
  * fadecut 0.1.2-1 was only in experimental and goes to unstable now.

 -- Marco Balmer ma...@balmer.name  Fri, 22 Mar 2013 10:16:57 +0100


  Regards,
   Marco Balmer


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



Bug#701870: RFS: aspsms-t/1.3.1-1

2013-03-03 Thread Marco Balmer
Dear Paul,

2013/3/3 Paul Wise p...@debian.org:
 I don't intend to sponsor this package, but here is a review:
SNIP/
 Many complaints, no idea how valid they are.

Thank you very much, for your useful review. I'll fix that and ping
the bug again.
Marco


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



Bug#701970: RFS: couriergrey/0.3.2-2

2013-03-03 Thread Marco Balmer
Dear Anton,
I'll do that next time! Marco

2013/3/2 Anton Gladky gladky.an...@gmail.com:
 Uploaded. Please, use next time the same tarball, which was in Debian
 uploaded previously, otherwise the package will be rejected.


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



Bug#701970: RFS: couriergrey/0.3.2-2

2013-03-01 Thread Marco Balmer
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package couriergrey

* Package name: couriergrey
  Version : 0.3.2-2
  Upstream Author : Matthias Wimmer
* URL : http://couriergrey.com/
* License : GPL-2
  Section : mail

It builds those binary packages:

  couriergrey - Mail filter interface of Courier-MTA to support greylisting

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

  http://mentors.debian.net/package/couriergrey


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

dget -x 
http://mentors.debian.net/debian/pool/main/c/couriergrey/couriergrey_0.3.2-2.dsc

More information about hello can be obtained from http://www.example.com.

Changes since the last upload:

couriergrey (0.3.2-2) experimental; urgency=low

  * debian/control Build-Depends changed to debhelper (= 9)
  * debian/compat Changed to 9
  * debian/control Standards-Version: 3.9.4
  * debian/control Section changed from net to mail
  * debian/control Vcs-Browser field changed to debian branch


  Regards,
   Marco Balmer


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



Bug#701803: RFS: fadecut/0.1.2-1

2013-02-28 Thread Marco Balmer
Dear Anton,

I've created the tarball with the following command:

$ git archive --format=tar --prefix=fadecut-0.1.2/ 0.1.2 | bzip2 
../fadecut_0.1.2.orig.tar.bz2

Do I need to request a RFS again after freeze time or will fadecut
migrated from experimental to unstable?

Thanks,
Marco

2013/2/28 Anton Gladky gl...@debian.org:
 Hi Marco,
 I have uploaded the package. But I used the tar.gz-tarball, which is
 available on github, instead of tar.bz2. Did you repack it yourself?
 Thanks,
 Anton


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



Bug#701803: RFS: fadecut/0.1.2-1

2013-02-28 Thread Marco Balmer
Dear Anton,

Thanks a lot for your useful notes. I've applied all of these and
uploaded the package again to mentors.

I am glad, if you can have a look again into the package:

  http://mentors.debian.net/package/fadecut
  
https://github.com/micressor/fadecut/commit/ea470e1eaa345fc405e0d22e2ff13e3fbbef5667

Thank you so much,
Marco

2013/2/27 Anton Gladky gl...@debian.org:
 Hi Marco,

 some notes on your package:

 1) Target an upload to experimental instead of unstable due to a
 freeze-period.
 2) Changelog-entry #2, add short bug description.
 3) Consider to use compat-level 9.
 4) Update Format-field in copyright-file, DEP-5 is released.
 5) dirs-file is useless.
 6) Bart Martens has prepared an updated watch-file for you [1].
 7) VCS-browser should point to a branch, where debian-files are
 maintained, debian-branch in your case, not master.

 Thanks for maintaining the package.

 Cheers,

 Anton

 [1] http://qa.debian.org/cgi-bin/watchfile.cgi?package=fadecut


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



Bug#701870: RFS: aspsms-t/1.3.1-1

2013-02-28 Thread Marco Balmer
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

A long time ago, that I've sent a RFS request to debian-mentors [1].
Accidentally the package was removed by mentors [2] and I didn't
notice that. So I've uploaded it again. ITP bug for this package is
available at [3].

[1] http://lists.debian.org/debian-mentors/2012/02/msg6.html
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658835
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645103

I am looking for a sponsor for my package aspsms-t

 * Package name: aspsms-t
   Version : 1.3.1-1
   Upstream Author : Marco Balmer ma...@balmer.name
 * URL : https://github.com/micressor/aspsms-t
 * License : GPL
   Section : net

  It builds those binary packages:

aspsms-t   - sms transport for your xmpp/jabber server
libaspsms-perl - Perl module providing an easy sms interface

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

  http://mentors.debian.net/package/aspsms-t


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

dget -x 
http://mentors.debian.net/debian/pool/main/a/aspsms-t/aspsms-t_1.3.1-1.dsc

  More information about hello can be obtained from http://www.example.com.

  Regards,
   Marco Balmer


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



Bug#701803: RFS: fadecut/0.1.2-1

2013-02-27 Thread Marco Balmer
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package fadecut

* Package name: fadecut
  Version: 0.1.2-1
  Upstream Author: Marco Balmer
* URL: https://github.com/micressor/fadecut
* License: GPL-3
  Section: sound

It builds those binary packages:

fadecut- toolset to rip audiostreams, cut, fade in/out and tag
the resulti

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

  http://mentors.debian.net/package/fadecut

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

  dget -x 
http://mentors.debian.net/debian/pool/main/f/fadecut/fadecut_0.1.2-1.dsc

Changes since the last upload:

fadecut (0.1.2-1) unstable; urgency=low

  * New 0.1.2 upstream release
  * Closes github issue https://github.com/micressor/fadecut/issues/1
  * Update debian/control: Standards-Version: 3.9.4


  Regards,
   Marco Balmer


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



Bug#658835: RFS: aspsms-t/1.3.1-1 (try 4) [NEW] -- sms transport for your xmpp/jabber server

2012-07-23 Thread Marco Balmer
Dear Bart,

2012/7/22 Bart Martens ba...@debian.org:
 Hi Marco,
 The package at mentors is no longer there.  What happened ?
 Regards,
 Bart Martens

The package was automatically removed by mentors.debian.net, see:

2012/7/15 mentors.debian.net supp...@mentors.debian.net:
 Your package aspsms-t all versions has been removed from mentors.debian.net 
 for the following reason:
 Your package found no sponsor for 20 weeks
 Thanks,
 --
 mentors.debian.net


I uploaded it again: http://mentors.debian.net/package/aspsms-t
Thanks for reminding me. May be you have interessting to sponsor it?

Marco


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



Bug#667142: couriergrey: ftbfs with GCC-4.7

2012-04-10 Thread Marco Balmer
tags 667142 + fixed upstream
thanks

On Thu, Apr 05, 2012 at 02:50:35AM +0200, Cyril Brulebois wrote:
 Here's a patch to fix this FTBFS. No intent to NMU.

Thanks for this fix. I had contact with upstream author and he fixed
the source according to this bug. So I will upload a new upstream 
version of this package to mentors.debian.net.

Thanks,
Marco


signature.asc
Description: GnuPG Signature


Bug#667142: couriergrey: ftbfs with GCC-4.7

2012-04-10 Thread Marco Balmer
tag 667142 + fixed-upstream pending
thanks

Package is fixed and ready for upload:
http://mentors.debian.net/debian/pool/main/c/couriergrey/couriergrey_0.3.2-1.dsc

Marco


signature.asc
Description: GnuPG Signature


Bug#667142: couriergrey: Request for upload

2012-04-10 Thread Marco Balmer
Algernon,
We discussed this in debian-mentors channel and drop you an e-mail
as you requested to upload couriergrey package.

Package is fixed and ready for upload:
http://mentors.debian.net/debian/pool/main/c/couriergrey/couriergrey_0.3.2-1.dsc

Thank you,
Marco


signature.asc
Description: GnuPG Signature


Bug#658835: RFS: aspsms-t 1.3.1

2012-02-15 Thread Marco Balmer
Dear mentors,

dget -x 
http://mentors.debian.net/debian/pool/main/a/aspsms-t/aspsms-t_1.3.1-1.dsc

Changes since last upload:
* New 1.3.1 upstream files
* deb packaging improved

Best,
--
Marco Balmer
More love reports than bug reports


signature.asc
Description: GnuPG Signature


Bug#645103: RFS: aspsms-t (try 4)

2012-02-13 Thread Marco Balmer
Hi Dominique,

 What gives you the right to:
 - download these files ?
 - use these files in your program ?
 - re-distribute these files ?

According to people of aspsms.com, this [1] documentation (chapter 8) shold 
be enough to allow usage of fees.xml and networks.xml files.

[1] http://www.aspsms.com/xml/doc/xmlsvr191.pdf

If this does conflict with a policy of debian, let me know that I can handle 
this
issue with aspsms and find a solution.

--
Marco Balmer


signature.asc
Description: GnuPG Signature


Bug#658835: RFS: aspsms-t [NEW]

2012-02-13 Thread Marco Balmer
Dear mentors,

dget -x 
http://mentors.debian.net/debian/pool/main/a/aspsms-t/aspsms-t_1.3.0-1.dsc

Changes since last upload:
* lib/ASPSMS/Storage.pm: Change to IO::File functions.
* lib/ASPSMS/Storage.pm: Closes github issue: #1
* README: Update documentation

Thanks, -Marco


signature.asc
Description: GnuPG Signature


Bug#645103: RFS: aspsms-t (try 4)

2012-02-11 Thread Marco Balmer
Hi Dominique,

On Fri, Feb 10, 2012 at 02:51:27PM +0100, Dominique Dumont wrote:
 You're missing the point. 
 The URL you mention show that these files are aspsms.com properties.
 What gives you the right to:
 - download these files ?
 - use these files in your program ?
 - re-distribute these files ?
 Unless these question are answered in a verifiable way, your package cannot be
 uploaded in Debian (even in contrib)

You're right. I am currently clarifying this with people of aspsms.com.
-Marco



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



Bug#658835: RFS: aspsms-t (try 4) [NEW] -- sms transport for your xmpp/jabber server

2012-02-09 Thread Marco Balmer
tag 658835 - moreinfo
thanks

Dear Ansgar,
Dear Mentors,

On Tue, Feb 07, 2012 at 03:38:28PM +0100, Ansgar Burchardt wrote:
 Code that is not or inconsistently indented is hard to read.

According to your usful remarks I decided to cleanup the whole
package.

dget -x 
http://mentors.debian.net/debian/pool/main/a/aspsms-t/aspsms-t_1.3.0-1.dsc

Changes since last upload:
* Sourcecode migrated to pod documentation
* Cleaned up code according to Ansgar's remarks.
* pbuilder built it clean

Thanks,
Marco


signature.asc
Description: GnuPG Signature


Bug#658834: RFS: jabber-querybot [QA] -- Modular xmpp/jabber bot

2012-02-06 Thread Marco Balmer
Package: sponsorship-requests
Severity: normal


Dear mentors,

I am looking for a sponsor for my package jabber-querybot.

 * Package name: jabber-querybot
   Version : 0.1.0-1
   Upstream Author : Marco Balmer ma...@balmer.name
 * URL : https://github.com/micressor/jabber-querybot
 * License : GPL-3+
   Section : net

Changes since the last upload:

jabber-querybot (0.1.0-1) unstable; urgency=low

  * New 0.1.0 upstream files
  * d/dirs: Remove usr/share/jabber-querybot/lib
  * d/jabber-querybot.install: Removed files which are installed with
Makefile.PL
  * d/preinst: Exec only during upgrade case
  * d/watch: Update watch file according to new tags

 -- Marco Balmer ma...@balmer.name  Fri, 03 Feb 2012 22:26:46 +0100

It builds those binary packages:

jabber-querybot - Modular xmpp/jabber bot

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

  http://mentors.debian.net/package/jabber-querybot

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

  dget -x 
http://mentors.debian.net/debian/pool/main/j/jabber-querybot/jabber-querybot_0.1.0-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Marco Balmer



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



Bug#658835: RFS: aspsms-t (try 4) [NEW] -- sms transport for your xmpp/jabber server

2012-02-06 Thread Marco Balmer
Package: sponsorship-requests
Severity: wishlist


Dear mentors,

I sent this Request [1] already to debian-mentors mailinglist.

[1] http://lists.debian.org/debian-mentors/2012/02/msg6.html

I am looking for a sponsor for my package aspsms-t.

 * Package name: aspsms-t
   Version : 1.3.0-1
   Upstream Author : Marco Balmer ma...@balmer.name
 * URL : https://github.com/micressor/aspsms-t
 * License : GPL
   Section : net

It builds those binary packages:

aspsms-t   - sms transport for your xmpp/jabber server
 libaspsms-perl - Perl module providing an easy sms interface

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

  http://mentors.debian.net/package/aspsms-t

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

  dget -x 
http://mentors.debian.net/debian/pool/main/a/aspsms-t/aspsms-t_1.3.0-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Marco Balmer



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



Bug#658837: RFS: couriergrey [QA] -- Mail filter interface of Courier-MTA to support greylisting

2012-02-06 Thread Marco Balmer
Package: sponsorship-requests
Severity: normal


Dear mentors,

I am looking for a sponsor for my package couriergrey.

 * Package name: couriergrey
   Version : 0.3.1-2
   Upstream Author : Matthias Wimmer m...@tthias.eu
 * URL : https://github.com/micressor/couriergrey/
 * License : GPL-2+
   Section : net

Changes since the last upload:

couriergrey (0.3.1-2) unstable; urgency=low

  * d/couriergrey.cron.daily: Fix failed cron job if package was in
uninstall and not purge state.

 -- Marco Balmer ma...@balmer.name  Thu, 02 Feb 2012 08:06:19 +0100

It builds those binary packages:

couriergrey - Mail filter interface of Courier-MTA to support greylisting

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

  http://mentors.debian.net/package/couriergrey

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

  dget -x 
http://mentors.debian.net/debian/pool/main/c/couriergrey/couriergrey_0.3.1-2.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Marco Balmer



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



Bug#658834: RFS: jabber-querybot [QA] -- Modular xmpp/jabber bot

2012-02-06 Thread Marco Balmer
retitle 658834 RFS: jabber-querybot -- Modular xmpp/jabber bot
thanks

On Mon, Feb 06, 2012 at 06:48:28PM +0800, Paul Wise wrote:
 On Mon, Feb 6, 2012 at 6:33 PM, Marco Balmer ma...@balmer.name wrote:
   RFS: jabber-querybot [QA] -- Modular xmpp/jabber bot
 
 This isn't a QA upload since the package is not orphaned.

You're right!

-Marco



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



Bug#658345: d/control: add Suggests/Enhances for fadecut package

2012-02-02 Thread Marco Balmer
Package: streamripper
Version: 1.64.6-1
Severity: wishlist


I think, it is a good idea to add fadecut in the
control file of streamripper package as a Suggests/Enhances?

Thanks -Marco

--
Package: fadecut
Description-en: toolset to rip audiostreams, cut, fade in/out and tag the 
resulting audiofiles
 fadecut is a script to rip audio files from a livestream and to process them
 automatically. Beginning and ending fo the audio files will be cut and faded
 in/out. So logos and advertising of radio stations will be automatically
 removed.
 .
 In streaming mode fadecut is ripping audio files using streamripper. The
 downloaded audio files are cutted using silence detection and then faded in
 and out. Subsequently, the files are encoded to either ogg or mp3 and tagged
 with tags (title, artist, genre and comment provided).
 .
 In file mode fadecut is just processing already ripped audio files.
 .
 An audio file which has already been processed is detected and will not be
 processed again. Not desired songs can be stored in a separate directory. This
 files are not processed anymore too.



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



Bug#658277: d/control: add Suggests/Enhances for couriergrey package

2012-02-01 Thread Marco Balmer
Package: courier
Severity: wishlist


Couriergrey implements the mail filter interface of courier mta to
support the greylist filtering method.
The software supports the IPv6 protocol, and is easy to use.

I think it is a good idea to add couriergrey in the
control file of courier package as a Suggests/Enhances?

Thanks -Marco



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



Bug#639584: RFA: gnucash -- A personal finance and money tracking program

2011-11-15 Thread Marco Balmer
Hi Micha,

I am gnucash user since 2006 and may be interessted to help 
packaging gnucash. Could you contact me?

--
Marco Balmer


signature.asc
Description: GnuPG Signature


Bug#647356: ITP: couriergrey -- Mail filter interface of Courier-MTA to support greylisting

2011-11-02 Thread Marco Balmer
Package: wnpp
Severity: wishlist
Owner: Marco Balmer ma...@balmer.name


* Package name: couriergrey
  Version : 0.2.2
  Upstream Author : Matthias Wimmer m...@tthias.eu
* URL : http://couriergrey.com
http://mentors.debian.net/package/couriergrey
* License : GPL-3
  Programming Lang: C++
  Description : Mail filter interface of Courier-MTA to support greylisting

 Couriergrey implements the mail filter interface of Courier MTA to
 support the greylist filtering method.
 .
 The software supports the IPv6 protocol, and is easy to use.



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



Bug#645392: fadecut fixed bug

2011-10-18 Thread Marco Balmer

Package: fadecut
Tags: 645392 + fixed pending

thanks

Workaround:
Navigate to a writable directory (cd $HOME) and use.

-Marco


signature.asc
Description: GnuPG Signature


Bug#645392: fadecut: It does not rip, if scriptis started in a directory with no permissions

2011-10-15 Thread Marco Balmer
Package: fadecut
Version: 0.1.0
Severity: normal


Fadecut does not abort, if it has no permissions to store ripped songs.

Output:
$ cd /usr/share
$ fadecut -p chillout -r
11:55:14 Info: Loading profile file(s):
11:55:14 /home/maba/.fadecut/fadecutrc
11:55:14 /home/maba/.fadecut/profiles/chillout
11:55:14 Success: /usr/bin/streamripper started pid=22140
11:55:16 Stream: shutting down
11:55:26 Success: /usr/bin/streamripper started pid=22177
11:55:38 Success: /usr/bin/streamripper started pid=22211
11:55:50 Success: /usr/bin/streamripper started pid=22245

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

Kernel: Linux 2.6.32-5-vserver-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#645266: ITP: jabber-querybot -- Modular xmpp/jabber bot

2011-10-13 Thread Marco Balmer
Package: wnpp
Severity: wishlist
Owner: Marco Balmer ma...@balmer.name


* Package name: jabber-querybot
  Version : 0.0.1
  Upstream Author : Marco Balmer ma...@balmer.name
* URL : http:://github.com/micressor/jabber-querybot 
http://mentors.debian.net/package/jabber-querybot
* License : GPL
  Programming Lang: Perl
  Description : Modular xmpp/jabber bot

jabber-querybot is a Jabber bot framework for Perl that enables you to
easily write simple Jabber bots.
.
This bot is from swissjabber team and now under opensource license available.
.
It's a simple concept with a lot of experiences implemented to this nice pice
of code.



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



Bug#645103: ITP: aspsms-t -- aspsms-t is an open source /*GPL*/ jabber2sms transport written in perl // http://github.com/micressor/aspsms-t

2011-10-12 Thread Marco Balmer
Package: wnpp
Severity: wishlist
Owner: Marco Balmer ma...@balmer.name


* Package name: aspsms-t
  Version : 1.3.0
  Upstream Author : Marco Balmer ma...@balmer.name
* URL : http://github.com/micressor/aspsms-t
* License : GPL-2
  Programming Lang: Perl
  Description : aspsms-t is a jabber/xmpp to sms transport

Which allows you to send sms messages over the jabber network through the
 gateway-system of aspsms.com.
 .
 A lot of networks are supported. Normal TextSMS messages usually costs 1
 aspsms Credit.
 .
 aspsms-t deliver very fast and will send you a jabber status message. A
 second message will receive,If your sms was successfully delivered to the
 mobile device.
 .
 * It supports simple text SMS with a maximum of 160 characters. If your message
   is 160 characters, aspsms-t will split it automatically in more than one
   part.
 * Support for Arabic and other oriental characters up to 87 characters each
   sms.
 * Delivery notification for each sms with a unique transaction number
 * It can set alphanumeric originator of every sms. This can be a mobile phone
   or a short text with a maximum of 11 characters.



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



Bug#645103: ITP: aspsms-t -- aspsms-t is an open source /*GPL*/ jabber2sms transport written in perl // http://github.com/micressor/aspsms-t

2011-10-12 Thread Marco Balmer
On Wed, Oct 12, 2011 at 05:15:39PM +0200, martin f krafft wrote:
 This is a non-free service. This means that the software will likely
 have to go to contrib.

aspsms-t uses completly free software and yes: It need an external service
to function. Still contrib?

   http://aspsms.de/instruction/prices.asp#terminationfees
   aspsms-t deliver very fast and will send you a jabber status message. A
   second message will receive,If your sms was successfully delivered to the
   mobile device.
 
 … which will cost another 0,25 credits.

aspsms-t uses the http interface of aspsms.com, which means: delivery
notification is free.

-Marco



signature.asc
Description: GnuPG Signature


Bug#611641: ITP: fadecut -- Radio livestream to ogg/mp3 tool

2011-01-31 Thread Marco Balmer
Package: wnpp
Severity: wishlist
Owner: Marco Balmer ma...@balmer.name

* Package name: fadecut
  Version : 0.0.1
  Upstream Author : Marco Balmer ma...@balmer.name
* URL : https://www.github.com/micressor/fadecut
* License : GPL v3
  Programming Lang: bash
  Description : Radio livestream to ogg/mp3 tool

 This script handle mp3 files (-ripped by streamripper), fade in and
 out. It set stream tags: artist, title and your own decided genre. 
 If you have songs you do not like, move the ripped file to dontlike/ folder,
 so fadecut will no longer convert this song, if it was read on the livestream. 
 All processed files of fadecut are in new/ folder. The original files from 
 streamripper are in the orig/ folder after processing.

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



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



Bug#410807: Fixed in which debian package?

2008-06-12 Thread Marco Balmer
Hi all,
I still have the behaviour described above. In which
debian kernel package is/will that bug be fixed?
Thanks for a status.
Marco






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