From: Ian Jackson Date: Fri, 29 Nov 2013 18:55:10 +0000 (+0000) Subject: xduplic-copier: New utility. X-Git-Tag: debian/4.3.0~19 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=6575f33603bf50cbdf01810b4be29e04ea99bf2d xduplic-copier: New utility. --- diff --git a/cprogs/Makefile b/cprogs/Makefile index 5637696..8a24ee6 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -28,7 +28,7 @@ include ../settings.make RWBUFFER_SIZE_MB=16 PROGRAMS= readbuffer writebuffer with-lock-ex xbatmon-simple \ - summer watershed rcopy-repeatedly + summer watershed rcopy-repeatedly xduplic-copier SUIDSBINPROGRAMS= really DAEMONS= trivsoundd MAN1PAGES= readbuffer.1 writebuffer.1 with-lock-ex.1 @@ -50,6 +50,8 @@ readbuffer.o writebuffer.o rwbuffer.o wrbufcore.o trivsoundd.o: rwbuffer.h xbatmon-simple: LDLIBS += -lX11 -lm +xduplic-copier: LDLIBS += -lXmu + summer: summer.o $(CC) -o $@ $< -lnettle -lgmp diff --git a/debian/changelog b/debian/changelog index e5b0653..86fa757 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ chiark-utils (4.2.1~~iwj4) unstable; urgency=low + * xduplic-copier: New utility. * really: Add "danger!" warning to usage message description of -R. * really: Document -R option in the manpage. Closes:#693354. * really: Document need to be in the "root" group as well. (This is diff --git a/debian/control b/debian/control index f99a656..4c20e5a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: chiark-utils Section: admin Priority: extra Maintainer: Ian Jackson -Build-Depends: libx11-dev, nettle-dev, debhelper (>= 5) +Build-Depends: libx11-dev, libxmu-dev, nettle-dev, debhelper (>= 5) Standards-Version: 3.9.1 Package: chiark-backup @@ -96,6 +96,9 @@ Description: chiark system administration utilities xbatmon-simple: a very simple X client for displaying battery charge status. . + xduplic-copier: a very simple X client for typing into multiple windows + at once. + . 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 diff --git a/debian/rules b/debian/rules index 62d84cf..d1ec815 100755 --- a/debian/rules +++ b/debian/rules @@ -123,7 +123,8 @@ binary-arch: checkroot build binary-prep $t/chiark-really/usr/sbin/* set -e; for f in $t/chiark-utils-bin/usr/bin/*; do \ case "$$f" in \ - */xbatmon-simple) d=Suggests ;; \ + */xbatmon-simple|*/xduplic-copier) \ + d=Suggests ;; \ */watershed|*/summer) d=Recommends ;; \ *) d=Depends ;; \ esac; \