diff options
-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 |