diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 | ||||
-rw-r--r-- | slib.1 | 2 | ||||
-rwxr-xr-x | slib.sh | 2 |
6 files changed, 17 insertions, 3 deletions
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 <tb@debian.org> 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 <tb@debian.org> -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 .. @@ -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 @@ -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 # |