From 55fd5e6aafce606b8239daf129bc6ecd374ea000 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Feb 2012 15:11:15 +0000 Subject: Add missing shlibs dependency field --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6449d5a..0445814 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ X-Python-Version: >= 2.6 Package: summain Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.7) +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, + python-cliapp (>= 0.7) Description: create file manifests with checksums Summain generates file manifests, which contain metadata about the files, and a checksum of their content for regular files. The manifest can be -- cgit v1.2.1