debian/0000755000000000000000000000000012207247374007176 5ustar debian/watch0000644000000000000000000000013612207113641010214 0ustar version=3 http://code.google.com/p/cronutils/downloads/list .*/cronutils-(.*)\.tar\.gz debian debian/dirs0000644000000000000000000000003312207113641010043 0ustar usr/bin usr/share/man/man1 debian/compat0000644000000000000000000000000212207113641010361 0ustar 9 debian/copyright0000644000000000000000000000220212207113641011112 0ustar This work was packaged for Debian by: Jamie Wilkinson on Sun, 09 Jan 2011 14:06:35 -0800 It was downloaded from Upstream Author(s): Jamie Wilkinson Copyright: Copyright (C) 2010 Google, Inc. License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. On Debian systems, the complete text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. The Debian packaging is: Copyright (C) 2011 Jamie Wilkinson and is licensed under the Apache version 2.0 license, see `/usr/share/common-licenses/Apache-2.0'. debian/source/0000755000000000000000000000000012207113641010463 5ustar debian/source/format0000644000000000000000000000001412207113641011671 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001112207113641010026 0ustar examples debian/changelog0000644000000000000000000000357712207247273011062 0ustar cronutils (1.5-1) unstable; urgency=low * New upstream release. * Update standards version. -- Jamie Wilkinson Wed, 28 Aug 2013 07:10:36 +1000 cronutils (1.4-3) unstable; urgency=low * Fix build dependency on dpkg-dev. -- Jamie Wilkinson Wed, 09 Jan 2013 10:11:00 +0000 cronutils (1.4-2) unstable; urgency=low * Update Standards-Version to 3.9.2. * Bump debian/compat to 9. * Use buildflags.mk in debian/rules to enable hardening flags. -- Jamie Wilkinson Wed, 09 Jan 2013 19:02:57 +1100 cronutils (1.4-1) unstable; urgency=low * New upstream release. -- Jamie Wilkinson Tue, 08 Jan 2013 11:18:55 +0000 cronutils (1.3.1-1) unstable; urgency=low * New upstream release. -- Jamie Wilkinson Mon, 07 Jan 2013 22:26:39 +0000 cronutils (1.3-1) unstable; urgency=low * New upstream release. * Updated watch file. -- Jamie Wilkinson Mon, 07 Jan 2013 17:31:09 +0000 cronutils (1.2-1) unstable; urgency=low * New upstream release -- Jamie Wilkinson Mon, 21 May 2012 05:30:48 +0000 cronutils (1.1-3) unstable; urgency=low * Fix FTBFS on kfreebsd, by defining HOST_NAME_MAX. (Closes: #635212) * Put the libraries at the end of the linker call, allowing building with --as-needed linker option (Thanks, Ilya Barygin) (Closes: #637587) -- Jamie Wilkinson Wed, 17 Aug 2011 12:04:14 +1000 cronutils (1.1-2) unstable; urgency=low * Added debian/watch file. -- Jamie Wilkinson Sun, 24 Jul 2011 00:36:41 +1000 cronutils (1.1-1) unstable; urgency=low * New upstream release. -- Jamie Wilkinson Sun, 24 Jul 2011 00:29:00 +1000 cronutils (1.0-1) unstable; urgency=low * Initial release (Closes: #634124) -- Jamie Wilkinson Sun, 09 Jan 2011 14:06:35 -0800 debian/rules0000755000000000000000000000114712207113641010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DH_ALWAYS_EXCLUDE=.hg DPKG_EXPORT_BUILDFLAGS=1 # buildflags hardening include /usr/share/dpkg/buildflags.mk %: dh $@ override_dh_auto_install: dh_auto_install -- prefix=usr debian/control0000644000000000000000000000112312207247236010573 0ustar Source: cronutils Section: admin Priority: extra Maintainer: Jamie Wilkinson Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.4 Homepage: http://code.google.com/p/cronutils Package: cronutils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Utilities to assist running batch processing jobs A set of utilities to complement batch processing jobs, such as those run from cron, by limiting concurrent execution of jobs, setting hard limits on the runtime of a job, and recording execution statistics of a completed job.