M HYPE SPLASH
// general

Create deb from dvcs-source

By Emma Payne

Is there a system in Ubuntu which simplify the process of getting the sources from git, compile and package it into a deb?

I'm looking for something similar to the PKGBUILD in ArchLinux which can be configured with any kind of vcs repo as source and then packaged as that distributions package format.

1 Answer

You might want to have a look at git-buildpackage.

There are similar tools, one for each VCS:

$ aptitude search buildpackage
p arch-buildpackage - tools for maintaining Debian packages using arch
v bzr-buildpackage -
p cvs-buildpackage - A set of Debian package scripts for CVS source trees.
p darcs-buildpackage - Suite to help with Debian packages in Darcs archives
p git-buildpackage - Suite to help with Debian packages in Git repositories
p mercurial-buildpackage - Suite to maintain Debian packages in Mercurial repository
p svn-buildpackage - helper programs to maintain Debian packages with Subversion
p tla-buildpackage - Suite to help with Debian packages in Arch archives 

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy