[Pkg-privacy-commits] [onioncat] 267/340: Compile-in the possibility to get debug output.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onioncat.
commit 86df2bbe1401b93252263e20322c276beff5d610
Author: intrigeri <intrigeri at boum.org>
Date: Thu Aug 18 17:07:41 2011 +0200
Compile-in the possibility to get debug output.
---
debian/onioncat.default | 4 ++--
debian/rules | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/onioncat.default b/debian/onioncat.default
index 4336037..88a2b75 100644
--- a/debian/onioncat.default
+++ b/debian/onioncat.default
@@ -13,5 +13,5 @@ DAEMON_USER="onioncat"
# Options passed to onioncat on startup.
# At least the hidden service hostname must generally be provided.
# Example:
-# DAEMON_OPTS=="gfwljfhnapq91sz4.onion"
-DAEMON_OPTS=""
+# DAEMON_OPTS="-d 0 gfwljfhnapq91sz4.onion"
+DAEMON_OPTS="-d 0"
diff --git a/debian/rules b/debian/rules
index 5fb559e..f714e4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@ export DEB_BUILD_HARDENING=1
%:
dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- --enable-debug
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git
More information about the Pkg-privacy-commits
mailing list