Graphical tool for creating Deb packages

Yes, there's Ubucompiler:, but development has ceased:

Screenshot

Description:

An easy software to ubuntu, debian, linux mint to compile, make, install and create a .deb package

On the other hand, on this wepupd8.org page, a critic of Ubucompiler reads as follows:

Ubucompilator does not add the necessary Build-Depends to the Debian control file so yes, the .deb package can be created with Ubucompilator, but you cannot use the source code to say Launchpad so it can be build for different architectures, etc. Also, the packages are not signed and so on, so that's not the proper way of creating a .deb file


You could try debomatic. It's already in Ubuntu's package archives:

sudo apt-get install debomatic

It provides a simple tool to automate build of source packages with limited user interaction and a simple configuration. It has some useful features such as automatic update of pbuilder, automatic scan and selection of source packages to build and modules support.

It is meant to help developers to build their packages without worrying too much of compilation, since it will run in background and no user feedback is required during the whole process.

The project is developed by a Ubuntu developer: https://launchpad.net/debomatic


GiftWrap is another option.


Check out Ubucompilator in its updated version 1.0 beta. A short usage introduction video can be found here: http://www.webupd8.org/2010/10/ubucompilator-easy-deb-creator-10-beta.html


Also you should check Debreate

Description:

Debreate is a utility to aid in building Debian packages (.deb). The goal is to make packaging for Debian based Linux distributions more appealing with an easy to use interface for creating distributable archives of applications, artwork, media, and more. Control dialog for Debreate

Features:

  • Changelog editor Script editor (pre-install, post-install, pre-remove, post-remove);
  • System menu launcher editor;
  • Dependencies, pre-depends, conflicts, breaks, suggests, recommends, enhances, and replaces editor;
  • md5checksum;
  • Building a package from a preexisting build tree.

Opendesktop.org link

I am using for my CarMusTy distribution.