[lrslib] 07/16: fix typo in dependency.

David Bremner bremner at debian.org
Tue Feb 3 16:04:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

bremner pushed a commit to branch master
in repository lrslib.

commit 8246201e6890e6903b8c2b507d2ef625e7ce4c2d
Author: David Bremner <bremner at debian.org>
Date:   Sat Dec 6 16:37:47 2014 +0100

    fix typo in dependency.
    
    Sigh, the package name is the SONAME.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 0d00daa..d943ecd 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Description: package to enumerate vertices and extreme rays (shared libraries)
 
 Package: liblrsgmp-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, liblrsgmp (=${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, liblrsgmp0 (=${binary:Version})
 Breaks: liblrs-dev (<< 0.51~)
 Replaces: liblrs-dev (<< 0.51~)
 Section: libdevel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lrslib.git



More information about the debian-science-commits mailing list