# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1421878373 -3600 # Node ID a30eb5cebdf995b7d7bb3017acf6077ae887434c # Parent 4c155b4e305d0fc424b6f2c8114818336b251299 [debian:dnsvi_0.6] # --- # this is for package version dnsvi_0.6 diff -r 4c155b4e305d -r a30eb5cebdf9 debian/changelog --- a/debian/changelog Wed Jan 21 23:09:01 2015 +0100 +++ b/debian/changelog Wed Jan 21 23:12:53 2015 +0100 @@ -1,3 +1,20 @@ +dnsvi (0.6) stable; urgency=medium + + * more tests: + * [merged] from branch deb: + * sort order in a more prominent place: Now we have a %ORDER global + variable in the package DNS::Vi + * fixed trailing spaces: + * cope with additional spaces in soa records: + * cope with continuation lines: + * deal with very short primary names in SOA record: + * changed the delta function: Now it returns a hash, not an array. + * cosmetical changes: + * fixed the cname change bug (reported by m.f.): + * Hint about the SOA record: + + -- Heiko Schlittermann (HS12-RIPE) Wed, 21 Jan 2015 23:09:39 +0100 + dnsvi (0.5) stable; urgency=low * Changed the sort order.: When displaying the zone we sort in a way diff -r 4c155b4e305d -r a30eb5cebdf9 debian/rules --- a/debian/rules Wed Jan 21 23:09:01 2015 +0100 +++ b/debian/rules Wed Jan 21 23:12:53 2015 +0100 @@ -1,11 +1,13 @@ #! /usr/bin/make -f -export PERL_MM_OPT= -export PERL_MB_OPT= -export PERL5LIB= +export PERL_MM_OPT = +export PERL_MB_OPT = +export PERL5LIB = + +export DH_VERBOSE = 1 %: - $@ + dh $@ override_dh_installchangelogs: dh_installchangelogs CHANGES