libdshconfig (0.20.13-1.1) unstable; urgency=medium [ Aurelien Jarno ] * Non-maintainer upload. [ Brahadambal Srinivasan ] * Use dh-autoreconf to regenerate autoconf related files (Closes: #702265, #756800). -- Aurelien Jarno Wed, 01 Oct 2014 07:12:45 +0200 libdshconfig (0.20.13-1) unstable; urgency=low * New upstream version * debian/control: use binary:Version instead of Source-Version -- Junichi Uekawa Wed, 15 Aug 2007 09:09:11 +0900 libdshconfig (0.20.12-2) unstable; urgency=low * Standards-Version: 3.7.2 * fix debian/copyright boilerplate. -- Junichi Uekawa Fri, 11 Aug 2006 22:43:02 +0900 libdshconfig (0.20.12-1) unstable; urgency=low * New upstream version * use doxygen, instead of doc++ (Closes: #307560). * add pbuilder-testsuite * set debhelper compatiblity level to 4 * section devel->libdevel -- Junichi Uekawa Fri, 20 Jan 2006 09:36:34 +0900 libdshconfig (0.20.11-1) unstable; urgency=low * New upstream version - supports versioned symbols. -- Junichi Uekawa Sun, 6 Jun 2004 17:24:45 +0900 libdshconfig (0.20.10-1) unstable; urgency=low * New upstream version - really AIX build fix. -- Junichi Uekawa Tue, 6 Jan 2004 09:29:22 +0900 libdshconfig (0.20.9-1) unstable; urgency=low * New upstream version - AIX build fixes -- Junichi Uekawa Mon, 5 Jan 2004 07:12:07 +0900 libdshconfig (0.20.8-1) unstable; urgency=low * New upstream version * Improve the testsuite. -- Junichi Uekawa Wed, 27 Nov 2002 14:14:50 +0900 libdshconfig (0.20.7-2) unstable; urgency=low * Build-depends: add doc++ (closes: #165931) Thanks bdale for reporting. -- Junichi Uekawa Wed, 23 Oct 2002 14:22:25 +0900 libdshconfig (0.20.7-1) unstable; urgency=low * New upstream version * add documentation in -dev package. -- Junichi Uekawa Tue, 22 Oct 2002 14:04:00 +0900 libdshconfig (0.20.6-1) unstable; urgency=low * New upstream version * standards-version: 3.5.7 * install upstream changelog. -- Junichi Uekawa Mon, 21 Oct 2002 22:57:45 +0900 libdshconfig (0.20.4-1) unstable; urgency=low * New upstream version * add a testsuite so that build is verified to be working. -- Junichi Uekawa Wed, 25 Sep 2002 19:56:33 +0900 libdshconfig (0.20.3-1) unstable; urgency=low * New upstream version -- Junichi Uekawa Wed, 24 Jul 2002 18:01:18 +0900 libdshconfig (0.20.2-1) unstable; urgency=low * New upstream version * soname libdshconfig1 -- Junichi Uekawa Tue, 23 Jul 2002 22:15:18 +0900 libdshconfig (0.0.20-1) unstable; urgency=low * Move libdshconfig out from dsh package. * autoconfiscate. -- Junichi Uekawa Wed, 1 May 2002 18:14:43 +0900 dsh (0.0.19) unstable; urgency=low * Using libdshconfig.so library in config file parsing. * adding libdshconfig0{,-dev} package, possibly required by dmachinemon and others. -- Junichi Uekawa Mon, 18 Mar 2002 10:47:35 +0900 dsh (0.0.18) unstable; urgency=low * updated README.Debian * updated copyright for year 2002. * Makefile uses $(CC) instead of hardcoding "gcc", just to be cross-build friendly. * Standard input is taken from /dev/null by default. (closes: #98717) -- Junichi Uekawa Wed, 27 Feb 2002 22:16:05 +0900 dsh (0.0.17) unstable; urgency=low * "A Package for your Christmas, my dear Emperor..." release * dsh.1, parameter.c: adding support for specifying arbitrary machine list specifications. the command-line "-f", or "--file" * dsh.1: updated, with redundant tags removed. * dsh.1, parameter.c: updated with a patch from Petter Reinholdtsen to support netgroups in dsh group specification. (closes: 126153) * Created file AUTHORS to give credits on who the code was written. * Marking the upstream homepage and address on README.Debian * Changed function indentation style to suit my new favor. * Added top-level README documentation, which suggests reading of debian/README.Debian * debian/postinst: fixed string comparison, it used to say "==", but it should have been "=" * debian/rules: changed the method to obtain the version string for dshversion.h. -- Junichi Uekawa Sun, 23 Dec 2001 14:32:21 +0900 dsh (0.0.16) unstable; urgency=low * Removing /etc/dsh{,/group} on purge. Thanks phil (closes: #113737) -- Junichi Uekawa Sun, 30 Sep 2001 23:38:43 +0900 dsh (0.0.15) unstable; urgency=low * The configuration parser gives a warning when dsh.conf is not parsable, thanks to neil. (closes: #111413) * Please note that since dsh-0.0.14, configuration file format has changed slightly. -- Junichi Uekawa Sat, 8 Sep 2001 04:51:12 +0900 dsh (0.0.14) unstable; urgency=low * Configuration file handling is slightly better - now handles spaces in config files :P (planning to make it into guile or something). Handles waitshell, and showmachinenames, and verbose. Changed dsh.conf to reflect this. * changed the method of obtaining DSH_VERSION to use dpkg-parsechangelog -- Junichi Uekawa Tue, 21 Aug 2001 23:16:15 +0900 dsh (0.0.13) unstable; urgency=low * Fix manpages so that - is escaped with \ (closes: #108033) -- Junichi Uekawa Wed, 8 Aug 2001 23:20:06 +0900 dsh (0.0.12) unstable; urgency=low * support update-cluster -- Junichi Uekawa Sun, 29 Jul 2001 01:36:01 +0900 dsh (0.0.11) unstable; urgency=low * cleaning up the code. * removed -g option from gcc compilation option. -- Junichi Uekawa Mon, 2 Jul 2001 00:21:54 +0900 dsh (0.0.10) unstable; urgency=low * parameter.[ch]: split out files for configuration, and the main program. * added more error checking codes. -- Junichi Uekawa Sat, 9 Jun 2001 00:15:24 +0900 dsh (0.0.9) unstable; urgency=low * clearing up some codes on what is const, in the hope to fix some outstanding bugs. * changed remaining _exit() to exit(). * Made "topology" execution to handle "-o" parameters, so that ssh can use forwarded auth keys with -o -A. -- Junichi Uekawa Sat, 26 May 2001 02:19:32 +0900 dsh (0.0.8) unstable; urgency=low * The build system now extracts version number from the changelog. (dsh --version option will not output the correct version information). * changed all _exit() calls to exit() * Updated manpage dsh.1 to match the reality. * handles stderr output for -M option. All output that are sent to stderr on the remote machines are displayed on the stderr of the local machine. -- Junichi Uekawa Thu, 24 May 2001 01:57:10 +0900 dsh (0.0.7) unstable; urgency=low * bugfix. Added a fflush before _exit, (closes: 97818) -- Junichi Uekawa Wed, 23 May 2001 00:12:38 +0900 dsh (0.0.6) unstable; urgency=low * update version. * trying to fix the process bug, not being quite successful. It should be fine now when -M option is not specified. * Fixed a segv in config file loading. This really (closes: #97675) -- Junichi Uekawa Sun, 20 May 2001 02:11:49 +0900 dsh (0.0.5) unstable; urgency=low * new release * supports "topology". A method to spawn dsh on other machines to spawn more rsh from other machines. Trying to help a machine out from spawning all 256 or so rsh sessions. A topology of 2 will result in binary-tree arrangement. A topology of 3 would be better, I'd guess. Not thoroughly tested. -- Junichi Uekawa Sat, 19 May 2001 02:59:42 +0900 dsh (0.0.4) unstable; urgency=low * bugfixes and updates * Supports username@host format as a valid machine name specification. It can be used in machines.list, and command line and everywhere (closes: #97819). -- Junichi Uekawa Fri, 18 May 2001 02:50:02 +0900 dsh (0.0.3) unstable; urgency=low * bugfixes * fixed one configuration file loading bug. hopefully (closes: #97675) * added --show-machine-names option to make stdout to be prepended with the hostname of the machine that the command is being executed. (closes: #97336) * reordered the rsh execution routine so that it looks cleaner. -- Junichi Uekawa Thu, 17 May 2001 02:23:35 +0900 dsh (0.0.2) unstable; urgency=low * Updates. * --remoteshellopt added. Config files handling has been implemented. Quite a few bugs have been removed. Linked list handling routine has moved out of the main source. * /etc/dsh/dsh.conf is installed, and is a conffile. -- Junichi Uekawa Wed, 16 May 2001 00:39:04 +0900 dsh (0.0.1) unstable; urgency=low * Initial Release. -- Junichi Uekawa Mon, 14 May 2001 22:53:04 +0900