Submittted my first Debian package



Yesterday I submitted my first Debian package. The packaged software is Nautilus Image Manipulator, a program I started writing as a Christmas present for my father 3 months ago. It seemed as a good fit for learning how to do Debian packaging.

The package has been submitted to http://mentors.debian.net/ and can be found there. I hope I haven't messed it up too much ;)

EDIT: Here are some links that were pretty useful to me to understand the packaging process:

Since it's a Python program, I first created the Distutils package following the Distributing Python Modules.

I then read the Debian New Maintainers' Guide from A to Z. This document is really full of information, it explains each step very thoroughly. It can seem as if it is a long and complicated process, but that's because the guide goes really into each detail you need to know.

Also pretty useful to learn about the Debian packaging process from another angle is the Ubuntu PackagingGuide.

I have started compiling the different steps into a document that's in my project's version control repository, so that I can build packages in the future without having to read all this information again. It is a work in progress (for example the part about rebuilding a package for a new version using the older package's ./debian files is not yet written), but it will definitely help me in the future. Here is a link to the latest version of that file!

Hope this can be useful to others that want to get involved with Debian packaging!