|
1 | | -Source: cassandra-cpp-driver |
| 1 | +Source: scylla-cpp-driver |
2 | 2 | Priority: extra |
3 | | -Maintainer: Michael Penick <michael.penick@datastax.com> |
| 3 | +Maintainer: Juliusz Stasiewicz <juliusz.stasiewicz@scylladb.com> |
4 | 4 | Build-Depends: debhelper (>= 9.0.0), dh-exec, cmake, make, |
5 | 5 | libuv1-dev (>= 1.0.0), |
6 | 6 | libssl-dev |
7 | 7 | Standards-Version: 3.9.2 |
8 | 8 | Section: libs |
9 | | -Homepage: http://datastax.github.io/cpp-driver/ |
10 | | -Vcs-Git: git://github.com/datastax/cpp-driver.git |
11 | | -Vcs-Browser: https://github.com/datastax/cpp-driver |
| 9 | +Homepage: https://github.com/scylladb/cpp-driver |
| 10 | +Vcs-Git: git://github.com/scylladb/cpp-driver.git |
| 11 | +Vcs-Browser: https://github.com/scylladb/cpp-driver |
12 | 12 |
|
13 | | -Package: cassandra-cpp-driver |
| 13 | +Package: scylla-cpp-driver |
14 | 14 | Section: libs |
15 | 15 | Architecture: any |
16 | 16 | Pre-Depends: multiarch-support, ${misc:Pre-Depends} |
17 | 17 | Depends: ${shlibs:Depends}, ${misc:Depends} |
18 | | -Description: C/C++ client driver for Apache Cassandra and DataStax Products - runtime library |
19 | | - A modern, feature-rich, and highly tunable C/C++ client library for Apache |
| 18 | +Description: C/C++ client driver for Scylla, Apache Cassandra and DataStax Products - runtime library |
| 19 | + A modern, feature-rich, shard-aware and highly tunable C/C++ client library for Scylla, Apache |
20 | 20 | Cassandra and DataStax Products using Cassandra's native protocol and Cassandra Query |
21 | 21 | Language along with extensions for DataStax Products. |
22 | 22 |
|
23 | | -Package: cassandra-cpp-driver-dev |
| 23 | +Package: scylla-cpp-driver-dev |
24 | 24 | Section: libdevel |
25 | 25 | Architecture: any |
26 | | -Depends: cassandra-cpp-driver (= ${binary:Version}), ${misc:Depends} |
27 | | -Description: C/C++ client driver for Apache Cassandra and DataStax Products - development files |
28 | | - A modern, feature-rich, and highly tunable C/C++ client library for Apache |
| 26 | +Depends: scylla-cpp-driver (= ${binary:Version}), ${misc:Depends} |
| 27 | +Description: C/C++ client driver for Scylla, Apache Cassandra and DataStax Products - development files |
| 28 | + A modern, feature-rich, shard-aware and highly tunable C/C++ client library for Scylla, Apache |
29 | 29 | Cassandra and DataStax Products using Cassandra's native protocol and Cassandra Query |
30 | 30 | Language along with extensions for DataStax Products. |
31 | 31 |
|
32 | | -Package: cassandra-cpp-driver-dbg |
| 32 | +Package: scylla-cpp-driver-dbg |
33 | 33 | Section: debug |
34 | 34 | Architecture: any |
35 | | -Depends: cassandra-cpp-driver (= ${binary:Version}), ${misc:Depends} |
36 | | -Description: C/C++ client driver for Apache Cassandra and DataStax Products - debugging symbols |
37 | | - A modern, feature-rich, and highly tunable C/C++ client library for Apache |
| 35 | +Depends: scylla-cpp-driver (= ${binary:Version}), ${misc:Depends} |
| 36 | +Description: C/C++ client driver for Scylla, Apache Cassandra and DataStax Products - debugging symbols |
| 37 | + A modern, feature-rich, shard-aware and highly tunable C/C++ client library for Scylla, Apache |
38 | 38 | Cassandra and DataStax Products using Cassandra's native protocol and Cassandra Query |
39 | 39 | Language along with extensions for DataStax Products. |
0 commit comments