diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-23 08:10:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-23 08:10:44 +0100 |
| commit | 3108bc2b91ed81116fb1828e43092335504489c2 (patch) | |
| tree | 0dee8fc699b5b1b80868535bfe3910521bfc67dc | |
| parent | 19df34fb7de3ab9855092f07aa4418e296707d71 (diff) | |
| parent | ff4929609f03a78d7114356ee026b0e81077f65b (diff) | |
Merge branch 'debian-dbg'
| -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. |
