[debian:dnsvi_0.6] dnsvi_0.6
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Wed, 21 Jan 2015 23:12:53 +0100
changeset 69 a30eb5cebdf9
parent 68 4c155b4e305d
child 70 64d8cfd32685
[debian:dnsvi_0.6] # --- # this is for package version dnsvi_0.6
debian/changelog
debian/rules
--- 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) <hs@schlittermann.de>  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
--- 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