diff options
author | jstebbins <[email protected]> | 2010-04-30 22:20:12 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-30 22:20:12 +0000 |
commit | 6bc8c2d9395c37d2c6b61a04c8b719b32de68451 (patch) | |
tree | fede6a0ca527ac422531d3d5177669b2012485c4 /pkg | |
parent | 792bbf1668069fc8ccc8d8f9cc5a8bceee14640c (diff) |
fix debian package dependencies for gui
it included *-dev packages that are not needed for installation
of the binary gui package
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3281 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/linux/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/control b/pkg/linux/debian/control index 1fc5b28ed..c3ebae29d 100644 --- a/pkg/linux/debian/control +++ b/pkg/linux/debian/control @@ -19,7 +19,7 @@ Description: versatile DVD ripper and video transcoder - command line Package: handbrake-gtk Architecture: i386 amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, libwebkit-dev, libnotify-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, libwebkit, libnotify Conflicts: handbrake Description: versatile DVD ripper and video transcoder - GTK GUI HandBrake is a versatile, easy-to-use tool for converting DVDs and other videos |