From 2c85e1f7f38307728b65514bdaf2d118302106bd Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Thu, 12 Jul 2007 16:27:35 +0000 Subject: [PATCH] @@ -1,3 +1,11 @@ +chiark-utils (4.1.19) unstable; urgency=low + + * Mention summer, xacpi-simple, watershed in chiark-utils-bin's description. + * Set SHELL=/bin/bash in debian/rules. Closes: #379541. + * Remove Matthew from the Uploaders. Closes: #280012. + + -- Ian Jackson Thu, 12 Jul 2007 17:25:11 +0100 + chiark-utils (4.1.18) unstable; urgency=low * summer works even if passed multiple option-containing args. --- debian/changelog | 8 ++++++++ debian/control | 12 +++++++++++- debian/rules | 2 ++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 59651bc..53fa1cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +chiark-utils (4.1.19) unstable; urgency=low + + * Mention summer, xacpi-simple, watershed in chiark-utils-bin's description. + * Set SHELL=/bin/bash in debian/rules. Closes: #379541. + * Remove Matthew from the Uploaders. Closes: #280012. + + -- Ian Jackson Thu, 12 Jul 2007 17:25:11 +0100 + chiark-utils (4.1.18) unstable; urgency=low * summer works even if passed multiple option-containing args. diff --git a/debian/control b/debian/control index b80c83b..b68e742 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Section: admin Priority: extra Maintainer: Ian Jackson Build-Depends: libx11-dev, libnettle-dev -Uploaders: matthew@debian.org, Matthew Vernon Standards-Version: 3.2.1.0 Package: chiark-backup @@ -72,6 +71,17 @@ Description: chiark system administration utilities . with-lock-ex: a simple tool for acquiring a lockfile before running another program or script. + . + summer: a tool for reporting complete details about a filesystem tree + in a parseable format, including checksums. + . + xacpi-simple: a very simple X client for displaying ACPI battery + charge status. + . + watershed: a utility for saving on superfluous executions of an + idempotent command. (This is the same utility as shipped separately + in Ubuntu's udev, but with slightly different defaults and a + different install location.) Package: chiark-really Section: admin diff --git a/debian/rules b/debian/rules index 86fb5b4..e0c5373 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +SHELL=/bin/bash + subdirs_build= cprogs subdirs_nobuild=backup sync-accounts scripts package= chiark-utils -- 2.30.2