This revision bundle for bzr fixes bug #377123 and makes the package
lintian clean.
# Bazaar revision bundle v0.8
#
# message:
#   Added the manpage and made the package lintian clean
# committer: Christo Buschek <[EMAIL PROTECTED]>
# date: Fri 2006-10-20 12:10:12.907999992 +0000

=== added file facter.1 // file-id:facter.1-20061020113449-2b75xw7ggrhu74m7-1
--- /dev/null
+++ facter.1
@@ -0,0 +1,53 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH FACTER 1 "October  6, 2006"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+facter \- collect and display facts about the system.
+.SH SYNOPSIS
+.B facter
+[\fI-d|--debug\fR] [\fI-h|--help\fR] [\fI-v|--version\fR] [fact] [fact] [...] 
+.br
+.SH DESCRIPTION
+Collect and display facts about the current system. The library behind
+Facter is easy to expand, making Facter an easy way to collect
+information about a system from within the shell or within Ruby.
+
+If no facts are specifically asked for, then all facts will be returned.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+.TP
+.B \-d, \-\-debug
+Enable debugging.
+.TP
+.B \-h, \-\-help
+Print this help message
+.TP
+.B \-v, \-\-version
+Show version of program.
+.SH EXAMPLE 
+.B facter 
+kernel
+.SH AUTHOR
+facter was written by Luke Kanies.
+.SH COPYRIGHT
+Copyright (c) 2006 Reductive Labs, LLC Licensed under the GNU Public
+License
+.PP
+This manual page was written by Christo Buschek <[EMAIL PROTECTED]>,
+for the Debian project (but may be used by others).

=== modified file changelog
--- changelog
+++ changelog
@@ -1,3 +1,11 @@
+facter (1.3.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added a manpage for facter. (Closes: #377123)
+  * made the package lintian clean.
+
+ -- Christo Buschek <[EMAIL PROTECTED]>  Fri, 20 Oct 2006 11:51:34 +0000
+
 facter (1.3.3-1) unstable; urgency=low
 
   * New upstream release.

=== modified file control
--- control
+++ control
@@ -4,7 +4,7 @@
 Maintainer: Jamie Wilkinson <[EMAIL PROTECTED]>
 Uploaders: Jamie Wilkinson <[EMAIL PROTECTED]>, Matthew Palmer <[EMAIL 
PROTECTED]>
 Build-Depends: debhelper (>= 4.0.0), ruby (>= 1.8)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: facter
 Architecture: all

=== modified file dirs
--- dirs
+++ dirs
@@ -1,2 +1,3 @@
 usr/bin
 usr/lib/ruby/1.8
+usr/share/man/man1

=== modified file rules
--- rules
+++ rules
@@ -49,6 +49,10 @@
        cp bin/facter $(CURDIR)/debian/facter/usr/bin
        cp -a lib/facter lib/facter.rb $(CURDIR)/debian/facter/usr/lib/ruby/1.8
 
+       # Do the manpage
+       cp debian/facter.1 $(CURDIR)/debian/facter/usr/share/man/man1
+       gzip --best $(CURDIR)/debian/facter/usr/share/man/man1/facter.1
+
 # Build architecture-dependent files here.
 binary-arch: build install
 

=== modified file watch
--- watch
+++ watch
@@ -1,2 +1,2 @@
 version=3
-http://reductivelabs.com/downloads/facter/facter-(.*)\.tgz
+http://reductivelabs.com/downloads/facter/facter-([0-9]+\..*)\.tgz

# revision id: [EMAIL PROTECTED]
# sha1: a3bf8dda8c2d21e36817399a447f07b684fff31c
# inventory sha1: b67afb0b509b86331a4e751b0b289dd08735b150
# parent ids:
#   [EMAIL PROTECTED]
# base id: [EMAIL PROTECTED]
# properties:
#   branch-nick: facter.debian

Reply via email to