From 2120c40e9905e7fc98d7b7dcf2d77c632575db05 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:30:25 -0800 Subject: remove shlibs:Depends from libscm-dev --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3