~ubuntu-branches/ubuntu/natty/libproxy/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-11-25 20:55:29 UTC
  • mfrom: (1.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20101125205529-r9gcvm6d9nvhkym2
Tags: 0.3.1-2ubuntu1
* Merge from debian unstable.  Remaining changes: (LP: #681433)
  - debian/control{.in}: Drop Build-Depends on libmozjs-dev
    since we don't have this package in archive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
Priority: optional
9
9
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
10
10
XSBC-Original-Maintainer: Emilio Pozuelo Monfort <pochu@debian.org>
11
 
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>
 
11
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>
12
12
Build-Depends: cdbs,
13
13
               debhelper (>= 5),
14
14
               gnome-pkg-tools,
19
19
               libdbus-1-dev,
20
20
               kdelibs5-dev,
21
21
               libqt4-dev,
 
22
# /!\ we have a build-depends loop with webkit
22
23
               libwebkit-dev,
23
24
               gconf2,
24
25
               libxmu-dev
32
33
Architecture: any
33
34
Depends: ${shlibs:Depends},
34
35
         ${misc:Depends}
 
36
Recommends: libwebkit-1.0-2 | libmozjs2d
35
37
Description: automatic proxy configuration management library (shared)
36
38
 libproxy is a lightweight library which makes it easy to develop
37
39
 applications proxy-aware with a simple and stable API.