# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1415958948 -3600 # Node ID 1c0d34fb18361825a27bcd0f322e9c72fcdca6ae # Parent 287f6a8d096370c2c264834dbd8869608d440cae# Parent d8a3e745d34e2f649e513e65938500c2db3ebd7c [debian:dnsvi_0.3] # --- # this is for package version dnsvi_0.3 diff -r 287f6a8d0963 -r 1c0d34fb1836 .hgignore --- 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 diff -r 287f6a8d0963 -r 1c0d34fb1836 MANIFEST --- 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 diff -r 287f6a8d0963 -r 1c0d34fb1836 debian/changelog --- 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) Fri, 14 Nov 2014 10:55:39 +0100 + dnsvi (0.2) stable; urgency=low * fixed manifesto: diff -r 287f6a8d0963 -r 1c0d34fb1836 debian/control --- 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. diff -r 287f6a8d0963 -r 1c0d34fb1836 debian/copyright --- /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 + +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. +