This is an automated email from the git hooks/post-receive script. xguimard-guest pushed a commit to branch master in repository libcrypt-u2f-server-perl.
commit c07cb20d25ce5f6d4af17d3eb11fe3b6bf462a33 Author: Xavier Guimard <[email protected]> Date: Mon Sep 25 19:18:25 2017 +0200 Debian files --- debian/changelog | 3 ++- debian/control | 28 +++++++++++++++------------- debian/copyright | 49 +++++++++++++++++++++++++------------------------ debian/rules | 4 ++++ 4 files changed, 46 insertions(+), 38 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c6286e..93358e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ libcrypt-u2f-server-perl (0.40-1) UNRELEASED; urgency=low - * Initial Release. + * Initial Release (Closes: #876767). + * Add spelling errors patch (reported) -- Xavier Guimard <[email protected]> Mon, 25 Sep 2017 18:28:20 +0200 diff --git a/debian/control b/debian/control index 3eddb63..732b2b9 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,11 @@ Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Xavier Guimard <[email protected]> Build-Depends: debhelper (>= 9), - perl -Standards-Version: 3.9.8 + dpkg-dev, + libjson-xs-perl, + libu2f-server-dev, + perl +Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-u2f-server-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcrypt-u2f-server-perl.git Homepage: https://metacpan.org/release/Crypt-U2F-Server @@ -13,15 +16,14 @@ Testsuite: autopkgtest-pkg-perl Package: libcrypt-u2f-server-perl Architecture: any -Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} -Description: Low level wrapper around the U2F two factor athentication C library (server side) - This is a very low level wrapper around the original C library. You probably - shouldn't use it, but use Crypt::U2F::Server::Simple instead! +Depends: ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends}, + libjson-xs-perl +Description: Crypt::U2F::Server::Simple - Register and Authenticate U2F compatible devices + Universal 2nd Factor (U2F) is an open authentication standard that strengthens + and simplifies two-factor authentication using specialized USB or NFC devices + based on similar security technology found in smart cards. . - This API is subject to change, depending on the underlying library, the - weather and the whims of the developer. - . - If you decide to use it anyway, it would probably be a good idea to specify - the exact version number of Crypt::U2F::Server to use. - . - This description was automagically extracted from the module by dh-make-perl. + Crypt::U2F::Server::Simple module implements the server side of U2F + authentication through Yubico's C library. diff --git a/debian/copyright b/debian/copyright index b0ee073..abb41d0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,35 +2,36 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Crypt-U2F-Server Upstream-Contact: Rene Schickbauer <[email protected]> Upstream-Name: Crypt-U2F-Server -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: Rene Schickbauer <[email protected]> -License: +Copyright: Copyright (c) 2014 Yubico AB +License: BSD-2-clause Files: debian/* Copyright: 2017, Xavier Guimard <[email protected]> -License: Artistic or GPL-1+ +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. + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + * 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. . - 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'. + 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 + OWNER 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. diff --git a/debian/rules b/debian/rules index 2d33f6a..210324f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,7 @@ %: dh $@ + +override_dh_auto_clean: + $(RM) -rf const-c.inc const-xs.inc + dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-u2f-server-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
