debian/0000755000000000000000000000000012154772471007200 5ustar debian/copyright0000644000000000000000000000344011653173026011126 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: xjobs Source: http://www.maier-komor.de/xjobs.html Files: * Copyright: Copyright 2006-2011 Thomas Maier-Komor License: GPL-2 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 2011 Thierry Randrianiriana License: GPL-2+ This package 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 package 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000253512154773004010601 0ustar Source: xjobs Section: utils Priority: extra Maintainer: Thierry Randrianiriana Build-Depends: cdbs, autotools-dev, debhelper, dh-buildinfo, autotools-dev, flex Standards-Version: 3.9.4 Homepage: http://www.maier-komor.de/xjobs.html Package: xjobs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: reads job description line by line and executes them in parallel xjobs reads job descriptions line by line and executes them in parallel. It limits the number of parallel executing jobs and starts new jobs when jobs finish. Therefore, it combines the arguments from every input line with the utility and arguments given on the command line. If no utility is given as an argument to xjobs, then the first argument on every job line will be used as utility. To execute utility xjobs searches the directories given in the PATH environment variable and uses the first file found in these directories. . xjobs is most useful on multi-processor/core machines when one needs to execute several time consuming command several that could possibly be run in parallel. With xjobs this can be achieved easily, and it is possible to limit the load of the machine to a useful value. It works similar to xargs, but starts several processes simultaneously and gives only one line of arguments to each utility call. debian/rules0000755000000000000000000000024611653301742010252 0ustar #!/usr/bin/make -f # -*- makefile -*- DEB_AUTO_UPDATE_DEBIAN_CONTROL = no include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk debian/compat0000644000000000000000000000000211653040205010360 0ustar 8 debian/watch0000644000000000000000000000024712154766072010234 0ustar version=3 http://www.maier-komor.de/xjobs.html .*/xjobs-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # Bart Martens Fri, 28 Dec 2012 22:44:14 +0000 debian/changelog0000644000000000000000000000061212154766131011045 0ustar xjobs (20120412-1) unstable; urgency=low * New upstream release * debian/control: + Bump Standars-Version to 3.9.4 * Updated debian/watch -- Thierry Randrianiriana Sun, 09 Jun 2013 05:38:56 +0300 xjobs (20110730-1) unstable; urgency=low * Initial release (Closes: #572325) -- Thierry Randrianiriana Sat, 29 Oct 2011 21:05:39 +0300 debian/source/0000755000000000000000000000000011653040205010462 5ustar debian/source/format0000644000000000000000000000001411653040205011670 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000000711653040205010032 0ustar README debian/control.in0000644000000000000000000000246412154772220011206 0ustar Source: xjobs Section: utils Priority: extra Maintainer: Thierry Randrianiriana Build-Depends: @cdbs@, autotools-dev, flex Standards-Version: 3.9.4 Homepage: http://www.maier-komor.de/xjobs.html Package: xjobs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: reads job description line by line and executes them in parallel xjobs reads job descriptions line by line and executes them in parallel. It limits the number of parallel executing jobs and starts new jobs when jobs finish. Therefore, it combines the arguments from every input line with the utility and arguments given on the command line. If no utility is given as an argument to xjobs, then the first argument on every job line will be used as utility. To execute utility xjobs searches the directories given in the PATH environment variable and uses the first file found in these directories. . xjobs is most useful on multi-processor/core machines when one needs to execute several time consuming command several that could possibly be run in parallel. With xjobs this can be achieved easily, and it is possible to limit the load of the machine to a useful value. It works similar to xargs, but starts several processes simultaneously and gives only one line of arguments to each utility call.