From 897451458bd8eec628c7bbfaccba0dd069830f0f Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Mon, 21 Jan 2008 15:02:11 -0500 Subject: Import Debian changes 3a5-4 slib (3a5-4) unstable; urgency=low * slib.1 (.TH): Put in section number. * debian/rules (binary-indep): Install slib.1 documentation. --- debian/changelog | 7 +++++++ debian/rules | 4 ++++ slib.1 | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5a2b993..51ac19e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +slib (3a5-4) unstable; urgency=low + + * slib.1 (.TH): Put in section number. + * debian/rules (binary-indep): Install slib.1 documentation. + + -- Thomas Bushnell, BSG Mon, 21 Jan 2008 15:02:11 -0500 + slib (3a5-3) unstable; urgency=low * debian/rules (binary-arch): Don't do anything here. Fixes lintian diff --git a/debian/rules b/debian/rules index 856fc6b..92b2218 100755 --- a/debian/rules +++ b/debian/rules @@ -83,6 +83,10 @@ binary-indep: checkroot build $(INSTALL_DIR) debian/tmp/usr/share/doc-base $(INSTALL_DATA) debian/doc-base debian/tmp/usr/share/doc-base/slib + $(INSTALL_DIR) debian/tmp/usr/share/man/man1 + $(INSTALL_DATA) slib.1 debian/tmp/usr/share/man/man1/slib.1 + gzip -9v debian/tmp/usr/share/man/man1/slib.1 + # info pages $(INSTALL_DIR) debian/tmp/usr/share/info $(INSTALL_DATA) slib.info* debian/tmp/usr/share/info diff --git a/slib.1 b/slib.1 index aa548ba..7c6a514 100644 --- a/slib.1 +++ b/slib.1 @@ -1,5 +1,5 @@ .\" dummy line -.TH SLIB "Jan 22 2005" +.TH SLIB 1 "Jan 22 2005" .UC 4 .SH NAME SLIB \- Scheme Library -- cgit v1.2.3