Make DNSEC default, add build-depends for same, bump version.
diff --git a/debian/changelog b/debian/changelog
index ae23360..a6d372d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
+dnsmasq (2.69-1) unstable; urgency=low
+
+ * New upstream.
+
+ -- Simon Kelley <simon@thekelleys.org.uk> Tue, 4 Feb 2014 16:28:12 +0000
+
dnsmasq (2.68-1) unstable; urgency=low
* New upstream. (closes: #730553)
-
+
-- Simon Kelley <simon@thekelleys.org.uk> Sun, 8 Dec 2013 15:57:32 +0000
dnsmasq (2.67-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f25bbdb..80ede10 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
Source: dnsmasq
Section: net
Priority: optional
-Build-depends: gettext, libnetfilter-conntrack-dev [linux-any], libidn11-dev, libdbus-1-dev (>=0.61)
+Build-depends: gettext, libnetfilter-conntrack-dev [linux-any],
+ libidn11-dev, libdbus-1-dev (>=0.61), libgmp-dev, nettle-dev (>=2.4-3)
Maintainer: Simon Kelley <simon@thekelleys.org.uk>
Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index 442f872..7d42d9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@
DEB_COPTS += -DHAVE_LUASCRIPT
endif
-ifneq (,$(filter usednssec,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(filter nodnssec,$(DEB_BUILD_OPTIONS)))
DEB_COPTS += -DHAVE_DNSSEC
endif