From 6f1313e1a47b7b4d9422ac59a7e85a10f01b4a6e Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Sat, 26 Jun 2010 14:11:27 -0400 Subject: [PATCH] massfile: Add manpage. --- debian/changelog | 3 ++- doc/massfile.1 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 doc/massfile.1 diff --git a/debian/changelog b/debian/changelog index 8000b3c..a981236 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ ubuntu-dev-tools (0.101) UNRELEASED; urgency=low * syncpackage: Update manpage to reflect current usage. (LP: #598477) * ubuntu-build: Update manpage to reflect current usage. (LP: #490535) * edit-patch: Add manpage. (LP: #538379) + * massfile: Add manpage. - -- Andrew Starr-Bochicchio Fri, 25 Jun 2010 17:13:50 -0400 + -- Andrew Starr-Bochicchio Sat, 26 Jun 2010 13:52:40 -0400 ubuntu-dev-tools (0.100) maverick; urgency=low diff --git a/doc/massfile.1 b/doc/massfile.1 new file mode 100644 index 0000000..5b62033 --- /dev/null +++ b/doc/massfile.1 @@ -0,0 +1,45 @@ +.TH MASSFILE "1" "June 2010" "ubuntu-dev-tools" +.SH NAME +\fBmassfile\fR \- script for massfiling bugs against Ubuntu packages + +.SH SYNOPSIS +\fBmassfile\fR + +.SH DESCRIPTION +\fBmassfile\fR is a script for massfiling bugs against Ubuntu packages in Launchpad. It requires an instructions file describing the contents of the bug report and a list file which lists the packages which the bug will be filed against. + +Templates for both files can be found in /usr/share/doc/ubuntu-dev-tools/examples. + +.SH EXAMPLES +\fBmassfile.instructions\fR - file designating the contents of the bug report + + subject: [UNMETDEPS] $pack has unmet dependencies + assignee: + status: confirmed + subscribers: motu + tags: unmetdeps + buglist-url: http://bugs.launchpad.net/ubuntu/+bugs?field.tag=unmetdeps + text: + A run of + . + LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | grep + -v dbgsym | sort -u | xargs apt-cache showsrc | grep ^Directory | + sed 's/Package\:\ //g' | grep verse | cut -d'/' -f4 + indicates that the source package $pack has binary packages that are + not installable (on AMD64) at the moment. + . + Please have a look and make sure it's installable again. + +\fBmassfile.list\fR - file designating the packages affected + +Each package should be listed on a new line as follows: + + z88dk + zope-quotafolder + +.SH AUTHORS +\fBmassfile\fR was written by Iain Lane , Daniel Hahler . and Markus Korn . + +This manual page was written by Andrew Starr-Bochicchio . +.PP +Both are released under the terms of the GNU General Public License, version 3.