View Single Post
jeremiah's Avatar
Posts: 170 | Thanked: 261 times | Joined on Feb 2009 @ Gothenburg, Sweden
#37
Originally Posted by fatalsaint View Post
Only thing I don't like about the New Maintainers Guide, from what I've read, is it pretty much assumes you're dealing with a source package (.tar.gz) to be used with automake...

In this case of Python/perl things.. there is no source package. The source IS the binaries. All you need to do is make your structure, create a control/copywrite/changelog file, and make the package.

Seems it would be a bit easier than the dh_make method of doing things..
There is other documentation written regarding dynamic language support for packaging in debian.

For a source package, all you have to do is create a directory to hold your script, then you can use tar and gzip to create a tarball. Add a Makefile and you are ready to go!