From fb5941cd1aadc23f977662acc1f77a2d6a3c0868 Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Sun, 12 Dec 2004 18:59:33 +0000 Subject: [PATCH] build machinery for random-word and xacpi-simple --- debian/changelog | 9 ++++----- debian/control | 1 + debian/rules | 3 ++- scripts/Makefile | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd3220f..4772eb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,9 @@ -chiark-utils (4.0.99.0.8) unstable; urgency=low +chiark-utils (4.0.99.0.10) unstable; urgency=low - * New `random-word' script found lying about; checked in but no build - machinery or docs (could do with --help too). - * xacpi-simple work in progress. + * New `random-word' script (no documentation). + * New xacpi-simple utility (no documentation). - -- + -- Ian Jackson Sun, 12 Dec 2004 18:58:14 +0000 chiark-utils (4.0.99.0.7) unstable; urgency=low diff --git a/debian/control b/debian/control index 91f27d3..21fdbb1 100644 --- a/debian/control +++ b/debian/control @@ -54,6 +54,7 @@ Description: readbuffer/writebuffer: prevents tape drive seesawing, etc. Package: chiark-utils-bin Architecture: any Depends: ${shlibs:Depends} +Suggests: ${shlibs:Suggests} Section: utils Priority: extra Description: chiark system administration utilities diff --git a/debian/rules b/debian/rules index 30a80f0..86fb5b4 100755 --- a/debian/rules +++ b/debian/rules @@ -114,7 +114,8 @@ binary-arch: checkroot build binary-prep dpkg-shlibdeps -Tdebian/sv-chiark-really \ $t/chiark-really/usr/sbin/* dpkg-shlibdeps -Tdebian/sv-chiark-utils-bin \ - $t/chiark-utils-bin/usr/bin/* + $t/chiark-utils-bin/usr/bin/[^x]* \ + -dSuggests $t/chiark-utils-bin/usr/bin/x* set -e; for p in $(packages_arch); \ do debian/rules binary-one p=$$p; done diff --git a/scripts/Makefile b/scripts/Makefile index 514a050..a3d371f 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -21,7 +21,7 @@ include ../settings.make -SCRIPTS= palm-datebook-reminders \ +SCRIPTS= palm-datebook-reminders random-word \ genspic2gnuplot gnucap2genspic ngspice2genspic MANPAGES1= palm-datebook-reminders -- 2.30.2