26,629 reputation
675142
bio website plzz.de
location Germany
age 25
visits member for 2 years, 10 months
seen 5 hours ago
stats profile views 3,407

I'm a Software Developer based in Berlin, Germany.


Jun
6
reviewed Approve suggested edit on Can't launch my-weather-indicator
Jun
5
reviewed Approve suggested edit on What is the workaround for Medtronic Carelink Ubuntu compatibility?
May
31
asked With gpg --verify, how do I distinguish valid signatures and valid signatures from trusted keys programmatically?
May
29
awarded  Popular Question
May
27
comment Packaging nodejs code, how do I prevent lintian from complaining about ./node_modules?
Lintain only returns a non-zero exit status if there are errors, not warnings. I do want the build to fail in that case. Also, using lintian is the easiest way to ensure we build decent packages; ignoring those warnings and errors without good reason is a slippery slope I do not want to go down. So far, building packages without any warnings or errors has been reasonably easy.
May
24
comment Packaging nodejs code, how do I prevent lintian from complaining about ./node_modules?
The packaging is actually run as part of a makefile, meaning it'll fail (exit 1) if we don't suppress the errors. Using a debian/lintian-overrides file, the warnings and errors are still shown, but they don't cause the build to fail.
May
24
reviewed Approve suggested edit on Connecting my Sony Ericsson experia is giving me problems
May
24
reviewed Approve suggested edit on SD card can't be mounted anymore
May
23
reviewed Leave Open 3D windows doesn't work in Ubuntu 13.04
May
23
reviewed Leave Open efi boot sequence
May
23
reviewed Leave Open Software Center won't open in Builder distro
May
23
reviewed Close iPod won"t mount in 10.04 amd version
May
23
awarded  Custodian
May
23
reviewed Leave Open Error launching Software Management and Updating
May
23
comment Error launching Software Management and Updating
You should include the contents of virtualbox.list in your question. You can open the file by running gksu gedit /etc/apt/sources.list.d/virtualbox.list
May
23
reviewed Close Virtualbox doesn't start Windows XP
May
23
reviewed Leave Open Can't seem to get script/cron job to work?
May
23
comment Ubuntu 12.04.2 - OEM installation - UEFI mode
Thanks for the link. It seems this question is specifically about the OEM installation. They're related, but it isn't a duplicate.
May
17
comment Packaging nodejs code, how do I prevent lintian from complaining about ./node_modules?
Exactly what I needed! Just hypothetically, would a package that pulls in lots of dependencies like this (and which silences lintain warnings and errors) be acceptable for universe? (assuming I'd generate a proper debian/copyright file with all the licenses in it)
May
17
accepted Packaging nodejs code, how do I prevent lintian from complaining about ./node_modules?