diff options
author | Thomas Bushnell, BSG <tb@debian.org> | 2008-02-24 19:19:32 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:42 -0800 |
commit | 3f111dfa0c6ef68339f1a5086342a53a66a4c57a (patch) | |
tree | 39e99591023a7d2cc7de7dc1524391d331757675 /slib.sh | |
parent | 92918fc2e693383622528ca6b8ad8d36c79fc07a (diff) | |
download | slib-3f111dfa0c6ef68339f1a5086342a53a66a4c57a.tar.gz slib-3f111dfa0c6ef68339f1a5086342a53a66a4c57a.zip |
Import Debian changes 3b1-3debian/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).
Diffstat (limited to 'slib.sh')
-rwxr-xr-x | slib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |