aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dehennin <daniel.dehennin@baby-gnu.org>2013-08-04 21:57:56 +0200
committerBertrand Marc <beberking@gmail.com>2013-08-10 09:31:12 +0200
commit7eee3a297b58d5d1a19d4752d9f8e63aa6cd33aa (patch)
tree40d0d9f9588c87298d916421746a56f3e5d14414
parent9ad66703a056adaa1e10ef134e3bb5fba1f7724f (diff)
RDBMS libraries are used only by “gnunet-server” package.
The MySQL GNUnet library is used only by: - libgnunet_plugin_datastore_mysql.so The PostgreSQL GNUnet library is used only by: - libgnunet_plugin_datacache_postgres.so - libgnunet_plugin_datastore_postgres.so - libgnunet_plugin_namestore_postgres.so * debian/gnunet-common.install: Remove MySQL and PostgreSQL Gnunet libraries. * debian/gnunet-server.install: Add MySQL and PostgreSQL Gnunet libraries.
-rw-r--r--debian/gnunet-common.install2
-rw-r--r--debian/gnunet-server.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/gnunet-common.install b/debian/gnunet-common.install
index b85d5c4..d7020a1 100644
--- a/debian/gnunet-common.install
+++ b/debian/gnunet-common.install
@@ -1,7 +1,5 @@
usr/lib/libgnunetdatastore.so.*
usr/lib/libgnunetfs.so.*
-usr/lib/libgnunetmysql.so.*
-usr/lib/libgnunetpostgres.so.*
usr/lib/libgnunetstatistics.so.*
usr/lib/libgnunetutil.so.*
usr/share/locale/*/LC_MESSAGES/gnunet.mo
diff --git a/debian/gnunet-server.install b/debian/gnunet-server.install
index 6587972..70c7d57 100644
--- a/debian/gnunet-server.install
+++ b/debian/gnunet-server.install
@@ -32,10 +32,12 @@ usr/lib/libgnunetgns_common.so.0*
usr/lib/libgnunethello.so.*
usr/lib/libgnunetlockmanager.so.0*
usr/lib/libgnunetmesh.so.*
+usr/lib/libgnunetmysql.so.*
usr/lib/libgnunetnamestore.so.*
usr/lib/libgnunetnat.so.*
usr/lib/libgnunetnse.so.*
usr/lib/libgnunetpeerinfo.so.*
+usr/lib/libgnunetpostgres.so.*
usr/lib/libgnunetregex.so.*
usr/lib/libgnunetregexblock.so.*
usr/lib/libgnunetstream.so.*