debian/0000755000000000000000000000000012151336203007162 5ustar debian/control0000644000000000000000000000125212151336107010570 0ustar Source: sshm Section: admin Priority: optional Homepage: http://www.sourceforge.net/projects/sshm/ Maintainer: Patrick Matthäi Build-Depends: debhelper (>= 9), dh-autoreconf, hardening-wrapper Standards-Version: 3.9.4 Package: sshm Architecture: any Pre-Depends: dpkg (>= 1.15.6~) Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client Description: command-line tool to manage your ssh servers sshm is a little command line tool for managing your ssh servers. You can add / del / list servers and connect to them easily. For example, if you add a server and decide to give it the alias "foo", you can connect to it simply by typing "sshm foo". debian/manpages0000644000000000000000000000001312151336107010675 0ustar man/sshm.1 debian/changelog0000644000000000000000000001164312151336107011044 0ustar sshm (0.4.3-2) unstable; urgency=low * Bump Standards-Version to 3.9.4 (no changes needed). * Switch to xz compression and add a Pre-Depends on dpkg. * Bump debian/compat to level 9. * Migrate package to minimal debhelper. * Use dh with autoreconf module. -- Patrick Matthäi Wed, 29 May 2013 10:28:44 +0200 sshm (0.4.3-1) unstable; urgency=low * New upstream release. - Fixed FTBFS with GCC 4.7. Closes: #667380 * Bump Standards-Version to 3.9.3 (no changes needed). * Wrap all debian/control lines. -- Patrick Matthäi Wed, 04 Apr 2012 16:09:52 +0200 sshm (0.4.2-4) unstable; urgency=low * Add missing build-arch and build-indep debian/rules target. -- Patrick Matthäi Wed, 25 Jan 2012 16:18:57 +0100 sshm (0.4.2-3) unstable; urgency=low * Bump Standards-Version to 3.9.2 (no changes needed). * Enable hardening-wrapper. * Bump debhelper to version 8. * Fix lintian warning description-synopsis-starts-with-article. -- Patrick Matthäi Sat, 30 Apr 2011 18:37:12 +0200 sshm (0.4.2-2) unstable; urgency=low * Bump Standards-Version to 3.9.1 (no changes needed). * Convert package to the 3.0 (quilt) format. -- Patrick Matthäi Sun, 06 Feb 2011 17:07:29 +0100 sshm (0.4.2-1) unstable; urgency=low * New upstream release. - Drop dpatch, README.source and all patches, merged in new release. - Install upstreams manpage. - Refresh debian/copyright. -- Patrick Matthäi Tue, 13 Oct 2009 14:44:42 +0200 sshm (0.4.1-6) unstable; urgency=low * Fix typo in get-orig-source target. * Bump Standards-Version to 3.8.3. - Add debian/README.source. -- Patrick Matthäi Mon, 07 Sep 2009 12:54:04 +0200 sshm (0.4.1-5) unstable; urgency=low * Bumped to Standards-Version 3.8.1 (no changes needed). * Some minor debian/rules cleanups. * Add missing copyright notice. Thanks lintian. * Add get-orig-source target. * Change my email address. * Refer to the GPL-2 file instead of the GPL link in debian/copyright. * Add my own copyright for the Debian packaging. * Install upstreams changelog. -- Patrick Matthäi Fri, 24 Apr 2009 10:14:55 +0200 sshm (0.4.1-4) unstable; urgency=low * Removed second try of building. Closes: #459414 -- Patrick Matthäi Mon, 21 Jan 2008 09:59:00 +0100 sshm (0.4.1-3) unstable; urgency=low * Bumped Standards-Version to 3.7.3. * Added dpatch. * Added 01-gcc43-ftbfs.dpatch. Closes: #455347 * Removed useless autotools-dev build depend. * Made the configure flags in debian/rules more humand readable. -- Patrick Matthäi Wed, 2 Jan 2008 13:00:00 +0100 sshm (0.4.1-2) unstable; urgency=low * debian/control: Added Homepage field. * debian/copyright: Removed useless whitespace and added my E-Mail. * debian/rules: Only do a distclean, if the Makefile exists. * debian/sshm.1: Fixed a little unquoted hypen warning and corrected the header of the manpage, so that the manpage has the right name now after it is installed. * Added debian/manpages. Now dh_installman does not need any parameter. * Added debian/watch file. -- Patrick Matthäi Tue, 6 Nov 2007 14:55:39 +0100 sshm (0.4.1-1) unstable; urgency=low * Replaced the old temporary file method with mkstemp() for security reasons. Closes: #414546 * Replaced the rename() function, so the configfile won't be destroyed while copying it between two partitions. Closes: #414548 * Replaced domain with hostname and servername with serveralias. Closes: #414550 * Fixes with long hostnames and serveraliases, which could cause segmentfaults. Closes: #414551 * Corrected some typos in the program. Closes: #414552 * Errormessages are now handled by STDERR. -- Patrick Matthäi Sat, 13 Mar 2007 07:31:22 +0100 sshm (0.4-1) unstable; urgency=low * Corrected some typos in the manpage. Closes: #410938 * Fixed two potential endless loops. * Fixed a little bug on leaving a ssh session. * Now you can display only matching servers with sshm --list searchstring. * Some code improvements. -- Patrick Matthäi Sat, 3 Mar 2007 10:08:21 +0100 sshm (0.3-1) unstable; urgency=low * Fixed output of --list. * Fixed bogus at searching the server, if the one string of the serverdatas were the same as the serveralias. * Removed the "little" in the package description. * Improved errormessages. * Some code improvements. * Uncommenting works now correct. * Added a manpage. -- Patrick Matthäi Tue, 18 Jan 2007 23:03:33 +0100 sshm (0.2-1) unstable; urgency=low * Initial release. -- Patrick Matthäi Tue, 9 Jan 2007 23:03:33 +0100 debian/copyright0000644000000000000000000000230512151336107011120 0ustar This is sshm, written and maintained by Patrick Matthäi on Tue, 9 Jan 2007 22:40:39 +0100. The original source can always be found at: http://www.sourceforge.net/projects/sshm Copyright: (C) 2007-2009 by Patrick Matthäi License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2009, Patrick Matthäi and is licensed under the GPL, see above. debian/watch0000644000000000000000000000006012151336107010212 0ustar version=3 http://sf.net/sshm/sshm-(.*)\.tar\.gz debian/rules0000755000000000000000000000017212151336107010245 0ustar #!/usr/bin/make -f export DEB_BUILD_HARDENING=1 %: dh $@ --with autoreconf override_dh_builddeb: dh_builddeb -- -Zxz debian/source/0000755000000000000000000000000012151336107010465 5ustar debian/source/format0000644000000000000000000000001412151336107011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212151336107010363 0ustar 9