--- a/.hgignore Fri Nov 14 10:02:18 2014 +0100
+++ b/.hgignore Fri Nov 14 10:55:48 2014 +0100
@@ -8,3 +8,4 @@
MYMETA.json
MYMETA.yml
MANIFEST.bak
+CHANGES
--- a/MANIFEST Fri Nov 14 10:02:18 2014 +0100
+++ b/MANIFEST Fri Nov 14 10:55:48 2014 +0100
@@ -15,3 +15,4 @@
t/samples/axfr
t/samples/b
t/samples/c
+debian/copyright
--- a/debian/changelog Fri Nov 14 10:02:18 2014 +0100
+++ b/debian/changelog Fri Nov 14 10:55:48 2014 +0100
@@ -1,3 +1,12 @@
+dnsvi (0.3) stable; urgency=low
+
+ * [merged] from debian:
+ * ignore CHANGES:
+ * extended description
+ * added the copyright
+
+ -- Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> Fri, 14 Nov 2014 10:55:39 +0100
+
dnsvi (0.2) stable; urgency=low
* fixed manifesto:
--- a/debian/control Fri Nov 14 10:02:18 2014 +0100
+++ b/debian/control Fri Nov 14 10:55:48 2014 +0100
@@ -9,3 +9,6 @@
Priority: standard
Depends: perl (>= 5.14), dnsutils
Description: DNS (domain) zone editor
+ This tools allows you edit a dynamically maintained DNS zone,
+ either locally or remote. The update of the zone is done via
+ nsupdate, secured by TSIG.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/copyright Fri Nov 14 10:55:48 2014 +0100
@@ -0,0 +1,18 @@
+Copyright (C) 2014 Heiko Schlittermann <hs@schlittermann.de>
+
+This program is free software; you may redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+This is distributed in the hope that it will be useful, but without
+any warranty; without even the implied warranty of merchantability or
+fitness for a particular purpose. See the GNU General Public License
+for more details.
+
+A copy of the GNU General Public License version 3 is available as
+/usr/share/common-licenses/GPL-3 in the Debian GNU/Linux distribution
+or at http://www.gnu.org/licenses/old-licenses/gpl-3.0.html.
+You can also obtain it by writing to the Free Software Foundation, Inc.,
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+