Jelajahi Sumber

Generate changelog.

Signed-off-by: Bradley Smith <[email protected]>
Bradley Smith 14 tahun lalu
induk
melakukan
a0685f5bec
3 mengubah file dengan 12 tambahan dan 1 penghapusan
  1. 7 0
      debian/changelog
  2. 4 1
      debian/mssh.1
  3. 1 0
      debian/rules

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+mssh (1.1-1) unstable; urgency=low
+
+  * New upstream release.
+    - Implement usage of aliases from config file. Closes: #544939.
+
+ -- Bradley Smith <[email protected]>  Sat, 05 Sep 2009 16:30:14 +0100
+
 mssh (1.0-1) unstable; urgency=low
 
   * New upstream release. Closes: #543658, #543625, #543624.

+ 4 - 1
debian/mssh.1

@@ -3,7 +3,7 @@
 mssh \- tool to administrate multiple servers at once
 .SH SYNOPSIS
 .B mssh
-[\fIOPTION\fR]... [\fIHOSTS\fR]
+[\fIOPTION\fR]... (-a \fIALIAS\fR | \fIHOSTS\fR)
 .SH DESCRIPTION
 .B MultiSSH
 is a GTK+ based ssh client to issue the same commands to multiple servers.
@@ -12,6 +12,9 @@ is a GTK+ based ssh client to issue the same commands to multiple servers.
 will connect to the servers specified in \fIHOSTS\fR.
 .SH OPTIONS
 .TP
+\fB-a\fR, \fB\-\-alias\fR=\fIALIAS\fR
+Open hosts associated with named alias
+.TP
 \fB\-h\fR, \fB\-\-help\fR
 Display this help and exit
 .TP

+ 1 - 0
debian/rules

@@ -49,6 +49,7 @@ binary-arch: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
+	dh_installexamples mssh_clusters.conf
 	dh_installdocs
 	dh_installman
 	dh_gconf