~drizzle-developers/ubuntu/natty/drizzle/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Monty Taylor
  • Date: 2010-05-02 03:44:17 UTC
  • Revision ID: mordred@inaugust.com-20100502034417-tqnvi628fafhsm7c
Got the symbols. Cleaned up some lintian errors in the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
Suggests: tinyca
52
52
Pre-Depends: adduser (>= 3.40)
53
53
Depends: drizzle-client (>= ${source:Version}),
54
 
 libdrizzledmessage0 (= ${source:Version}),
 
54
 libdrizzledmessage0 (= ${binary:Version}),
55
55
 psmisc,
56
56
 passwd,
57
57
 lsb-base (>= 3.0-10),
89
89
 libboost-program-options-dev,
90
90
 libinnodb-dev (>= 1.0.6.6750),
91
91
 libtokyocabinet-dev (>= 1.4.23),
92
 
 libdrizzledmessage (= ${source:Version}),
 
92
 libdrizzledmessage0 (= ${source:Version}),
93
93
 ${misc:Depends}
94
94
Description: Development files for Drizzle plugin development
95
95
 The Drizzle project is building a database optimized for Cloud and Net 
111
111
 This package includes the protobuf-based message serializations.
112
112
 
113
113
Package: libdrizzledmessage-dev
114
 
Section: libs
 
114
Section: libdevel
115
115
Architecture: any
116
 
Depends: libdrizzledmessage0 (= ${source:Version}),
 
116
Depends: libdrizzledmessage0 (= ${binary:Version}),
117
117
 ${misc:Depends},
118
118
 ${shlibs:Depends}
119
 
Description: Library containing serialized messages used with Drizzle
 
119
Description: Devel library containing serialized messages used with Drizzle
120
120
 The Drizzle project is building a database optimized for Cloud and Net 
121
121
 applications. It is being designed for massive concurrency on modern 
122
122
 multi-cpu/core architecture. The code is originally derived from MySQL.