Sebastian Andrzej Siewior
Sun, 05 Sep 2010 10:15:17 -0700
Package: zvbi Version: 0.2.33-1 Severity: wishlist Tags: patch User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe
binNMU of this package results in missing build dependency:
| libzvbi-dev (= 0.2.33-1+b100) depends on one of:
| - libzvbi0 (= 0.2.33-1+b100)
| libzvbi0 (= 0.2.33-1+b100) depends on missing:
| - libzvbi-common (>= 0.2.33-1+b100)
libzvbi-common was not built in binNMU because it is an arch:all
package. The correct dependency should be ${source:Version} instead of
${binary:Version}.
Sebastian
>From 2ecfebb396a470cc6b8ae41dfe02c1caac483ca6 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <sebast...@breakpoint.cc>
Date: Sun, 5 Sep 2010 19:07:20 +0200
Subject: [PATCH] binNMU fix
Signed-off-by: Sebastian Andrzej Siewior <sebast...@breakpoint.cc>
---
debian/control | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/control b/debian/control
index bc95db9..d367bf0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 7), libpng-dev, doxygen, quilt,
libxml-simple-perl
Package: libzvbi0
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}, libzvbi-common (>= ${binary:Version})
+Depends: ${shlibs:Depends}, libzvbi-common (>= ${source:Version})
Replaces: libzvbi-0.1 (<= 0.2.1-3)
Description: Vertical Blanking Interval decoder (VBI) - runtime files
The VBI devices capture the hidden lines on a television picture that carry
--
1.7.1