diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-06-18 20:44:26 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-06-18 20:44:26 (GMT) |
commit | 5c2de222219de09ea0baf4f078915ee2f747bf4f (patch) | |
tree | fc10b780531fe15f0fb59c3bd1fb2507708aa7e6 /Swift/Packaging/Debian | |
parent | 7d0e9c3d963ffcb3f7d6d313dfa55466beb742b9 (diff) | |
download | swift-contrib-5c2de222219de09ea0baf4f078915ee2f747bf4f.zip swift-contrib-5c2de222219de09ea0baf4f078915ee2f747bf4f.tar.bz2 |
Tweak help documentation and add manpages.
Diffstat (limited to 'Swift/Packaging/Debian')
-rw-r--r-- | Swift/Packaging/Debian/debian/libswiften.manpages | 1 | ||||
-rw-r--r-- | Swift/Packaging/Debian/debian/manpages/swift.1 | 33 | ||||
-rw-r--r-- | Swift/Packaging/Debian/debian/manpages/swiften-config.1 | 21 | ||||
-rwxr-xr-x | Swift/Packaging/Debian/debian/rules | 1 | ||||
-rw-r--r-- | Swift/Packaging/Debian/debian/swift-im.manpages | 1 | ||||
-rwxr-xr-x | Swift/Packaging/Debian/package.sh | 1 |
6 files changed, 58 insertions, 0 deletions
diff --git a/Swift/Packaging/Debian/debian/libswiften.manpages b/Swift/Packaging/Debian/debian/libswiften.manpages new file mode 100644 index 0000000..8795c12 --- /dev/null +++ b/Swift/Packaging/Debian/debian/libswiften.manpages @@ -0,0 +1 @@ +manpages/swiften-config.1 diff --git a/Swift/Packaging/Debian/debian/manpages/swift.1 b/Swift/Packaging/Debian/debian/manpages/swift.1 new file mode 100644 index 0000000..6626b40 --- /dev/null +++ b/Swift/Packaging/Debian/debian/manpages/swift.1 @@ -0,0 +1,33 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4. +.TH SWIFT "1" "June 2011" "Swift" "Swift Manual" +.SH NAME +Swift \- swift +.SH SYNOPSIS +.B swift +[\fIOPTIONS\fR]... +.SH DESCRIPTION +Swift is an instant messaging client for the XMPP network. +.SH OPTIONS +.TP +\fB\-\-debug\fR +Turn on debug logging +.TP +\fB\-\-help\fR +Show this help message +.TP +\fB\-\-version\fR +Show version information +.TP +\fB\-\-netbook\-mode\fR +Use netbook mode display (unsupported) +.TP +\fB\-\-no\-tabs\fR +Don't manage chat windows in tabs (unsupported) +.TP +\fB\-\-latency\-debug\fR +Use latency debugging (unsupported) +.HP +\fB\-\-multi\-account\fR arg (=1) Number of accounts to open windows for (unsupported) +.TP +\fB\-\-start\-minimized\fR +Don't show the login/roster window at startup diff --git a/Swift/Packaging/Debian/debian/manpages/swiften-config.1 b/Swift/Packaging/Debian/debian/manpages/swiften-config.1 new file mode 100644 index 0000000..3717df6 --- /dev/null +++ b/Swift/Packaging/Debian/debian/manpages/swiften-config.1 @@ -0,0 +1,21 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.4. +.TH SWIFTEN-CONFIG "1" "June 2011" "swiften-config" "Swift Manual" +.SH NAME +swiften-config \- swiften-config +.SH SYNOPSIS +.B swiften-config +[\fIOPTIONS\fR]... +.SH DESCRIPTION +swiften\-config outputs the Swiften build options. +.TP +\fB\-\-help\fR +Show this help message +.TP +\fB\-\-version\fR +Show version information +.TP +\fB\-\-libs\fR +List the library flags +.TP +\fB\-\-cflags\fR +List the compiler & preprocessor flags diff --git a/Swift/Packaging/Debian/debian/rules b/Swift/Packaging/Debian/debian/rules index 4105fec..ddafbdb 100755 --- a/Swift/Packaging/Debian/debian/rules +++ b/Swift/Packaging/Debian/debian/rules @@ -31,6 +31,7 @@ binary-arch: install dh_installchangelogs dh_installdocs dh_installmenu + dh_installman -a dh_link dh_strip --dbg-package=swift-im-dbg dh_compress diff --git a/Swift/Packaging/Debian/debian/swift-im.manpages b/Swift/Packaging/Debian/debian/swift-im.manpages new file mode 100644 index 0000000..5e83a38 --- /dev/null +++ b/Swift/Packaging/Debian/debian/swift-im.manpages @@ -0,0 +1 @@ +manpages/swift.1 diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh index c395d25..b98f29d 100755 --- a/Swift/Packaging/Debian/package.sh +++ b/Swift/Packaging/Debian/package.sh @@ -40,6 +40,7 @@ ln -s Swift/Packaging/Debian/debian $DIRNAME/debian ../../../BuildTools/UpdateDebianChangelog.py $DIRNAME/debian/changelog $DEBIAN_VERSION cat $DIRNAME/debian/control.in | sed -e "s/%SWIFTEN_SOVERSION%/$SWIFTEN_SOVERSION/g" > $DIRNAME/debian/control mv $DIRNAME/debian/libswiften.install $DIRNAME/debian/libswiften$SWIFTEN_SOVERSION.install +mv $DIRNAME/debian/libswiften.manpages $DIRNAME/debian/libswiften$SWIFTEN_SOVERSION.manpages mv $DIRNAME/debian/libswiften-dev.install $DIRNAME/debian/libswiften$SWIFTEN_SOVERSION-dev.install # Build |