diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2012-02-04 18:52:01 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2012-02-04 18:52:01 +0000 |
commit | 43bbb26f64916171fbe14aeecd8a8d72741c0dfe (patch) | |
tree | a733cc0dea2cd560d8cfdaaabaf62d2fdaccc1eb | |
parent | 15b8c965b501465dfeddf7361861e980f11acb19 (diff) | |
download | xine-lib-43bbb26f64916171fbe14aeecd8a8d72741c0dfe.tar.gz xine-lib-43bbb26f64916171fbe14aeecd8a8d72741c0dfe.tar.bz2 |
Remove unnecessary dev package dependencies.
libc6-dev is required anyway, and the other -dev packages aren't
referenced by our exported header files.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index de6b6a2b1..cc449f0cf 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Standards-Version: 3.7.2 Package: libxine-dev Architecture: any Section: libdevel -Depends: libxine1 (= ${Source-Version}), libc6-dev, zlib1g-dev | libz-dev, libslang2-dev | slang1-dev, libfreetype6-dev, pkg-config +Depends: libxine1 (= ${Source-Version}), pkg-config Conflicts: xine-ui (<< 0.9.10), libxine2-dev Description: the xine video player library, development packages This contains development files (headers, documentation and the like) |