[zonemaster-gui] 02/03: Update dh-make-perl boilerplate

Ondřej Surý ondrej at debian.org
Thu Sep 8 14:15:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

ondrej pushed a commit to branch master
in repository zonemaster-gui.

commit 7e547421f48ae4d6a08d4287b51446db3442f4c3
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Sep 7 16:44:05 2016 +0200

    Update dh-make-perl boilerplate
---
 debian/changelog |  2 +-
 debian/control   | 55 ++++++++++++++++++++++++++------------------------
 debian/copyright | 61 +++++++++++++++++++++++++++-----------------------------
 3 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d14932..29494f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libzonemaster-dancer-perl (1.0.6-1) unstable; urgency=low
+zonemaster-gui (1.0.6-1) unstable; urgency=low
 
   * Initial Release.
 
diff --git a/debian/control b/debian/control
index d3c2a41..c1b1ab8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,37 @@
-Source: libzonemaster-dancer-perl
+Source: zonemaster-gui
 Section: perl
 Priority: optional
 Maintainer: Ondřej Surý <ondrej at debian.org>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libdancer-perl (>= 1.3095),
- libhtml-parser-perl,
- libjson-perl,
- libplack-perl,
- libtemplate-toolkit-perl,
- libtext-markdown-perl | markdown,
- libwww-perl,
- libyaml-perl,
- perl,
- starman
-Standards-Version: 3.9.6
-Homepage: https://metacpan.org/release/Zonemaster_Dancer
+                     libhtml-parser-perl,
+                     libjson-perl,
+                     libplack-perl,
+                     libtemplate-perl,
+                     libtext-markdown-perl | markdown,
+                     libwww-perl,
+                     libyaml-perl,
+                     perl,
+                     starman
+Standards-Version: 3.9.8
+Homepage: https://zonemaster.net/
 
-Package: libzonemaster-dancer-perl
+Package: zonemaster-gui
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdancer-perl (>= 1.3095),
- libhtml-parser-perl,
- libjson-perl,
- libplack-perl,
- libtemplate-toolkit-perl,
- libtext-markdown-perl | markdown,
- libwww-perl,
- libyaml-perl,
- starman
-Description: (no short description found)
- (no description was found)
+Depends: libdancer-perl (>= 1.3095),
+         libhtml-parser-perl,
+         libjson-perl,
+         libplack-perl,
+         libtemplate-perl,
+         libtext-markdown-perl | markdown,
+         libwww-perl,
+         libyaml-perl,
+         starman,
+         ${misc:Depends},
+         ${perl:Depends}
+Description: tool to check the quality of a DNS zone
+ Zonemaster is an utility for DNS validation of the quality of a DNS
+ delegation.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Zonemaster::Dancer is the Web Interface part of the Zonemaster
+ project.
diff --git a/debian/copyright b/debian/copyright
index 5d6bafb..8c52920 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,42 +1,39 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Zonemaster_Dancer
-Upstream-Contact: (information incomplete)
-Upstream-Name: Zonemaster_Dancer
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
+Upstream-Contact: contact at zonemaster.net
+Upstream-Name: Zonemaster
 
 Files: *
-Copyright: (information incomplete)
-License: unparsable
+Copyright: 2013, 2014, 2015, IIS (The Internet Infrastructure Foundation)
+	   2013, 2014, 2015, AFNIC
+License: BSD-2-Clause
 
 Files: debian/*
 Copyright: 2016, Ondřej Surý <ondrej at debian.org>
-License: Artistic or GPL-1+ or unparsable
+License: BSD-2-Clause
 
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
  .
- On Debian systems, the complete text of the Artistic License can be
- found in `/usr/share/common-licenses/Artistic'.
-
-License: GPL-1+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
- any later version.
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
  .
- On Debian systems, the complete text of version 1 of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'.
-
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
+ WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/zonemaster-gui.git



More information about the Pkg-perl-cvs-commits mailing list