debian/0000755000000000000000000000000011656654733007206 5ustar debian/mussh.docs0000644000000000000000000000000711426566340011203 0ustar README debian/watch0000644000000000000000000000005611423453247010225 0ustar version=3 http://sf.net/mussh/mussh-(.+)\.tgz debian/mussh.manpages0000644000000000000000000000001011423441107012026 0ustar mussh.1 debian/rules0000755000000000000000000000176711655336101010262 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. # # This version is for packages that are architecture independent. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir touch $@ clean: dh_testdir dh_testroot -rm -f build-stamp dh_clean install: install-stamp install-stamp: build dh_testdir dh_testroot dh_prep dh_installdirs dh_install dh_installchangelogs dh_installdocs dh_installexamples dh_installman touch $@ # Build architecture-independent files here. binary-indep: build-stamp install-stamp dh_testdir dh_testroot dh_link dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build-stamp install-stamp binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/control0000644000000000000000000000146711655616343010613 0ustar Source: mussh Section: admin Priority: extra Homepage: http://mussh.sourceforge.net/ Maintainer: Jacob Luna Lundberg Build-Depends: debhelper (>= 7) Standards-Version: 3.9.2 Package: mussh Architecture: all Depends: ${misc:Depends}, openssh-client Description: MUltihost SSH Wrapper Mussh is a shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once. . Unlike clusterssh or mssh, mussh is just a shell script wrapper for ssh with concurrency support. It is intended to make running identical commands or scripts on almost any number of hosts possible with minimal overhead. There is no GUI and the only language used is bash. debian/mussh.install0000644000000000000000000000001611423440727011716 0ustar mussh usr/bin debian/mussh.examples0000644000000000000000000000001111655614221012060 0ustar EXAMPLES debian/copyright0000644000000000000000000000066111656652443011140 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: mussh - MUltihost SSH Source: http://mussh.sourceforge.net/ Files: * Copyright: 2001-2011, Doughnut License: GPL Files: debian/* Copyright: 2011-2011, Jacob Luna Lundberg License: GPL License: GPL On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/compat0000644000000000000000000000000211423451727010372 0ustar 7 debian/source/0000755000000000000000000000000011423457226010474 5ustar debian/source/format0000644000000000000000000000001411423457226011702 0ustar 3.0 (quilt) debian/mussh.dirs0000644000000000000000000000001011423440652011200 0ustar usr/bin debian/changelog0000644000000000000000000000124611656654732011062 0ustar mussh (1.0-1) unstable; urgency=low [Jacob Luna Lundberg] * New upstream release. * Update Standards to 3.9.2 (no changes). * Updated debian/rules to provide build-arch and build-indep. * Added a Description to patches/00_fix-man-formatting.diff. * Removed the shlibs dep variable which is unused on non-binaries. * The EXAMPLES file got installed twice, oops. [tony mancill] * Format debian/copyright to comply with DEP5. -- Jacob Luna Lundberg Sun, 06 Nov 2011 15:33:47 -0800 mussh (0.7-1) unstable; urgency=low * First debianization (Closes: #590527). -- Jacob Luna Lundberg Mon, 26 Jul 2010 21:38:47 -0700 debian/patches/0000755000000000000000000000000011655332500010615 5ustar debian/patches/00_fix-man-formatting.diff0000644000000000000000000000130511655332500015454 0ustar Description: Workaround for limitations of man. This patch resolves a minor warning about the man page formatting. Forwarded: no Origin: vendor Author: Jacob Lundberg Last-Update: 2011-11-05 --- mussh/mussh.1.orig 2006-12-26 13:57:22.000000000 -0800 +++ mussh/mussh.1 2010-07-26 21:28:47.000000000 -0700 @@ -89,8 +89,8 @@ once per listing. .IP \-P Do NOT fall back to passwords on any host. This will -skip hosts where keys fail. If you use this with -'\-d' you'll still see which hosts failed. +skip hosts where keys fail. If you use this with '\-d' +you'll still see which hosts failed. .IP "\-l " Use 'login' when no other is specified with hostname. .IP "\-L " debian/patches/series0000644000000000000000000000003311423461024012023 0ustar 00_fix-man-formatting.diff