Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cabal-debian(1) [debian man page]

CABAL-DEBIAN(1) 					      General Commands Manual						   CABAL-DEBIAN(1)

NAME
cabal-debian - create Debian package meta data from a Haskell cabal file. SYNOPSIS
cabal-debian [flags] DESCRIPTION
cabal-debian will generated the Debian meta data for a Debian package from the cabal file of a Haskell package. The program expects to find the package's <pkgname>.cabal file in the directory from which it was run. --prefix=PATH Pass this prefix if we need to configure the package --ghc Compile with GHC. --hugs Compile with HUGS. --jhc Compile with JHC. --nhc Compile with NHC. -h, -?, --help Show this help text. --name=NAME Override the default package name. --disable-haddock Don't generate API docs. --disable-library-profiling Don't generate profiling libraries. --disable-optimization Don't generate optimised code. --disable-split-objs Don't split object files to save space. -f FLAGS, --flags=FLAGS Set given flags in Cabal conditionals. --release=RELEASE Override the default package release. --debdir=DEBDIR Override the default output directory ("./debian"). -v n,q --verbose=n Change build verbosity. --version=VERSION Override the default package version. --maintainer=Maintainer Name <email addr> Override the Maintainer name and email in $DEBEMAIL/$EMAIL/$DEBFULLNAME/$FULLNAME. --debianize Generate a new debianization, replacing any existing one. One of --debianize, --substvar, or --update-debianization is required. --substvar=Doc, Prof, or Dev Write out the list of dependencies required for the dev, prof or doc package depending on the argument. This value can be added to the appropriate substvars file. --update-debianization Update an existing debianization. AUTHOR
This manual page was originally written by Erik de Castro Lopo <erikd@mega-nerd.com> for the Debian GNU/Linux system (but may be used by others). May 10, 2010 CABAL-DEBIAN(1)

Check Out this Related Man Page

DEBCONF-UPDATEPO(1)						    po-debconf						       DEBCONF-UPDATEPO(1)

NAME
debconf-updatepo - update PO files about debconf templates SYNOPSIS
debconf-updatepo [-v] [-h] [--podir=DIR] [--skip-pot] [--skip-merge] [--msgid-bugs-address=EMAIL] DESCRIPTION
This program reads po/POTFILES.in to determine which master files need to be processed, then extracts new gettext strings into po/templates.pot and updates all po/*.po files. This script can be called either in the top-level directory, or in the debian or debian/po subdirectories. It is run by developer and/or translator to update PO files when the English text is modified in templates files. OPTIONS
-h, --help Display a usage summary and exit. -v, --verbose Process in verbose mode. --podir=DIR Set directory for PO files. By default PO files are searched in debian/po, po and ../po directories in that order. --skip-pot Do not generate a new po/templates.pot file. --skip-merge Do not merge existing PO files with po/templates.pot. --msgid-bugs-address=EMAIL Set the email address that will be specified in the POT's Report-Msgid-Bugs-To field. By default, this field is set to <package>@package.debian.org. It is intended for the maintainers of Debian based distributions, and should be used in the following cases: o The package is not present in Debian (and thus the <package>@packages.debian.org address does not exist). o The maintainer made significant changes in the debconf templates (or added templates to a Debian package without templates), and does not want to bother the Debian maintainer with bug reports that won't be relevant for the Debian maintainer. The default address is preferred to avoid corrections in the Debian based distribution without a notification to the Debian maintainer. SEE ALSO
debconf-gettextize(1), po2debconf(1), podebconf-report-po(1), po-debconf(7). AUTHOR
Denis Barbier <barbier@linuxfr.org> 2010-11-17 DEBCONF-UPDATEPO(1)
Man Page