diff options
author | Thomas Bushnell, BSG <tb@debian.org> | 2008-01-21 15:02:11 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:40 -0800 |
commit | 897451458bd8eec628c7bbfaccba0dd069830f0f (patch) | |
tree | c4cebc95004bf22602383e250c00d7e0495784ea | |
parent | 216668ab07f2f4903c588feb6c420e925f5c9110 (diff) | |
download | slib-897451458bd8eec628c7bbfaccba0dd069830f0f.tar.gz slib-897451458bd8eec628c7bbfaccba0dd069830f0f.zip |
Import Debian changes 3a5-4debian/3a5-4
slib (3a5-4) unstable; urgency=low
* slib.1 (.TH): Put in section number.
* debian/rules (binary-indep): Install slib.1 documentation.
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | slib.1 | 2 |
3 files changed, 12 insertions, 1 deletions
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 <tb@debian.org> 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 @@ -1,5 +1,5 @@ .\" dummy line -.TH SLIB "Jan 22 2005" +.TH SLIB 1 "Jan 22 2005" .UC 4 .SH NAME SLIB \- Scheme Library |