Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uscan-components(1p) [debian man page]

USCAN-COMPONENTS(1p)					User Contributed Perl Documentation				      USCAN-COMPONENTS(1p)

NAME
uscan-components - wrapper around uscan for package and components SYNOPSIS
uscan-components [options] DESCRIPTION
"uscan-components" is a wrapper around "uscan" for packages using "dh_components". Firstly it will check that both the package and all the components have watch files; and will return an error if they do not. Then it will run uscan on the main watch file. If that downloads something it will run uscan on each of the components. It accepts a number of uscan options all of which are passed onto to each invocation of uscan. OPTIONS
--upgrade --no-upgrade By default the current versions of the various components will be downloaded. This resolves into --force-download and either --download-current-version or --upstream-version for the main and component tarballs respectively. The current versions of the components are stored in the files: "debian/components/"comp"/version". If the --upgrade option is applied then instead the latest version will be requested and the version files updated accordingly. --dry-run If set no actual uscan will not actually be called but those that might be will be listed. --help Prints a brief help message and exits. --man Prints the manual page and exits. --verbose --no-verbose These options simulate the verbosity flag being passed to "uscan". The actual invocations must always be verbose as the information is required to correctly rename the component files. However the output is not passed back to the user if verbosity is turned off. --report --report-status --pasv --no-pasv --timeout --debug --user-agent, --useragent All of the these arguments are passed straight to each uscan invocation. FILES
For each component the watch file is assumed to be in "debian/components/"component"/watch" and the component version is maintained in "debian/components/"component"/version". SEE ALSO
uscan(1) AUTHOR
Nicholas Bamber <nicholas@periapt.co.uk> perl v5.12.4 2011-11-05 USCAN-COMPONENTS(1p)

Check Out this Related Man Page

SVN-UPGRADE(1)							 Command reference						    SVN-UPGRADE(1)

NAME
svn-upgrade - upgrade source package from a new upstream revision SYNOPSIS
svn-upgrade newsource [options] DESCRIPTION
svn-upgrade modifies a Debian package source located in a Subversion repository, upgrading it to a new upstream release. The repository filesystem tree must be in the format created by svn-inject. OPTIONS
svn-upgrade accepts the following options on the command-line: -V STRING | --version STRING Forces a different upstream version string Default: Off. -c | --clean Runs make clean and removes the debian/ directory in the new source. Default: Off. -P STRING | --packagename STRING Forces a different package name Default: Off. -v | --verbose More verbose program output Default: Off. -r | --replay-conflicting Extra cleanup run: replaces all conflicting files with upstream versions. Review of svn status output before doing that could make sense. Default: Off. -N | --noautodch Upgrade without making a new changelog entry. Default: Make the changelog entry. -u | --uscan Use uscan to download the new version. --noninteractive Turn off interactive mode. --ignoreerrors In noninteractive mode, ignore errors. --ignored-files-action STRING Make files that are ignored due to subversion ignore patterns to be 'import'ed or 'skip'ed. -e | --auto-epoch Automatically increase version epoch if the new upstream version is not greater than the current. --debclean Run debclean before merging the new upstream source. Tarballs must be compressed with gzip or bzip2. SEE ALSO
/usr/share/doc/svn-buildpackage/() The svn-buildpackage HOWTO manual svn(1) Subversion command line client tool svn-buildpackage(1) build Debian packages from SVN repository 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-UPGRADE(1)
Man Page