Bug#742473: lightyears sound patch acceptance

2014-12-21 Thread Siegfried Gevatter
Hi Allan,

Thank you for the reminder. I've submitted the fix.

I've also filed a request to get the new version into Jessie
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773677), but it may
be too late. My apologies for not looking into this before.

Best,

-- 
Siegfried


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



Bug#742483: zeitgeist: diff for NMU version 0.9.14-2.1

2014-06-23 Thread Siegfried Gevatter
Great, thanks Iain :)

2014-06-23 12:55 GMT+02:00 Iain Lane la...@debian.org:
 Hi Sigfried,

 I've prepared an NMU for zeitgeist (versioned as 0.9.14-2.1) and I'm
 going to upload it to unstable now, since it blocks building folks. The
 diff is attached to this message.

 Thanks for maintaining zeitgeist,

 --
 Iain Lane  [ i...@orangesquash.org.uk ]
 Debian Developer   [ la...@debian.org ]
 Ubuntu Developer   [ la...@ubuntu.com ]



-- 
Siegfried


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



Bug#742473: lightyears: sound patch

2014-06-09 Thread Siegfried Gevatter
Thanks Allan!

I don't have a computer I can use for Debian right now, but I'll
upload this once I get a chance!

2014-06-07 19:05 GMT+02:00 Allan Wirth al...@allanwirth.com:
 This was bothering me too and I tracked down the issue.

 There is a debian patch that fixes a typo in 'resource.py' to correctly
 set the right variable if the sound system is disabled. The issue is
 that the sound system is never enabled by that point, so the patch
 effectively disables sound for all users!

 An easy fix for this is to simply delay this check until when sounds are
 requested. It's kind of ugly, but it works fine and restores sound to
 the game.

 The patch is pretty simple so I'll just paste it here. I have no
 experience with debian packaging/patches/etc so someone else is going to
 have to get this applied correctly to the package.

 As a side note I am currently running 1.4-1 from testing.

 --- lightyears-1.4.orig/code/resource.py2014-06-07 16:58:05.0 
 +
 +++ lightyears-1.4/code/resource.py 2014-06-07 16:58:27.307760647 +
 @@ -14,9 +14,6 @@
  __snd_cache = dict()
  __snd_disabled = False

 -if not pygame.mixer or not pygame.mixer.get_init():
 -   __snd_disabled = True
 -
  DATA_DIR = os.path.abspath(os.path.join(
  os.path.dirname(sys.argv[ 0 ]), data))

 @@ -91,6 +88,8 @@

  if ( __snd_disabled ):
  return None
 +elif not pygame.mixer or not pygame.mixer.get_init():
 +__snd_disabled = True

  if ( __snd_cache.has_key(name) ):
  return __snd_cache[ name ]




-- 
Siegfried


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



Bug#714662: zeitgeist: Please package 0.9.14

2013-10-14 Thread Siegfried Gevatter
On it, thanks for the heads up!


On 14 October 2013 21:09, Laurent Bigonville bi...@debian.org wrote:

 Hi,

 Is there any news about this?

 The new upstream versions of folks is depending on = 0.9.14 and we
 would eventually update to it.

 Cheers

 Laurent Bigonville




-- 
Siegfried


Bug#719877: RM: fusion-icon -- RoQA; depends on compiz

2013-08-16 Thread Siegfried Gevatter
Ack'd.


2013/8/16 Ansgar Burchardt ans...@debian.org

 Package: ftp.debian.org
 X-Debbugs-Cc: rai...@ubuntu.com

 Please remove fusion-icon. It depends on compiz which is going away[1].

 I've CCed the maintainer in case he has objections.

 Ansgar

   [1] http://bugs.debian.org/719870




-- 
Siegfried


Bug#709336: screenruler: diff for NMU version 0.960+bzr41-1.1

2013-06-03 Thread Siegfried Gevatter
Hi Felix,

Thank you for taking care of this :).

Best,


2013/6/3 Felix Geyer fge...@debian.org

 tags 709336 + patch
 tags 709336 + pending
 thanks

 Dear maintainer,

 I've prepared an NMU for screenruler (versioned as 0.960+bzr41-1.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.

 Regards,
 Felix




-- 
Siegfried


Bug#668815: open-invaders: Uses macro ALLEGRO_LINUX falsely

2012-06-17 Thread Siegfried Gevatter
2012/6/17 Cyril Brulebois k...@debian.org:
 can you please publish a source package somewhere so that somebody
 can sponsor your package?

There you go: http://eurion.net/tmp/open-invaders_0.3-4.dsc



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



Bug#668815: open-invaders: Uses macro ALLEGRO_LINUX falsely

2012-06-17 Thread Siegfried Gevatter
2012/6/17 Cyril Brulebois k...@debian.org:
 Hmm, sorry, I tried to dcut rm the NMU proposed by Tobias, but was a few
 minutes late. Do you want to get the NMU overriden by your upload, or
 will the NMU do the job?

 Sorry for the kinda-hasty sponsoring, but the freeze clock's ticking…

No problem, let's go with the NMU :).

Thanks,

-- 
Siegfried Gevatter (RainCT)



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



Bug#668815: open-invaders: Uses macro ALLEGRO_LINUX falsely

2012-06-06 Thread Siegfried Gevatter
Hi,

Thanks for your patch  explanation!

I have an upload ready, but debian-keyring got the idea that my key
expired, so at some point eventually I'll upload it :P.

Cheers,

-- 
Siegfried



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



Bug#659769: espeak-gui: no language auto detection without “libtextcat0”

2012-02-13 Thread Siegfried Gevatter
Hi Stefan,

2012/2/13 Stefan Breunig stefan+debianb...@mathphys.fsk.uni-heidelberg.de:
 espeak-gui uses /usr/lib/libtextcat.so.0, provided by libtextcat0 to 
 determine the
 input language automatically. Please add the package to deps or suggestions.

It's in Recommends :).

Regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer



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



Bug#639437: package no longer installable

2011-11-14 Thread Siegfried Gevatter
Hi Ahmad,

I forwarded this report upstream some time ago [0], but haven't
received an answer.

I'll wait a while longer for him to answer (or someone else to provide
a patch)... If that doesn't yield any results, I'll request deletion
of the package.

[0] https://bugs.launchpad.net/screenruler/+bug/840515

Cheers,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer



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



Bug#637291: gnome-activity-journal: Recommend/Depend on zeitgeist-datahub

2011-08-10 Thread Siegfried Gevatter
Hi Martin,

2011/8/10 Martin Stigge mar...@stigge.org:
 Without knowing too much about the internals, shouldn't the package
 depend on or at least recommend the zeitgeist-datahub package..?

Yup, that's already the case (gnome-activity-journal recommends the
zeitgeist meta-package, which recommend zeitgeist-datahub).

 without an installed zeitgeist-datahub package, the activity journal is just
 empty.

FYI, there's also other ways to get stuff logged (eg. plugins for applications).

Kind regards,

--
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3



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



Bug#634306: closed by Siegfried-Angel Gevatter Pujals

2011-07-29 Thread Siegfried Gevatter
Hi Olivier,

2011/7/29 Olivier Berger olivier.ber...@it-sudparis.eu:
 I'm not sure if everything's working correctly, but it seems that 5 days 
 after this supposedly uploaded update, unstable is still 0.8.0-1 as per 
 http://packages.qa.debian.org/g/gnome-activity-journal.html

Yeah, the problem wasn't in GNOME Activity Journal but in Zeitgeist.
It has been fixed in the 0.8.1.1 release of Zeitgeist (but Activity
Journal is still 0.8.0).

If you check the automatic message the changelog is from zeitgeist and
not gnome-activity-journal.

Regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3



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



Bug#633421: Esperanto-translation for Zeitgeist

2011-07-10 Thread Siegfried Gevatter
Done, thanks!

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3



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



Bug#620649: depends on nonexisting zeitgeist-datahub

2011-04-03 Thread Siegfried Gevatter
Hi Julien,

zeitgeist-datahub has been moved to a separate source package (which
is still in NEW).



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



Bug#609508: gbrainy: male/female/car puzzle answer should be 40%

2011-01-15 Thread Siegfried Gevatter
Thank you for your report, Kingsley.

After discussing this again with Jordi, this has been fixed upstream
[0]. The fix will be available with the next release (0.6.2).

[0] 
http://git.gnome.org/browse/gbrainy/commit/?id=d72b66dd288d915b63aef910264c6932cd3b21de

Kind regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3



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



Bug#602567: Possible description improvements

2010-11-07 Thread Siegfried Gevatter
Hi Enrico,

Thank you for your feedback.

 Reading the description I am left with a few questions: [...]
 I'd remove the mention of C++ from the description, since now we have
 implemented-in::c++ to convey that information, and rather focus on
 what the game is, what it wants to be and what is still missing; or even
 better, just what the game is and what extra features it has on top of
 the original space invaders that everyone is familiar with.

Completely agree.

This was my first package ever, so I guess I should review it some day
(and maybe patch the source a bit while I'm at it) :).

Cheers,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer       363DEAE3



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



Bug#577719: WARNING: node gettext_domain not understood below schema

2010-04-20 Thread Siegfried Gevatter
Hi,

Thank you for your bug report. However, I can't see how this is
related to or even affects Zeitgeist.

Zeitgeist doesn't include any schema file; GNOME Activity Journal
(which is a different package) includes one, but it doesn't contain
the word gettext anywhere...

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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




Bug#577155: update on new events

2010-04-13 Thread Siegfried Gevatter
Thank you for your bug report.

Can you please try running gnome-activity-journal from a terminal,
inserting something into Zeitgeist and maybe deleting an event, and
see if it prints out any errors?

I suspect this to be because of some too old dependency.

Thanks,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#569842: zeitgeist: [INTL:pt] Updated Portuguese translation for package messages

2010-02-14 Thread Siegfried Gevatter
Hi,

Thank your for your contribution.

Zeitgeist's translations are managed on Launchpad [0] by the Launchpad
Translators Team, which for Portuguese is delegated to the Ubuntu
Portuguese Translators team [1].

There were only three untranslated strings remaining on Launchpad,
which I completed with the translations you provided. For any further
changes (eg. if you think that some of your translations are better
than what is already in Launchpad), please contact said  translation
team directly.

Thanks,

[0] https://translations.edge.launchpad.net/zeitgeist/
[1] https://edge.launchpad.net/~ubuntu-l10n-pt

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/357b51821002141150t1ee4f8cdrc983c74598e21...@mail.gmail.com



Bug#532494: Multibyte support in vilistextum - Status

2010-02-04 Thread Siegfried Gevatter
2010/2/4 Patric Mueller bh...@gmx.net:
 I downloaded and run the debian-testing-i386-netinst.iso and then
 [...]
 Both versions just worked.

I guess that ISO comes with the locales for English then.

(By the way, if you want a build environment more like that of the
buildds, you can use eg. pbuilder. If you decide to try it out, I
recommend using the pbuilder-dist wrapper script, which is available
in package ubuntu-dev-tools)

 But the building of package worked? And compiling it manually with
 --with-unicode-locale=en_US.utf8 produced a working binary? That
 sounds strange.

Yeah. Note however that the package was build in a chroot with
locales-all installed, but I tried it on my local system.

 What does 'locale -a' and 'fakeroot locale -a' show?

On my local system:
C
ca_ES.utf8
POSIX

Inside the chroot, without installing locales-all:
C
POSIX

Inside the chroot, after installing locales-all (like it has when it's
building the package when locales-all is set as a build-dependency):
C
POSIX
aa_DJ
aa_DJ.iso88591
aa_DJ.utf8
[... almost enough lines to crash Iceweasel when copy-pasting more...]
zu_ZA
zu_ZA.iso88591
zu_ZA.utf8

 If only --enable-multibyte is specified, the configure script should
 select a utf8 locale by itself.

Yep, it picks up a random one though, which is why I set it to English
explicitly.

Have a nice day,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#567680: Please add resize option set longest side to ...

2010-01-30 Thread Siegfried Gevatter
Package: nautilus-image-converter
Severity: wishlist
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid

-- Forwarded message --
From: Ernst
https://bugs.launchpad.net/ubuntu/+source/nautilus-image-converter/+bug/493322

nautilus-image-converter is a great addon for nautilus, thanks for this one!
Today, I wanted to resize some images. Some are rotated. If I set the
new size to 800x600, all images (which originally are 1600x1200) are
resized to 800x600 (as expected). However, all 1200x1600 images (=
rotated) are converted to 600x450. I would expect the longest side
would be resized to 800, so the resulting image would be 600x800.



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



Bug#563838: RFP: zeitgeist -- user activity logging and collation service

2010-01-05 Thread Siegfried Gevatter
Hi Jonathan,

Zeitgeist is already packaged, the code can be found in pkg-gnome's
SVN and mostly it only needs a sponsor to be uploaded.

The ITP for it mentions gnome-zeitgeist because I back when
Zeitgeist and the GNOME Activity Journal where the same project (known
as GNOME Zeitgeist). Sorry for not having updated it.

Cheers,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#563838: RFP: zeitgeist -- user activity logging and collation service

2010-01-05 Thread Siegfried Gevatter
Hi again,

Good new.

David Paleino (hanska) has just told me he'll sponsor it later today :).

Cheers,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#506606: ITP: julius -- speech recognition engine

2009-10-29 Thread Siegfried Gevatter
Hi,

2009/10/29 Jan Wagner w...@cyconet.org:
 any process here?

The package is ready (and already in Ubuntu since some time), but I
haven't looked for a DD to sponsor it yet.

Do you want to upload it?

Cheers,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#552297: FTBFS with new gcc

2009-10-25 Thread Siegfried Gevatter
Package: necpp
Version: 1.3.0+cvs20090101-1

Hi,

This package fails to build from source with the gcc version from
Ubuntu. The following change fixes it:

==
only in patch2:
unchanged:
--- necpp-1.3.0+cvs20090101.orig/src/XGetopt.cpp
+++ necpp-1.3.0+cvs20090101/src/XGetopt.cpp
@@ -133,7 +133,7 @@
 int XGetopt(int argc, char *argv[], const char *optstring)
 {
char c;
-   char *cp;
+   const char *cp;
static char *next = NULL;
if (optind == 0)
next = NULL;
==

  * src/XGetopt.cpp (LP: #447454)
 - Change the definition of the cp variable from type char* to
   const char*, to avoid an invalid conversion error when the
   result of strchr(const char*, ...) is assigned to it.

Kind regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#518606: ITP: mistelix -- DVD authoring and slideshow creation application

2009-09-19 Thread Siegfried Gevatter
Hi,

2009/9/20 Sven Arvidsson s...@whiz.se:
 Is there any news on getting mistelix in Debian? I noticed it has
 already been uploaded to Ubuntu with a closes for this bug? :)

The package is ready and is waiting to be uploaded since some time. I
asked Bdale (NM) to do so but he seems to be pretty busy lately...

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#518606: ITP: mistelix -- DVD authoring and slideshow creation application

2009-09-19 Thread Siegfried Gevatter
2009/9/20 Siegfried Gevatter rai...@ubuntu.com:
 asked Bdale (NM)

Err.. s/NM/my AM/.



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



Bug#546535: webboard: does not work at all, either cmdline or applet

2009-09-15 Thread Siegfried Gevatter
Thank you for your bug report!

Can you please try if adding the following lines (taken from util.py)
to the end of /usr/share/webboard/webboardlib/wbconfig.py fixes this
problem?

===
def guess_user(self):
Guess the user name
full = pwd.getpwuid(os.getuid())[4].split(,)[0]
if len(full)  0:
return full
else:
return pwd.getpwuid(os.getuid())[0]
===

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#546535: webboard: does not work at all, either cmdline or applet

2009-09-15 Thread Siegfried Gevatter
2009/9/15 sean finney sean...@debian.org:
 along with importing pwd and os, both the application and the cmdline
 program starts, yes.

Okay cool, do you want to sponsor the fix?

 i've noticed however that my name is truncated though:

I don't see how that could happen. Maybe check whether /etc/passwd has
the correct value and if «python -c import os, pwd; print
pwd.getpwuid(os.getuid()) gets it right.

Cheers,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#546535: webboard: does not work at all, either cmdline or applet

2009-09-15 Thread Siegfried Gevatter
2009/9/15 sean finney sean...@debian.org:
 i also noticed that there's a guess_user in the util.py file...

Yeah, the function I gave you was a copy-paste from there :).

(
 Can you please try if adding the following lines (taken from util.py)

  
)

    # paste.debian.net limit name to 10 chars
    user = user[:10]

 there's the answer :)

Ah. Bad pastebin! :)

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Free Software Developer   363DEAE3



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



Bug#541967: webboard: should use gtksourceview2.0 as gtksourceview1.0 is deprecated

2009-08-17 Thread Siegfried Gevatter

Hey,

I'm on holidays right now; feel free to upload yourself, else I'll do once I'm 
back.

Thanks!

--
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.

signature.asc
Description: OpenPGP digital signature


Bug#541118: .ardour project files are not recognized by GNOME (no file type association)

2009-08-11 Thread Siegfried Gevatter
Package: ardour
Severity: wishlist
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic patch

Hi,

From Ubuntu's BTS
(https://bugs.launchpad.net/ubuntu/+source/ardour/+bug/148585): «When
I try to open an Ardour 2.0 i686 project file (test.ardour), Nautilus
2.20.0 does not know what to do with it. Right hand mouse button
context menue offers to open it with Firefox or the text editor but
not with Ardour. This is a severe bug since Ardour's own file opening
capabilities are limited.»

There is a patch available here:
http://launchpadlibrarian.net/29319841/ardour_2.8-1ubuntu2.debdiff

Regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#519076: lightyears: about 35fps

2009-07-06 Thread Siegfried Gevatter
2009/7/6 Jasen Betts ja...@xnet.co.nz:
 I see about 35 fps,

OK, that's what it should be. So.. What exactly do you mean by
«becomes too fast»?

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#519077: lightyears: no documentation for keyboard controls

2009-06-20 Thread Siegfried Gevatter
tag 519077 + pending
thanks

Thank you for your bug report. I have added this information to the
manpage in SVN and a new lightyears revision including this change
will be released shortly.

In the meanwhile, here you have a list of keyboard controls:
 - Build node: N
 - Build pipe: P
 - Destroy: D, backspace
 - Open the menu: escape

Cheers,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#523788: lightyears: Audio latency too high

2009-06-20 Thread Siegfried Gevatter
2009/4/12 Sam Morris s...@robots.org.uk:
 On Sun, 2009-04-12 at 15:38 +0200, Siegfried Gevatter (RainCT) wrote:
 Does this only happend with lightyears or with other pygame games as well?

 It's hard to say... singularity is fine, but monsters has a small amount
 of latency. Not as bad as lightyears though.

Sorry, I don't have this problem here and I don't know what it can be.
I guess it is related to your audio stack (problem with whichever
sound server you are using, bad configuration, drivers or something
else).

In case you have evidence that this is indeed a bug in lightyears
itself, patches or any additional information will be appreciated.

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#519076: lightyears: gameplay becomes too fast (for me)

2009-06-20 Thread Siegfried Gevatter
Have you got a chance to try this by now?

Thanks,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#532494: vilistextum: Enable multibyte (utf8) support

2009-06-18 Thread Siegfried Gevatter
tags 532494 + pending
done

2009/6/9 Christian Ohm chr@gmx.net:
 It would be nice if you could enable the multibyte support of vilistextum, so
 it supports UTF8.

Thanks for taking the time to file this request and helping improve
Debian. I'll upload a fixed version to mentors.debian.net within the
next hours.

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#530053: bubbros: bashism in /bin/sh script

2009-05-25 Thread Siegfried Gevatter
2009/5/25 Raphael Geissert atom...@gmail.com:
 Just drop $* from the -server and -client scripts.

Ah, I see. Thanks!


-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#530053: bubbros: bashism in /bin/sh script

2009-05-24 Thread Siegfried Gevatter
2009/5/24 Raphael Geissert atom...@gmail.com:
 Example:
 $ cat test
 foo=foo
 echo $foo
 . ./test.i $foo
 echo $foo

 $ cat test.i
 [ $1 ] || foo=bar

Well, that example isn't the same as in bubbros, there we don't care
about any variable's value being changed. It would rather be like this
one:

$ cat test
./test1 $*
$ cat test1
echo $1
$ bash ./test foo
foo
$ dash ./test foo
foo
$ zsh ./test foo
foo
$ ksh ./test foo
foo
$ mksh ./test foo
foo
$ pdksh ./test foo
foo

Which works as expected with all tested interpreters.

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#530053: bubbros: bashism in /bin/sh script

2009-05-24 Thread Siegfried Gevatter
2009/5/24 Raphael Geissert atom...@gmail.com:
 Which is broken because the printed $1 in test1 is the one test received (in
 case of non-dash shells) or the one set by dash when sourcing the script.

Sorry, I don't understand what you mean.

Anyway, patches welcome.

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#529495: Alacarte's module should be private

2009-05-19 Thread Siegfried Gevatter
Package: alacarte
Severity: wishlist

Hi,

Alacarte is currently installing its files into
/usr/share/pyshared/Alacarte, thus being available as a module in the
Python default path (eg, they can be imported with import Alacarte).
However, as it isn't meant to be a public module those files should go
into /usr/share/alacarte/ instead.

Regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#529067: ITP: gnome-zeitgeist -- journal of file usage and other activities

2009-05-17 Thread Siegfried Gevatter
Package: wnpp
Severity: wishlist
Owner: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com

* Package name: gnome-zeitgeist
  Version : 0.0.5
  Upstream Author : The Zeitgeist Team
gnome-zeitgeist-us...@lists.launchpad.net
* URL : https://launchpad.net/gnome-zeitgeist
* License : GPLv3+
  Programming Lang: Python
  Description : journal of file usage and other activities

GNOME Zeitgeist is a tool for easily browsing and finding files on
your computer. It keeps a chronological journal of all file activity,
in addition to supporting tagging and establishing relationships
between groups of files.

SAMPLE USE CASE:

John turns on his computer to work on his seminar paper. Instead of
digging through his hierarchal file system, he simply opens up Gnome
Zeitgeist and clicks on the top item in the Recently Used Files
list. When he realizes that he can't remember the name of the website
that he was reading for research yesterday, he simply looks at the
list of files related to his paper and clicks on the website.

For more information, see:
 - http://live.gnome.org/GnomeZeitgeist
 - http://live.gnome.org/Boston2008/GUIHackfest/FileManagement/

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#519076: lightyears: gameplay becomes too fast (for me)

2009-05-02 Thread Siegfried Gevatter
Hi,

Thank you for your bug report and sorry for not getting back to you before.

Can you please change DEBUG = False to DEBUG = True in
/usr/share/games/lightyears/code/primitives.py and start the game from
the terminal and tell me which FPS count it prints when you play?

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#521605: insight has no .desktop file

2009-03-28 Thread Siegfried Gevatter (RainCT)
Package: insight
Version: 6.7.1.dfsg.1-10.1
Severity: wishlist

Hi,

The insight package does contain no .desktop file and thus doesn't
show up in FreeDesktop.org compliant menu's (like Ubuntu's).

For more information:
 https://wiki.ubuntu.com/PackagingGuide/SupplementaryFiles#Desktop
(general info)
 http://standards.freedesktop.org/desktop-entry-spec/latest/ (.desktop
specification)
 http://standards.freedesktop.org/menu-spec/latest/apa.html
(categories for .desktop files)

If you don't want to write the .desktop file yourself just ask and I
can provide one (which should then be installed into
/usr/share/applications/).

Thanks,

Kind regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#508788: screenruler: Will not run

2009-03-25 Thread Siegfried Gevatter (RainCT)
Hello Stephane,

Thanks for taking the time to report this bug and helping improve
Debian. Could you please tell me what output you get if you run
«screenruler» from a terminal?

Thanks!

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#514419: fusion-icon: should suggest compizconfig-settings-manager

2009-03-01 Thread Siegfried Gevatter (RainCT)
tag 514419 pending
thanks


Based upon feedback from #debian-x, I've added it.

Thanks,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#514419: fusion-icon: should suggest compizconfig-settings-manager

2009-02-28 Thread Siegfried Gevatter (RainCT)
Uhm... I'm not sure about this.

Having an entry for compizconfig-settings-manager doesn't really add
any new feature, unless you want to use it (in which case you'll
already know about it and not install it because it is a Suggests).

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#509259: Please guard the inetd.conf checks

2008-12-20 Thread Siegfried Gevatter (RainCT)
Package: dovecot
Severity: wishlist
Version: 1:1.1.7-1
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch jaunty

Dear Maintainer,

Could you please consider wrapping lines 53-66 of
debian/dovecot-common.init between the check below?

# dont check for inetd.conf if its not installed
if [ -f /etc/inetd.conf ]; then
[...]
fi

This is done in Ubuntu to avoid noise as it doesn't ship an inetd
(https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/208411), but
although it perpahps isn't that useful in Debian it can't hurt and
will make merging the package easier.

Kind regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#507369: isomaster's .desktop file is suboptimal

2008-12-07 Thread Siegfried Gevatter (RainCT)
 Categories:Application;AudioVideo;DiscBurning;

Application is deprecated, so you don't need to include it (run
desktop-file-validate on the file and it will tell you the same). And
the : should be an =, of course.

Looks fine otherwise.

 Seems to do the right thing in KDE on Debian and places isomaster in the
 Multimedia menu. I don't have an Ubuntu box; can you confirm the above puts
 isomaster somewhere sane in your menu structure?

It's placed under Sound and video.

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#508069: gtkspell: watch and copyright files

2008-12-07 Thread Siegfried Gevatter (RainCT)
Package: gtkspell
Severity: minor

Hi,

The watch file is broken (directory listing isn't enabled anymore);
I'm attaching a working one. If you want it, I'm also attaching a more
complete debian/copyright file.

Kinds Regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.

P.S.: Ah, as you'll see if you try the watch file, there's a new
upstream version (2.0.15). It would be great if you could update the
package! :)


watch
Description: Binary data


copyright
Description: Binary data


Bug#507369: isomaster's .desktop file is suboptimal

2008-11-30 Thread Siegfried Gevatter (RainCT)
Package: isomaster
Version: 1.3.3-1
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch

Hi,

Currently isomaster has the following .desktop (isomaster.desktop.src) file:


[Desktop Entry]
Name=ISO Master
GenericName=CD image editor
Comment=Graphical CD image editor for reading, modifying and writing ISO images
Exec=isomaster
Terminal=false
StartupNotify=true
Type=Application
Categories=Utility;DiscBurning;AudioVideo;AudioVideoEditing;
MimeType=application/x-iso


There are some flaws with this:
 - The GenericName says that it's for CD, but I guess it can also
handle DVD images.
 - The Comment should start with a verb (GNOME HIG).
 - MimeType is missing a final ;, so this file fails to validate
with desktop-file-validate.
 - The menu entry appears in more than one menu category.

So, I propose the following changes:

--- isomaster-1.3.3.orig/isomaster.desktop.src
+++ isomaster-1.3.3/isomaster.desktop.src
@@ -1,10 +1,14 @@
 [Desktop Entry]
 Name=ISO Master
-GenericName=CD image editor
-Comment=Graphical CD image editor for reading, modifying and writing ISO images
+GenericName=ISO File Editor
+GenericName[ca]=Editor de fitxers ISO
+GenericName[es]=Editor de ficheros ISO
+Comment=Read, write and modify ISO images
+Comment[ca]=Llegiu, escriviu i modifiqueu imatges ISO
+Comment[es]=Leer, escribir i modificar imagenes ISO
 Exec=isomaster
 Terminal=false
 StartupNotify=true
 Type=Application
-Categories=Utility;DiscBurning;AudioVideo;AudioVideoEditing;
-MimeType=application/x-iso
+Categories=Utility;
+MimeType=application/x-iso;

Kind regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#504625: sim-data does

2008-11-05 Thread Siegfried Gevatter (RainCT)
Package: sim
Severity: minor
Version: 0.9.5~svn20080806-1
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch

Dear maintainer,

As package sim-data includes icons, please add a dh_icons call to debian/rules.

Thanks,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#487502: fusion-icon: Knows startup won't work, but issues no warning // traceback

2008-10-12 Thread Siegfried Gevatter (RainCT)
Hello,

Thank you for your bug report. Could you please provide the full
traceback that you get when this happens?

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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



Bug#501927: debian_bundle fails with empty lines containing a space

2008-10-11 Thread Siegfried Gevatter (RainCT)
Package: python-debian
Severity: normal
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid patch

Hello,

Parsing hundreds of debian/control files from REVU (Ubuntu's New
Package Review Platform) using debian_support.PackageFile, I've found
out that it failed with many of them have they had a space between
different Package stanzas (that is,  \n instead of just \n).

Therefore, line «if line == '\n':» (line 110, function __iter__)
should be «if line.strip(' ') == '\n':» instead, so that it handles
that case gracefully.

Kind regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.


Bug#499275: nanourl has a bad description (+ the apache dependency is unnecessary)

2008-09-17 Thread Siegfried Gevatter (RainCT)
Package: nanourl
Severity: minor

Hi,

The current long description of package nanourl, «NanoURL is an
implementation of the TinyURL website for your localhost. All that it
needs are 2 PHP files, php + mySQL support, and a simple mySQL
database.», assumes that everone knows what TinyURL is and contains
information which shouldn't IMHO be there (the dependencies already
have their own fields). I think it would be good if it described what
it actually does instead (again, to clarify, I'm not asking for the
TinyURL reference to be removed -which I find good- but for the
description to also explain what it is, and the dependencies
information to be removed from there).

Additionally, there's a bug on Ubuntu
(https://launchpad.net/bugs/268773) which complains about the package
depending on Apache when there's no need for it (there are plenty of
other web servers which can be used instead, and the php and php-mysql
dependencies will already ensure that one of them is available).

Kind regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.


Bug#493025: Proposal: change menu entry from vegastrike to vsinstall

2008-07-30 Thread Siegfried Gevatter (RainCT)
Package: vegastrike
Severity: wishlist

Hi,

I want to suggest changing the menu so that it starts vsinstall
instead of vegastrike, as the first one will allow the user to
configure the application the first time it's run and then launch it
(and on further runs, when it has already been configured, start
vegastrike directly).

Kinds Regards,

-- 
Siegfried-A. Gevatter



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



Bug#486262: [wishlist] lsb-release as a Python module (in addition to the executable)

2008-06-14 Thread Siegfried Gevatter (RainCT)
Package: lsb
Severity: wishlist

Hello,

I think it would be useful to modify the lsb_release script so that
the was a module which could be directly used in Python applications,
in addition to the command-line executable. There are a lot of scripts
using lsb_release, and it is a pity that those written in Python have
to use pipes in order to use lsb_release, being it a Python
application itself.

Dear regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
Ubuntu Developer. Debian Contributor.



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