diff options
author | jstebbins <[email protected]> | 2010-05-03 21:38:40 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-05-03 21:38:40 +0000 |
commit | 5a0738fc0c12c7ce73346b8e7c06d67a28fdcbfa (patch) | |
tree | 98e2dbd041a1b2d8850902d3cc1a178b386940ac /pkg/linux | |
parent | 6bc8c2d9395c37d2c6b61a04c8b719b32de68451 (diff) |
fix libnotify and libwebkit deps in debian.
i had the package names wrong which made the package uninstallable.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3282 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux')
-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 c3ebae29d..007e54b2f 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, libnotify +Depends: ${shlibs:Depends}, ${misc:Depends}, libwebkit-1.0.2, libnotify1 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 |