summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2012-09-04 21:50:52 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2012-09-04 21:50:52 +0100
commit1dedeb87cc8c3588e4ff2cde09ba76a8e774f8b1 (patch)
treeb034975ffd48f9dd4cb28a405fdcf6e532fd1745
parent79cfefd8561791904709ed60ae0f93e71f3dd8c6 (diff)
downloaddnsmasq-1dedeb87cc8c3588e4ff2cde09ba76a8e774f8b1.tar.gz
Fix Debian package adduser dependency.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 269f1d2..330230d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,13 @@ dnsmasq (2.64-1) unstable; urgency=low
* New upstream.
- -- Simon Kelley <simon@thekelleys.org.uk> Tue, 28 Aug 2012 16:19:15 +0000
+ -- Simon Kelley <simon@thekelleys.org.uk> Tue, 4 Sep 2012 21:50:22 +0000
+
+dnsmasq (2.63-3) unstable; urgency=low
+
+ * Move adduser dependency to dnsmasq-base. (closes: #686694)
+
+ -- Simon Kelley <simon@thekelleys.org.uk> Tue, 4 Sep 2012 21:44:15 +0000
dnsmasq (2.63-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c885141..3f673a3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.3
Package: dnsmasq
Architecture: all
-Depends: netbase, adduser, dnsmasq-base(>= ${source:Version})
+Depends: netbase, dnsmasq-base(>= ${source:Version})
Suggests: resolvconf
Conflicts: resolvconf (<<1.15)
Description: Small caching DNS proxy and DHCP/TFTP server
@@ -22,7 +22,7 @@ Description: Small caching DNS proxy and DHCP/TFTP server
Package: dnsmasq-base
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: adduser, ${shlibs:Depends}
Breaks: dnsmasq (<< 2.63-1~)
Replaces: dnsmasq (<< 2.63-1~)
Description: Small caching DNS proxy and DHCP/TFTP server