From 216668ab07f2f4903c588feb6c420e925f5c9110 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Mon, 14 Jan 2008 16:41:39 -0500 Subject: Import Debian changes 3a5-3 slib (3a5-3) unstable; urgency=low * debian/rules (binary-arch): Don't do anything here. Fixes lintian warning binary-arch-rules-but-pkg-is-arch-indep. * debian/control (Standards-Version): Update to 3.7.3. No changes needed. * slib.sh: Specify #!/bin/sh. * debian/slib.lintian-overrides: New file. Don't complain about the usr/share/slib/init symlink. * debian/rules (binary-indep): Install slib.lintian-overrides as usr/share/lintian/overrides/slib in the final package. --- slib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slib.sh') diff --git a/slib.sh b/slib.sh index 6948389..6550071 100755 --- a/slib.sh +++ b/slib.sh @@ -1,4 +1,4 @@ - +#!/bin/sh ##"slib" script; Find a Scheme implementation and initialize SLIB in it. #Copyright (C) 2003, 2004 Aubrey Jaffer # -- cgit v1.2.3