diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 68bee46..c71da3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +itzks-systems (2013.11.13.2) UNRELEASED; urgency=low + + * Use python-netaddr in standardskriver to make it recognize + network addresses, as well. + * debian/control: + + Add dependency for bin:package itzks-systems-common: python-netaddr. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 13 Nov 2013 15:39:41 +0100 + itzks-systems (2013.11.13.1) squeeze-backports; urgency=low * Add standardskriver script, provided by linuxavdelingen.no. diff --git a/debian/control b/debian/control index ada7857..d85a6c1 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Breaks: Depends: ${misc:Depends}, python, + python-netaddr, Description: Configuration for ITZkS Systems Set of configuration parameters and common files relevant to ITZkS systems. |