Debian package for id3encodingconverter

Just finished the debian package for id3encodingconverter. First Debian package at all.

I used the following steps to create the package:


svn checkout http://id3encodingconverter.googlecode.com/svn/trunk/ id3encodingconverter-0.1alpha.svn20080415

svn update http://id3encodingconverter.googlecode.com/svn/wiki/ id3encodingconverter_wiki/

cp id3encodingconverter_wiki/TODO.wiki id3encodingconverter-0.1alpha.svn20080415/TODO

tar --exclude=".svn" -cvvf id3encodingconverter-0.1alpha.svn20080415.tar id3encodingconverter-0.1alpha.svn20080415

gzip id3encodingconverter-0.1alpha.svn20080415.tar

cd id3encodingconverter-0.1alpha.svn20080415

dh_make -e christoph.burgmer@stud.uni-karlsruhe.de -f ../id3encodingconverter-0.1alpha.svn20080415.tar.gz

# changes changes changes to files under debian/* here

dpkg-buildpackage -rfakeroot

debc # have a look

lintian -i ../id3encodingconverter_0.1alpha.svn20080415-1_i386.changes