LukasFittl

Differences between revisions 14 and 121 (spanning 107 versions)
Revision 14 as of 2006-01-04 21:48:24
Size: 2344
Editor: 83-65-242-100
Comment:
Revision 121 as of 2010-03-23 12:55:04
Size: 2470
Editor: 83-65-170-147
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
== Contact ==
  * E-Mail: lfittl@ixios-software.com
  * IRC: {{{lfittl}}} on {{{#ubuntu-devel, #ubuntu-motu (freenode)}}}
  * Jabber: {{{lfittl@jabber.ccc.de}}}
  * GPG Key: [http://pgp.surfnet.nl:11371/pks/lookup?op=get&search=0xD34BC676 D34BC676]
||<tablestyle="float:right; width:200px; margin: 1em 1em 1em 3em;" style="border: none;"> {{http://fittl.com/images/lfittl.jpg||width=300px}} ||
Line 8: Line 4:
== Projects ==
  * [http://projects.ixios-software.com/nautilus-script-manager/ nautilus-script-manager]
||<tablestyle="font-size: 0.9em; width:60%; background: #eee; margin: 1em 0 0 1em;" style="padding: 0.5em;"> '''Launchpad''': || [[https://launchpad.net/~lfittl/|lfittl]] ||
|| '''Email''': || lukas@fittl.com ||
|| '''Jabber''': || {{{lfittl@jabber.metalab.at}}} ||
|| '''Homepage''': || [[http://fittl.com|fittl.com]] ||
Line 11: Line 9:
== Patches ==
  * [https://sourceforge.net/tracker/index.php?func=detail&aid=1397210&group_id=29557&atid=396646 libloki (Makefile fixes)]
  * [http://sourceforge.net/tracker/index.php?func=detail&aid=1397259&group_id=29557&atid=396646 libloki (Virtual destructors added)]
  * [http://sourceforge.net/tracker/index.php?func=detail&aid=1397261&group_id=29557&atid=396646 libloki (Removal of system calls)]
I do Ubuntu stuff from time to time, depending on other projects and work. I try to attend the Ubuntu Development Summits, to get to know the community, and to discuss some ideas I had in mind myself, or I got from talking with other people.
Line 16: Line 11:
= Contributions to Ubuntu =
== Packaging ==
=== My Work for Ubuntu (2007) ===
I have started using Ubuntu with 5.04 / Hoary, and with the start of the dapper release cycle I got interested in packaging. For Dapper I fixed around 60 unmet dependencies in universe, most of them because of a new gnustep version. If I find some free time I triage bugs in Malone, and I also review old bug reports to ensure they have the correct status. I also added a new column to the packaging candidates page, to make tracking the Debian status and existing packages easier.
Line 19: Line 14:
 * [http://lists.ubuntu.com/archives/dapper-changes/2005-November/001093.html libloki (Update)]
 * [http://lists.ubuntu.com/archives/dapper-changes/2005-December/002799.html libcafix (New)]
 * [http://lists.ubuntu.com/archives/dapper-changes/2005-December/003144.html mdf2iso (New)]
 * [http://lists.ubuntu.com/archives/dapper-changes/2005-December/003573.html cafix (New)]
 * [http://revu.tauware.de/details.py?upid=1243 audio-convert (New, REVU)]
 * [http://lists.ubuntu.com/archives/dapper-changes/2005-December/003308.html audacity (Update)]
 * [http://revu.tauware.de/details.py?upid=1241 nautilus-script-manager (New, REVU)]
 * [http://revu.tauware.de/details.py?upid=1242 nautilus-svn-scripts (New, REVU)]
I have not done much work between Dapper Feature Freeze and July 2006, primarily because I did a lot of programming this time, but I still looked out for any bugs or new upstream versions of my maintained packages, there was simply nothing to do (just to explain the gap in my regular contributions).
Line 28: Line 16:
== Malone Bug Status Updates == Unfortunately, I have not been able to attend UDS at Mountain View for 7.04 / Feisty Fawn, which meant that I have not been involved in any feature development for Feisty Fawn.
Line 30: Line 18:
 * [https://launchpad.net/distros/ubuntu/+source/gnomad2/+bug/354 #354 -> NeedInfo]
 * [https://launchpad.net/distros/ubuntu/+source/libflorist-3.15p-1/+bug/249 #249 -> Fixed]
 * [https://launchpad.net/distros/ubuntu/+source/deborphan/+bug/3196 #3196 -> Fixed]
 * [https://launchpad.net/distros/ubuntu/+source/vlc/+bug/756 #756 -> Fixed]
 * [https://launchpad.net/distros/ubuntu/+source/gnat/+bug/3326 #3326 -> Fixed]
 * [https://launchpad.net/distros/ubuntu/+source/nvclock/+bug/3662 #3362 -> Fixed]
Participant at UDS Sevilla.
Line 37: Line 20:
= Programming Stuff =
== Code Snippets (C++, GNU/Linux) ==
 * [http://ixios-software.com/~lfittl/misc/cpp/execute-simple.cpp Execution of binaries (fork & execvp)]
In-active at the end of the Gutsy Gibbon cycle, and the complete Hardy Heron release cycle.
Line 41: Line 22:
---- Specs I created and dicussed, but didn't find time to implement yet:
 * [[NautilusScriptsSpec|Nautilus Scripts Management:]] A simple way of providing nautilus scripts in packages, and make it easy for non-technical users to activate them.
 * [[ChecklibForUbuntuSpec|Automatically check library dependencies:]] Save lots of rebuilds by only depending on libraries a package really uses, and automatically detect and report invalid dependencies.
Line 43: Line 26:
Related pages:
[[FullSearch()]]
=== Team Membership Timeline ===

 * 2006/08/14: Ubuntu Member
 * 2006/08/18: MOTU Games Team Member
 * 2006/08/29: MOTU

Lukas Fittl

http://fittl.com/images/lfittl.jpg

Launchpad:

lfittl

Email:

lukas@fittl.com

Jabber:

lfittl@jabber.metalab.at

Homepage:

fittl.com

I do Ubuntu stuff from time to time, depending on other projects and work. I try to attend the Ubuntu Development Summits, to get to know the community, and to discuss some ideas I had in mind myself, or I got from talking with other people.

My Work for Ubuntu (2007)

I have started using Ubuntu with 5.04 / Hoary, and with the start of the dapper release cycle I got interested in packaging. For Dapper I fixed around 60 unmet dependencies in universe, most of them because of a new gnustep version. If I find some free time I triage bugs in Malone, and I also review old bug reports to ensure they have the correct status. I also added a new column to the packaging candidates page, to make tracking the Debian status and existing packages easier.

I have not done much work between Dapper Feature Freeze and July 2006, primarily because I did a lot of programming this time, but I still looked out for any bugs or new upstream versions of my maintained packages, there was simply nothing to do (just to explain the gap in my regular contributions).

Unfortunately, I have not been able to attend UDS at Mountain View for 7.04 / Feisty Fawn, which meant that I have not been involved in any feature development for Feisty Fawn.

Participant at UDS Sevilla.

In-active at the end of the Gutsy Gibbon cycle, and the complete Hardy Heron release cycle.

Specs I created and dicussed, but didn't find time to implement yet:

Team Membership Timeline

  • 2006/08/14: Ubuntu Member
  • 2006/08/18: MOTU Games Team Member
  • 2006/08/29: MOTU


CategoryHomepage

LukasFittl (last edited 2010-03-23 12:55:04 by 83-65-170-147)