diff --git a/debian/changelog b/debian/changelog index 9f3d5d1..38e8c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dhcpoptinj (0.4.0-1) unstable; urgency=low + * Fix program name simplification bug + * Remove typo in help text + * Use constant for maximum queue length instead of hard-coded value + * Fix incorrect fields in debian/control and update dependencies + + -- Andreas Misje Tue, 13 Dec 2016 15:48:03 +0100 + dhcpoptinj (0.3.0-1) unstable; urgency=low * Add support for replacing existing DHCP options * Allow injecting multiple options of same type diff --git a/debian/control b/debian/control index f66d234..287cdd7 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: dhcpoptinj Maintainer: Andreas Misje Section: net -Priority: optional +Priority: extra Homepage: http://github.com/misje/dhcpoptinj -Build-Depends: debhelper (>=9), libnetfilter-queue-dev (>= 1) +Build-Depends: debhelper (>= 9), libnetfilter-queue-dev (>= 1) Package: dhcpoptinj Architecture: any -Depends: libnetfilter-queue1 +Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: iptables-persistent Description: DHCP option injector dhcpoptinj is a simple utility for injecting DHCP options into DHCP packets.