diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-21 10:58:40 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-21 10:58:40 +0200 |
| commit | aa68812f83d0a5a4e4784052c9825e092d2fbefc (patch) | |
| tree | 98ef8d9d10ff73860415ce593daba806d47e77c8 | |
| parent | 37495f6a25861303d2c6fa96acdcc97ee572f3e6 (diff) | |
You look like a million dollars. All green and wrinkled.
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | README.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/netdiff.1 | 4 | ||||
| -rw-r--r-- | docs/netdiff.txt | 2 |
6 files changed, 12 insertions, 6 deletions
@@ -1 +1 @@ -0.0.3 +0.0.4devel1 @@ -8,7 +8,7 @@ WTF? ClusterSSH onto two hosts at the same time and run on both hosts the same command like: - netdiff HOSTNAME FILENAME + netdiff HOSTNAME PATH Where HOSTNAME can be the hostname of the first or the second host. Depending on this the script will decide to be the client or the server diff --git a/debian/changelog b/debian/changelog index b35d901..4882948 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +netdiff (0.0.4devel1) unstable; urgency=low + + * Test debian + + -- Paul Buetow <paul@buetow.org> Sat, 21 Jun 2014 10:55:30 +0200 + netdiff (0.0.3) stable; urgency=low * Fix the exit status, always exit with the status of diff diff --git a/debian/files b/debian/files index a534abb..cbe5afd 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -netdiff_0.0.3_all.deb utils optional +netdiff_0.0.4devel1_all.deb utils optional diff --git a/docs/netdiff.1 b/docs/netdiff.1 index c0e8947..e0a652f 100644 --- a/docs/netdiff.1 +++ b/docs/netdiff.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "NETDIFF 1" -.TH NETDIFF 1 "2014-06-20" "netdiff 0.0.3" "User Commands" +.TH NETDIFF 1 "2014-06-20" "netdiff 0.0.4devel1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -139,7 +139,7 @@ A simple script to diff two files via the network. ClusterSSH onto two hosts at the same time and run on both hosts the same command like: .PP .Vb 1 -\& netdiff HOSTNAME FILENAME +\& netdiff HOSTNAME PATH .Ve .PP Where \s-1HOSTNAME\s0 can be the hostname of the first or the second host. Depending on this the script will decide to be the client or the server role. diff --git a/docs/netdiff.txt b/docs/netdiff.txt index 6b65464..367a201 100644 --- a/docs/netdiff.txt +++ b/docs/netdiff.txt @@ -8,7 +8,7 @@ WTF? ClusterSSH onto two hosts at the same time and run on both hosts the same command like: - netdiff HOSTNAME FILENAME + netdiff HOSTNAME PATH Where HOSTNAME can be the hostname of the first or the second host. Depending on this the script will decide to be the client or the server |
