~ubuntu-branches/debian/squeeze/protobuf/squeeze

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2009-06-02 16:19:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602161900-vm176i3ryt35yk91
Tags: 2.0.3-2.2
* Non-maintainer upload.
* Fix FTBFS from -2.1: don't fail when we can't clean up the java build,
  such as when openjdk isn't installed.
* Disable parallel builds, because libtool is made of fail (if binary-arch
  and build-indep run concurrently, we relink a library while it's being
  used; that doesn't work so well).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: devel
3
3
Priority: extra
4
4
Maintainer: Iustin Pop <iusty@k1024.org>
5
 
Build-Depends: debhelper (>= 7), python (>= 2.3.5-11), python-setuptools (>= 0.6c8), xmlto,
6
 
    ant, openjdk-6-jdk
7
 
Build-Depends-Indep: python-support (>= 0.6)
8
 
Standards-Version: 3.8.0
 
5
Build-Depends: debhelper (>= 7), python (>= 2.3.5-11), python-setuptools (>= 0.6c8), xmlto, ant
 
6
Build-Depends-Indep: python-support (>= 0.6), openjdk-6-jdk
 
7
Standards-Version: 3.8.1
9
8
Homepage: http://code.google.com/p/protobuf/
10
9
Vcs-Browser: http://git.debian.org/?p=collab-maint/protobuf.git
11
10
Vcs-Git: git://git.debian.org/git/collab-maint/protobuf.git
12
11
 
13
 
Package: libprotobuf0
 
12
Package: libprotobuf3
14
13
Architecture: any
15
14
Depends: ${shlibs:Depends}, ${misc:Depends}
16
15
Description: protocol buffer C++ library
31
30
Package: libprotobuf-dev
32
31
Architecture: any
33
32
Section: libdevel
34
 
Depends: ${shlibs:Depends}, ${misc:Depends}, libprotobuf0
 
33
Depends: ${shlibs:Depends}, ${misc:Depends}, libprotobuf3
35
34
Description: protocol buffer C++ library (development headers)
36
35
 Protocol buffers are a flexible, efficient, automated mechanism for
37
36
 serializing structured data - similar to XML, but smaller, faster, and
49
48
 
50
49
Package: protobuf-compiler
51
50
Architecture: any
52
 
Depends: ${shlibs:Depends}, ${misc:Depends}, libprotobuf0 (= ${binary:Version})
 
51
Depends: ${shlibs:Depends}, ${misc:Depends}, libprotobuf3 (= ${binary:Version})
53
52
Description: compiler for protocol buffer definition files
54
53
 Protocol buffers are a flexible, efficient, automated mechanism for
55
54
 serializing structured data - similar to XML, but smaller, faster, and
91
90
 
92
91
Package: libprotobuf-java
93
92
Architecture: all
 
93
Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java5-runtime
94
94
Recommends: protobuf-compiler
 
95
Section: java
95
96
Description: Java bindings for protocol buffers
96
97
 Protocol buffers are a flexible, efficient, automated mechanism for
97
98
 serializing structured data - similar to XML, but smaller, faster, and