Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dh-make-gosa(1) [debian man page]

DH-MAKE-GOSA(1) 						      Debian							   DH-MAKE-GOSA(1)

NAME
dh-make-gosa - Debianizes the source of a given gosa plugin SYNOPSIS
dh-make-gosa [OPTION]... SOURCE DESCRIPTION
dh-make-gosa takes a directory or tar ball of an existing gosa plugin and adds debian information to it. Feel free to use dpkg-buildpackage to generate your own gosa-plugin package from source or svn and enable it in the gosa.conf(5) file to activate it. OPTIONS
-r debian-release, --release debian-release Set the Debian release to debian-release when generating the Debian tree. Default is the unstable release. --dest destination-directory Place where dh-make-gosa will place its working data while generating the source directory. Defaults to the current directory. --section debian-section Set the Debian section to debian-section when generating the Debian tree. Defaults to the the web section. --depends package,package,... Add additional dependencies to the Debian tree which did not get listed in the plugin.dsc file. This is a comma seperated list of Debian package names. -e mail, --email mail Overrides the Debian packager defined inside the plugin.dsc file by the one specified by mail. Example usage # Check out a plugin from SVN svn co https://oss.gonicus.de/repositories/gosa/trunk/gosa-plugins/samba /tmp/samba # Debianize the tree cd /tmp dh-make-gosa --email cajus@debian.org --release etch --section web samba # Build debian package cd samba dpkg-buildpackage -uc -us -rfakeroot To build everything from the subversion repository which is GOsa related, please take a look at the contributed make-gosa-package script. AUTHOR
Cajus Pollmeier <cajus@debian.org> BUGS
Please report any bugs, or post any suggestions, to the GOsa mailing list <gosa-devel@oss.gonicus.de> or to <https://oss.goni- cus.de/labs/gosa> LICENCE AND COPYRIGHT
This code is part of GOsa (L<http://www.gosa-project.org>) Copyright (C) 2003-2009 GONICUS GmbH This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. GOsa v2.6 2008-04-07 DH-MAKE-GOSA(1)

Check Out this Related Man Page

SVN-INJECT(1)							 Command reference						     SVN-INJECT(1)

NAME
svn-inject - puts a Debian source package into Subversion repository SYNOPSIS
svn-inject [options] package.dsc repository_URL OPTIONS
svn-inject accepts the following options on the command-line: -h print the help menu -v Make the command output verbose Default: Off. -q Hide less important messages Default: Off. -l Layout type. 1 (default) means package/{trunk,tags,branches,...} scheme, 2 means the {trunk,tags,branches,...}/package scheme. Default: 1 -t directory Specify the directory where the .orig.tar.gz files are stored on the local machine. Default: Off. -d | --do-like=directory Looks at the working directory of some other package and uses its base URL, tarball storage directory and similar checkout target directory. Default: Off. -c number Checkout nothing (0), trunk directory (1) or everything (2) when the work is done. Default: 1 -o Only keep modified files under SVN control (including the debian/ directory), track only parts of upstream branch Default: Off. -O | --no-branches Do not create the branches subdirectory at all. This works in a similar way to -o but all changes on upstream files (e.g. meta changes like updating the config.guess and config.sub files) are ignored and the upstream branch is not used. Default: use branches/. -s By default, svn-inject used to create .svn/deb-layout after an inject operation if a checkout followed the inject. Since version 0.6.22 this behaviour is deprecated. With this parameter svn-inject will replicate the old behaviour. This option was provided since it can be useful when creating a local override file. Default: Off. -setprops -set-props Set svn-bp:* props on the debian directory automatically. Default: Off. SEE ALSO
/usr/share/doc/svn-buildpackage/() The svn-buildpackage HOWTO manual svn-upgrade(1) upgrade source package from a new upstream revision. svn(1) Subversion command line client tool dpkg-buildpackage(1) Debian source package tools AUTHORS
Eduard Bloch This manual page was written by Eduard Bloch in roff. Goneri Le Bouder Converted manpages to SGML. Neil Williams Converted manpages to DocBook XML and current Debian maintainer COPYRIGHT
Copyright (C) 2009 Eduard Bloch Release: 0.8.2 May 2009 SVN-INJECT(1)
Man Page