[Pkg-privacy-commits] [libgsecuredelete] 95/168: Fix versionned dependency from the -dev package on the shared library.
    Ulrike Uhlig 
    u-guest at moszumanska.debian.org
       
    Thu Jul  7 20:06:43 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository libgsecuredelete.
commit 4f43dad21f8a054fa2dc633d2f9a8df35f2ef9cb
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Jul 2 16:12:55 2011 +0200
    Fix versionned dependency from the -dev package on the shared library.
    
    Depending on ${binary:Version} ensures the source package is safely binNMUable.
    Also, doing this is needed to ensure compiling and linking work properly.
    
    This fixes Lintian errors weak-library-dev-dependency and
    not-binnmuable-any-depends-any.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 470d371..dd78224 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  libglib2.0-dev,
- libgsecuredelete0 (= ${source:Version})
+ libgsecuredelete0 (= ${binary:Version})
 Description: wrapper library for the secure-delete tools - development files
  GSecureDelete is a GObject wrapper library for the secure-delete tools
  (srm, sfill, sswap and smem), aiming to ease use of these tool from programs
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git
    
    
More information about the Pkg-privacy-commits
mailing list