aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:30:25 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:39:27 -0800
commit2120c40e9905e7fc98d7b7dcf2d77c632575db05 (patch)
tree3a07f29b9a173a2e28df6eb7515f972e48fb0ee4
parent8d2ffe10f0d82191b72a461a7b98d5b6a926fbca (diff)
downloadscm-2120c40e9905e7fc98d7b7dcf2d77c632575db05.tar.gz
scm-2120c40e9905e7fc98d7b7dcf2d77c632575db05.zip
remove shlibs:Depends from libscm-dev
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index ed472d2..c4f15bd 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Description: A Scheme language interpreter
Package: libscm-dev
Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb armhf sh4 kfreebsd-amd64 kfreebsd-i386
Section: libdevel
-Depends: scm (= ${binary:Version}), slib (>> 3b1), ${shlibs:Depends}, ${misc:Depends}
+Depends: scm (= ${binary:Version}), slib (>> 3b1), ${misc:Depends}
Description: Embeddable library for SCM Scheme language interpreter
This is a static library which provides the functionality of SCM, making it
convenient add scheme functionality to other programs.