diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-22 10:24:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-22 10:24:14 +0100 |
| commit | 717d0827a81313c7c3b6ef169e8d78dcbf1796aa (patch) | |
| tree | 5648c408cf4b039e14e637c6414ca7a5fcee5be9 | |
| parent | 65a208bf91761f21812394fd035a402cc5380b47 (diff) | |
Typos.
| -rw-r--r-- | builds/control-12.04-32 | 2 | ||||
| -rw-r--r-- | builds/control-12.04-64 | 2 | ||||
| -rw-r--r-- | builds/control-12.10-32 | 2 | ||||
| -rw-r--r-- | builds/control-12.10-64 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/builds/control-12.04-32 b/builds/control-12.04-32 index a1042f281..d852eb679 100644 --- a/builds/control-12.04-32 +++ b/builds/control-12.04-32 @@ -18,7 +18,7 @@ Package: dvdomatic-dbg Architecture: i386 Section: debug Priority: extra -Depends: dvdomatic = ${binary:Version}), ${misc:Depends} +Depends: dvdomatic = (${binary:Version}), ${misc:Depends} Description: debugging symbols for dvdomatic This package contains the debugging symbols for dvdomatic. diff --git a/builds/control-12.04-64 b/builds/control-12.04-64 index 4f340f2e3..5e4020748 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 = (${binary:Version}), ${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 17de72726..57a814d17 100644 --- a/builds/control-12.10-32 +++ b/builds/control-12.10-32 @@ -18,7 +18,7 @@ Package: dvdomatic-dbg Architecture: i386 Section: debug Priority: extra -Depends: dvdomatic = ${binary:Version}), ${misc:Depends} +Depends: dvdomatic = (${binary:Version}), ${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 4e24caff2..b694a3a71 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 = (${binary:Version}), ${misc:Depends} Description: debugging symbols for dvdomatic This package contains the debugging symbols for dvdomatic. |
