chiark / gitweb /
@@ -1,3 +1,11 @@ debian_version_4_1_19
authorianmdlvl <ianmdlvl>
Thu, 12 Jul 2007 16:27:35 +0000 (16:27 +0000)
committerianmdlvl <ianmdlvl>
Thu, 12 Jul 2007 16:27:35 +0000 (16:27 +0000)
+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 <ian@davenant.greenend.org.uk>  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
debian/control
debian/rules

index 59651bcc7d03df5604da32cc94ae5b7d4509bba0..53fa1cb4c35245e60c4568334a8a15973809da67 100644 (file)
@@ -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 <ian@davenant.greenend.org.uk>  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.
index b80c83bb6cd16a022e7fe87097a193e5c4fa8d89..b68e74213db062a7a7cc8827d36dc2dc381253cf 100644 (file)
@@ -3,7 +3,6 @@ Section: admin
 Priority: extra
 Maintainer: Ian Jackson <ian@chiark.greenend.org.uk>
 Build-Depends: libx11-dev, libnettle-dev
-Uploaders: matthew@debian.org, Matthew Vernon <matthew-chiark-utils@debian.org>
 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
index 86fb5b4b4edb2469ea04b01524e664b315b4418f..e0c537338315b9d12b10782825543361f97f599a 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+SHELL=/bin/bash
+
 subdirs_build= cprogs
 subdirs_nobuild=backup sync-accounts scripts
 package=       chiark-utils