Browse Source

Rewrite dependencies to make package binNMU-able

Christoph Biedl 1 year ago
parent
commit
19bd4b03ef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      debian/control

+ 2 - 2
debian/control

@@ -21,7 +21,7 @@ Section: net
 Package: tang
 Architecture: all
 Depends: ${misc:Depends},
-    tang-common (= ${binary:Version}),
+    tang-common (>= ${source:Version}),
 Recommends:
     curl,
 Description: network-based cryptographic binding server
@@ -34,7 +34,7 @@ Architecture: all
 Depends: ${misc:Depends},
     adduser,
     moreutils,
-    tang-common (= ${binary:Version}),
+    tang-common (>= ${source:Version}),
     xinetd,
 Recommends:
     curl,