chiark / gitweb /
xduplic-copier: New utility.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 18:55:10 +0000 (18:55 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 18:55:10 +0000 (18:55 +0000)
cprogs/Makefile
debian/changelog
debian/control
debian/rules

index 56376966fa919666d7a79c45fb4ca30e6112386b..8a24ee6ca9e785fc38d50ad6e79f790154f29fe8 100644 (file)
@@ -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
 
index e5b06538e78123708cba49bf2e8f4184bc0985c1..86fa7579a9a5cd9c9af9830256b1978394dbe4aa 100644 (file)
@@ -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
index f99a656c75155ee86139127da1c61e5252786047..4c20e5a2ac9922c061f70b787ad1a0a3ea7b1e1c 100644 (file)
@@ -2,7 +2,7 @@ Source: chiark-utils
 Section: admin
 Priority: extra
 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
-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
index 62d84cfccfdc115b37bdda682985667e2c980c76..d1ec8159e94953606bd694d5de08dc8a3925b1e5 100755 (executable)
@@ -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; \