diff options
author | jstebbins <[email protected]> | 2011-04-14 23:18:39 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-04-14 23:18:39 +0000 |
commit | ac8d5188e7768f18dfb54e4a236157cc0f0bb99a (patch) | |
tree | 13a32533bb7156ceca1a9d1b61138d35eb78e89a | |
parent | 265f7a43ff5dbeb4eed760996b92d4f0345d07ed (diff) |
Fix ubuntu package dependency again :( it's picky about the name.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3924 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | pkg/linux/debian/control.natty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/control.natty b/pkg/linux/debian/control.natty index 81d691042..bda98e106 100644 --- a/pkg/linux/debian/control.natty +++ b/pkg/linux/debian/control.natty @@ -19,7 +19,7 @@ Description: versatile DVD ripper and video transcoder - command line Package: handbrake-gtk Architecture: i386 amd64 -Depends: ${shlibs:Depends}, ${misc:Depends}, libwebkitgtk, libnotify1 +Depends: ${shlibs:Depends}, ${misc:Depends}, libwebkitgtk-1.0-0, 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 |