Provided by: emdebian-grip_3.1.0_all bug

NAME

       emgrip-build - build wrapper script for Emdebian Grip

SYNOPSIS

       emgrip-build [[--debuild]] [[--n] | [--dry-run]] [[--V] | [--vendor]] [[DPKG-OPTIONS]]

       emgrip-build [[-?] | [-h] | [--help]]

DESCRIPTION

       emgrip-build is a simple wrapper for dpkg-buildpackage that runs the built package through
       emgrip. This results in both types of packages existing in the parent directory.

       -n|--dry-run
           Only print the commands that would be executed, do not build the package.

       --debuild
           Builds the package using debuild instead of using dpkg-buildpackage directly.

       -V|--vendor
           DEB_VENDOR support. The default vendor is emdebian-grip. Same effect can also be
           achieved using the DEB_VENDOR environment variable.

           If the named vendor cannot be parsed by dpkg-vendor or if the Grip-Build-Option and
           Vendor-Namevariables are not set for that vendor, emgrip-build exits.

       DPKG-OPTIONS
           Any unrecognised options are passed directly to dpkg-buildpackage, there is no need
           for --.

AUTHOR

       Emdebian

       Neil Williams
           Debian and Emdebian developer.

COPYRIGHT

       The GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007.PP This documentation is part of
       emdebian-grip.

       emdebian-grip 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 3 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, see http://www.gnu.org/licenses/.

           Note
           In Debian you can find a copy of the GNU General Public Licence in /usr/share/common-
           licenses/GPL-3