@antonpiatek on twitter

  • @sxa555 it applies to all smartphones, but I found it amusing none the less in reply to sxa555 1 week ago
  • Wife just complained that iPhone is bad cause you can sit on the sofa and buy stuff... 1 week ago
  • RT @marketspi RT @sickipedia: How do you confuse a Daily Mail reader?Tell them asylum seekers kill paedophiles. 1 week ago
  • RT @marketspi Today my sis told my 3 year old niece that I am a teacher who teaches "hard types of counting". I should put that on my cv. 1 week ago
  • Most of my morning gone to running handover to post-ga team in India. Conf call quality is bad, and I'm near falling asleep! 1 week ago
  • My phone has stopped showing tweets in friend stream, how annoying 2 weeks ago
  • More updates...

Posting tweet...

Powered by Twitter Tools

A Debian Packaging Howto

I do a fair bit of Debian/Ubuntu packaging at work (kind of on the side) and have had several people tell me that although the New Maintainer’s guide (http://www.debian.org/doc/maint-guide/ or it is available offline in the package maint-guide and also has some translations) does do an introduction it is a bit hard to follow, particularly if you have a really simple program you want to package up and release. The New Maintainer’s guide does assume you have an existing tarball to work from, and that is often not the case if you just want to package up something you have made so I thought I would write a detailed walkthrough of packaging up something simple.
Continue reading A Debian Packaging Howto

dpatch – using patch files in Debian packaging

I do a fair bit  of packaging of Debian and Ubuntu packages at work, often having to make tweaks to upstream packages. I used to just hack the upstream source directly, but have now discovered dpatch.

dpatch is a clever addition to the Debian packaging process which allows all your changes to be stored as patch files . . . → Read More: dpatch – using patch files in Debian packaging