diff options
author | jstebbins <[email protected]> | 2010-04-15 14:44:30 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-15 14:44:30 +0000 |
commit | 147d714b2706ca63ead0a0070b49579957867cc1 (patch) | |
tree | b3feb4a5385617f16a98b850433d6ad50b370e45 /pkg/linux/debian/control | |
parent | 9f19bfea9125104db0161d174206b3e887cc1686 (diff) |
add packaging rules for building debian source packages
and fix a build issue with a52dec when the path has a '~' in it
this is a step towards using the launchpad build farm for ubuntu snapshots
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3226 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux/debian/control')
-rw-r--r-- | pkg/linux/debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/linux/debian/control b/pkg/linux/debian/control index e6b955284..035e1f50d 100644 --- a/pkg/linux/debian/control +++ b/pkg/linux/debian/control @@ -2,8 +2,8 @@ Source: handbrake Section: graphics Priority: optional Maintainer: John Stebbins <[email protected]> -Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgtkhtml3.14-dev, libhal-storage-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev -Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 6), autotools-dev, libtool, libhal-storage-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev, libwebkit-dev, libnotify-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, wget +Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ Package: handbrake-cli @@ -19,7 +19,7 @@ Description: versatile DVD ripper and video transcoder - command line Package: handbrake-gtk Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, libwebkit-dev, libnotify-dev 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 |