diff options
author | jstebbins <[email protected]> | 2010-06-16 15:23:50 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-16 15:23:50 +0000 |
commit | 629b6cd81ec2a4241d01e97a5cc4dfc079763c2a (patch) | |
tree | 81b1c9e9fc3aa415f38972816125f2ad5eee6159 /pkg | |
parent | 24425e7e50a80a43bc074935ece579697c451dff (diff) |
LinGui: update build dependencies to include python2.6 package
by default the lauchpad build farm only installs a minimal python which is missing plistlib
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3383 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 fd26fcc05..47d0442d7 100644 --- a/pkg/linux/debian/control +++ b/pkg/linux/debian/control @@ -2,7 +2,7 @@ Source: handbrake Section: graphics Priority: optional Maintainer: John Stebbins <[email protected]> -Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgudev-1.0-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev, libwebkit-dev, libnotify-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, wget, subversion +Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgudev-1.0-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev, libwebkit-dev, libnotify-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, wget, subversion python2.6 Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ |