[libtest-mock-time-perl] 02/04: initial commit for packaging

Hideki Yamane henrich at moszumanska.debian.org
Mon Oct 9 06:39:28 UTC 2017


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

henrich pushed a commit to branch master
in repository libtest-mock-time-perl.

commit 7dd42b5e1f42794fe550b162616695622caffc00
Author: Hideki Yamane <henrich at debian.org>
Date:   Mon Oct 9 13:40:19 2017 +0900

    initial commit for packaging
---
 debian/compat    |  2 +-
 debian/control   |  6 ++----
 debian/copyright | 41 ++++++++++++++++++-----------------------
 3 files changed, 21 insertions(+), 28 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 0d64674..b1a401e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Hideki Yamane <henrich at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
  libmodule-build-perl,
  perl
 Build-Depends-Indep: libexport-attrs-perl,
  libmodule-build-tiny-perl (>= 0.034),
  libtest-exception-perl,
  libtest-mockmodule-perl
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-mock-time-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-mock-time-perl.git
 Homepage: https://metacpan.org/release/Test-Mock-Time
@@ -30,5 +30,3 @@ Description: Deterministic time & timers for event loop tests
  .
  IMPORTANT! This module must be loaded by your script/app/test before other
  related modules (Time::HiRes, Mojolicious, EV, etc.).
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index f8bd36d..755bc54 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,35 +2,30 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Test-Mock-Time
 Upstream-Contact: Alex Efros <powerman at cpan.org>
 Upstream-Name: Test-Mock-Time
-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.
 
 Files: *
 Copyright: Alex Efros <powerman at cpan.org>
-License: 
+License: MIT
 
 Files: debian/*
 Copyright: 2017, Hideki Yamane <henrich at debian.org>
-License: Artistic or GPL-1+
+License: MIT
 
-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: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
  .
- 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.
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
  .
- 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'.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+ IN THE SOFTWARE.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-mock-time-perl.git



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