This package provide experimental macros and scripts for debian packaging.

To create simple deb package, just add it to your project. Macro menu will
appear, inside which are two options:

Packaging settings... (Ctrl+Alt+P)
-------------------------------
Opens a file containing packaging configuration. If the file was not selected 
yet, a dialog will ask you for a path. If the file given does not exist, it
is created with default contents, which you should change before proceeding
to packaging itself.

Package .deb (Alt+P)
--------------------
If the configuration file is not set yet, acts as previous item. Otherwise it
starts a packaging script supplying it the configuration file.

The default configuration file contains notes and explanations of each of 
the variables that need to be set in order for the pacakging script to work.
The script is very simple and creates simple packages, but if necessary, it 
can be extended (ideas: using lintian, pbuilder, dsc support etc...).

The script depends on standard debian packaging tools. You should install
dpkg-dev and debhelper packages to your system before using it.
