From 3f111dfa0c6ef68339f1a5086342a53a66a4c57a Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Sun, 24 Feb 2008 19:19:32 -0500 Subject: Import Debian changes 3b1-3 slib (3b1-3) unstable; urgency=low * slib.sh: Specify #!/bin/bash. (Closes: #465359) * slib.1: Put title *before* section in TH directive. * debian/rules (binary-indep): Call dh_md5sums toward the end. * debian/control (Build-Depends-Indep): Require debhelper version 5. * debian/compat: New file (level 5). --- debian/changelog | 12 ++++++++++++ debian/compat | 1 + debian/control | 2 +- debian/rules | 1 + slib.1 | 2 +- slib.sh | 2 +- 6 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 0fa20e3..4b34a96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +slib (3b1-3) unstable; urgency=low + + * slib.sh: Specify #!/bin/bash. (Closes: #465359) + + * slib.1: Put title *before* section in TH directive. + + * debian/rules (binary-indep): Call dh_md5sums toward the end. + * debian/control (Build-Depends-Indep): Require debhelper version 5. + * debian/compat: New file (level 5). + + -- Thomas Bushnell, BSG Sun, 24 Feb 2008 19:19:32 -0500 + slib (3b1-2) unstable; urgency=low * guile.init (implementation-vicinity): Repeat change from 3a5-2. diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index 1633470..80e3911 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: slib Section: devel Priority: optional Maintainer: Thomas Bushnell, BSG -Build-Depends-Indep: scm, texi2html, texinfo +Build-Depends-Indep: scm, texi2html, texinfo, debhelper (>= 5) Standards-Version: 3.7.3 Package: slib diff --git a/debian/rules b/debian/rules index 92b2218..64b0b29 100755 --- a/debian/rules +++ b/debian/rules @@ -105,6 +105,7 @@ binary-indep: checkroot build $(INSTALL_DIR) debian/tmp/usr/share/lintian/overrides $(INSTALL_DATA) debian/slib.lintian-overrides debian/tmp/usr/share/lintian/overrides/slib + dh_md5sums dpkg-gencontrol -is -ip dpkg --build debian/tmp .. diff --git a/slib.1 b/slib.1 index 2fee02a..dff6271 100644 --- a/slib.1 +++ b/slib.1 @@ -1,5 +1,5 @@ .\" dummy line -.TH 1 SLIB "Dec 20 2007" +.TH SLIB 1 "Dec 20 2007" .UC 4 .SH NAME SLIB \- Scheme Library diff --git a/slib.sh b/slib.sh index b4c39ee..b9f0417 100755 --- a/slib.sh +++ b/slib.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ##"slib" script; Find a Scheme implementation and initialize SLIB in it. #Copyright (C) 2003, 2004 Aubrey Jaffer # -- cgit v1.2.3