hg-buildpackage

Name

hg-buildpackage -- Build Debian packages from a Mercurial archive

Synopsis

hg-buildpackage [args for debuild...]

Description

The hg-buildpackage command is used to build Debian source and .deb packages from a checked-out version of a Debian source tree. Please refer to the hg-buildpackage manual for instructions on how to check out such a tree.

hg-buildpackage will, in order:

Options

All options passed to hg-buildpackage are sent directly to debuild(1).

ENVIRONMENT VARIABLES

If the DBP_BUILDER environment variable is set, it will be taken as the name of a command to use to build the Debian packages. It will be passed the same arguments as debuild would have received.

Example

~$ cd ~/tree/debian
FIXME: show example
      

Environment

This application uses no environment variables directly, but other programs it calls may do so.

Copyright

hg-buildpackage, all associated scripts and programs, this manual, and all build scripts are Copyright © 2003 - 2007 John Goerzen.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Author

hg-buildpackage, its modules, documentation, executables, and all included files, except where noted, was written by John Goerzen and copyright is held as stated in the COPYRIGHT section.

hg-buildpackage may be downloaded from the Debian packaging system or at http://packages.debian.org/hg-buildpackage.

hg-buildpackage may also be downloaded using Mercurial by running hg clone http://hg.complete.org/hg-buildpackage.

See Also

Detailed usage information, including a background and a description of how the tools fit together, can be found in the hg-buildpackage Manual. On Debian systems, you may find this at /usr/share/doc/hg-buildpackage.

hg-buildpackage applications have references in that manual and the following manpages: hg-importdsc(1), hg-importorig(1), hg-markdeb(1), hg-buildpackage(1).

Other related references include: hg(1), debuild(1), dpkg-buildpackage(1).