[Python-modules-commits] r11314 - in packages/pyfiglet/trunk/debian (control pyfiglet.1 rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Mon Jan 25 19:37:21 UTC 2010


    Date: Monday, January 25, 2010 @ 19:37:11
  Author: stefanor-guest
Revision: 11314

Manpage for pyfiglet

Added:
  packages/pyfiglet/trunk/debian/pyfiglet.1
Modified:
  packages/pyfiglet/trunk/debian/control
  packages/pyfiglet/trunk/debian/rules

Modified: packages/pyfiglet/trunk/debian/control
===================================================================
--- packages/pyfiglet/trunk/debian/control	2010-01-25 19:36:56 UTC (rev 11313)
+++ packages/pyfiglet/trunk/debian/control	2010-01-25 19:37:11 UTC (rev 11314)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7), python-support
+Build-Depends: debhelper (>= 7.0.50~), python-support
 XS-Python-Version: all
 Standards-Version: 3.8.3
 Homepage: http://sourceforge.net/projects/pyfiglet/

Added: packages/pyfiglet/trunk/debian/pyfiglet.1
===================================================================
--- packages/pyfiglet/trunk/debian/pyfiglet.1	                        (rev 0)
+++ packages/pyfiglet/trunk/debian/pyfiglet.1	2010-01-25 19:37:11 UTC (rev 11314)
@@ -0,0 +1,50 @@
+.TH PYFIGLET "1" "January 2010" "pyfiglet 0.4" "User Commands"
+.SH NAME
+pyfiglet \- display text in large ASCII art fonts.
+.SH SYNOPSIS
+.B pyfiglet.py
+[\fIoptions\fR] \fItext\fR...
+.SH DESCRIPTION
+pyFIGlet is a program that creates large characters out of ordinary
+screen characters.
+It takes ASCII text (\fItext\fR) and renders it in ASCII art fonts.
+.P
+This version of pyfiglet supports FIGlet fonts \fB.flf\fR and
+the FIGlet-compatible toilet-fonts \fB.tlf\fR.
+.SH OPTIONS
+.TP
+\fB\-\-version\fR
+show program's version number and exit
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-f\fR FONT, \fB\-\-font\fR=\fIFONT\fR
+font to render with (default: future)
+.TP
+\fB\-d\fR DIR, \fB\-\-fontdir\fR=\fIDIR\fR
+location of font files
+.TP
+\fB\-z\fR ZIPFILE, \fB\-\-zipfile\fR=\fIZIPFILE\fR
+specify a zipfile to use instead of a directory of
+fonts
+.TP
+\fB\-D\fR DIRECTION, \fB\-\-direction\fR=\fIDIRECTION\fR
+set direction text will be formatted in (default:
+auto)
+.TP
+\fB\-j\fR SIDE, \fB\-\-justify\fR=\fISIDE\fR
+set justification, defaults to print direction
+.TP
+\fB\-w\fR COLS, \fB\-\-width\fR=\fICOLS\fR
+set terminal width for wrapping/justification
+(default: 80)
+.TP
+\fB\-r\fR, \fB\-\-reverse\fR
+shows mirror image of output text
+.TP
+\fB\-F\fR, \fB\-\-flip\fR
+flips rendered output text over
+.SH "SEE ALSO"
+.BR toilet (1),
+.BR figlet (1)

Modified: packages/pyfiglet/trunk/debian/rules
===================================================================
--- packages/pyfiglet/trunk/debian/rules	2010-01-25 19:36:56 UTC (rev 11313)
+++ packages/pyfiglet/trunk/debian/rules	2010-01-25 19:37:11 UTC (rev 11314)
@@ -3,6 +3,9 @@
 %:
 	dh $@
 
+override_dh_installman:
+	dh_installman debian/*.1
+
 get-orig-source:
 	VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p'); \
 	uscan --noconf --force-download --rename --download-version=$$VER --destdir=.; \




More information about the Python-modules-commits mailing list