diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-22 14:03:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-22 14:03:37 +0100 |
| commit | e9d7e9950ebbd84de1bb68ff91cbbb1615eeb5d6 (patch) | |
| tree | ee8fa05744890be5d9965a6f2be256f5e5150931 | |
| parent | f8689d3ebcfeac346a374dd6e6ce15bfa593aadc (diff) | |
Fix other control files.
| -rw-r--r-- | builds/control-12.04-64 | 2 | ||||
| -rw-r--r-- | builds/control-12.10-32 | 3 | ||||
| -rw-r--r-- | builds/control-12.10-64 | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/builds/control-12.04-64 b/builds/control-12.04-64 index 5e4020748..fa4b4476e 100644 --- a/builds/control-12.04-64 +++ b/builds/control-12.04-64 @@ -18,7 +18,7 @@ Package: dvdomatic-dbg Architecture: amd64 Section: debug Priority: extra -Depends: dvdomatic = (${binary:Version}), ${misc:Depends} +Depends: ${dvdomatic:Depends}, ${misc:Depends} Description: debugging symbols for dvdomatic This package contains the debugging symbols for dvdomatic. diff --git a/builds/control-12.10-32 b/builds/control-12.10-32 index 57a814d17..0e5fc1f46 100644 --- a/builds/control-12.10-32 +++ b/builds/control-12.10-32 @@ -18,7 +18,6 @@ Package: dvdomatic-dbg Architecture: i386 Section: debug Priority: extra -Depends: dvdomatic = (${binary:Version}), ${misc:Depends} +Depends: ${dvdomatic:Depends}, ${misc:Depends} Description: debugging symbols for dvdomatic This package contains the debugging symbols for dvdomatic. - diff --git a/builds/control-12.10-64 b/builds/control-12.10-64 index b694a3a71..24e16b4b5 100644 --- a/builds/control-12.10-64 +++ b/builds/control-12.10-64 @@ -18,7 +18,7 @@ Package: dvdomatic-dbg Architecture: amd64 Section: debug Priority: extra -Depends: dvdomatic = (${binary:Version}), ${misc:Depends} +Depends: ${dvdomatic:Depends}, ${misc:Depends} Description: debugging symbols for dvdomatic This package contains the debugging symbols for dvdomatic. |
