~ubuntu-branches/debian/squeeze/devscripts/squeeze

« back to all changes in this revision

Viewing changes to scripts/list-unreleased.1

  • Committer: Bazaar Package Importer
  • Author(s): Adam D. Barratt
  • Date: 2008-07-26 21:57:20 UTC
  • Revision ID: james.westby@ubuntu.com-20080726215720-u8oe2p6c7hxixfq8
Tags: 2.10.35
* checkbashisms: Only flag "local x y" and "local foo=bar" when --posix is
  used, as the use of the constructs is likely to become policy compliant
  in the near future (see Policy bug #473019)
* debcommit: When --diff is used, don't open an editor to confirm commit
  messages
* po4a/po/fr.po: Update French manpage translations; thanks Nicolas FRANCOIS
  (Closes: #491001)
* who-uploads: Call "gpg --verify" with LC_ALL set to C to ensure that
  the output is in the expected format (Closes: #492474)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH LIST-UNRELEASED 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
 
2
.SH NAME
 
3
list-unreleased \- display UNRELEASED packages
 
4
.SH SYNOPSIS
 
5
\fBlist-unreleased\fR [\fIarg\fR ...] [\fIpath\fR ...]
 
6
.SH DESCRIPTION
 
7
Searches for packages whose changelogs indicate there are pending changes
 
8
(UNRELEASED) and either lists them or displays the relevant changelog entry.
 
9
.PP
 
10
By default it searches for packages under the current directory. If a path
 
11
is specified it will look for packages under that directory instead.
 
12
.SH OPTIONS
 
13
.TP
 
14
.B -c
 
15
Display pending changes.
 
16
.TP
 
17
.B -R
 
18
Don't recurse into subdirectories looking for packages.
 
19
.SH "SEE ALSO"
 
20
.BR debchange (1)
 
21
.SH AUTHOR
 
22
\fBlist-unreleased\fR was written by Frans Pop <elendil@planet.nl>.
 
23
This manual page was written by Joey Hess <joeyh@debian.org>.