diff options
| author | Carl Hetherington <carl@ubuntu-12-10-32.lan> | 2012-12-08 14:42:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <carl@ubuntu-12-10-32.lan> | 2012-12-08 14:42:39 +0000 |
| commit | a96c9752935be45fe39a1f5d49757234002e0b4b (patch) | |
| tree | 734cb817a2416dd3213e12ad81a2a26c936ccbca | |
| parent | 234db32ef3211a4dd41d4494e40285813932e697 (diff) | |
Add missing libc dependency.
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0b6abf9cf..7774f1fb1 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: http://carlh.net/software/dvdomatic Package: dvdomatic Architecture: any -Depends: libwxgtk2.8-0 (>= 2.8.12.1), libssh-4 (>= 0.5.2), libboost-filesystem1.49.0 (>= 1.49.0), libboost-thread1.49.0 (>= 1.49.0), libsndfile1 (>= 1.0.25), libmagick++5 (>= 8:6.7.7.10) +Depends: libc6 (>= 2.15), libwxgtk2.8-0 (>= 2.8.12.1), libssh-4 (>= 0.5.2), libboost-filesystem1.49.0 (>= 1.49.0), libboost-thread1.49.0 (>= 1.49.0), libsndfile1 (>= 1.0.25), libmagick++5 (>= 8:6.7.7.10) Description: Generator of Digital Cinema Packages (DCPs) DVD-o-matic generates Digital Cinema Packages (DCPs) from video and audio files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant |
