diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-06 00:43:21 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-06 00:43:21 +0200 |
commit | ed1f51e10e427854ae7f99a55d42ddbf7b4b5cfc (patch) | |
tree | 9e52e2ad2b4bbc91d99d07035f6bba13300a8f51 | |
parent | df86a8d5b93c6d7ae401af02401a92a40d11d7d3 (diff) |
Make gnunet-dbg depends on alternativesdebian/0.9.2-1
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 5626e98..1144992 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,8 +47,10 @@ gnunet (0.9.2-1) unstable; urgency=low + use debconf to determine which user and group to delete. + remove /var/lib/gnunet on purge. + remove /etc/default/gnunet-server on purge (Closes: #668766). + * Make gnunet-dbg dependencies alternatives as it provides debugging + symbol for all of them. - -- Bertrand Marc <beberking@gmail.com> Sat, 21 Apr 2012 11:41:52 +0200 + -- Bertrand Marc <beberking@gmail.com> Sun, 06 May 2012 00:28:20 +0200 gnunet (0.8.1b-8) unstable; urgency=low diff --git a/debian/control b/debian/control index fb326bd..b7d9101 100644 --- a/debian/control +++ b/debian/control @@ -60,9 +60,8 @@ Section: debug Priority: extra Architecture: any Depends: - ${misc:Depends}, gnunet-client (= ${binary:Version}), - gnunet-common (= ${binary:Version}), gnunet-dev (= ${binary:Version}), - gnunet-server (= ${binary:Version}) + gnunet-common (= ${binary:Version}) | gnunet-server (= ${binary:Version}) | + gnunet-client (= ${binary:Version}), ${misc:Depends} Description: secure, trust-based peer-to-peer framework (debug) GNUnet is a peer-to-peer framework which focuses on providing security. All link-to-link messages in the network are confidential and authenticated. The |