[libx11-keyboard-perl] 02/06: initial commit

Mike Gabriel sunweaver at debian.org
Sun Sep 21 19:08:13 UTC 2014


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

sunweaver pushed a commit to branch master
in repository libx11-keyboard-perl.

commit b7fb3963be5af0200aff5b045a122095ec023f4a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 20 15:19:27 2014 +0200

    initial commit
---
 debian/changelog |  4 ++--
 debian/control   | 22 +++++++++++++++-------
 debian/copyright | 43 ++++++++++++++++++++++++++++++-------------
 3 files changed, 47 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index efa44a3..4eaac23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libx11-keyboard-perl (1.4--1) unstable; urgency=low
+libx11-keyboard-perl (1.4-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #nnnnnn).
 
  -- Mike Gabriel <sunweaver at debian.org>  Sat, 20 Sep 2014 13:56:48 +0200
diff --git a/debian/control b/debian/control
index 49f8e41..cd8bb2a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,27 @@
 Source: libx11-keyboard-perl
 Section: perl
 Priority: optional
-Maintainer: Mike Gabriel <sunweaver at debian.org>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders:
+ X2Go Packaging Team <pkg-x2go-devel at lists.alioth.debian.org>,
+ Mike Gabriel <sunweaver at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+Build-Depends-Indep:
+ perl,
 Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/X11-Keyboard
+Vcs-Git: git://anonscm.debian.org/collab-maint/libx11-keybord-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libx11-keybord-perl.git
 
 Package: libx11-keyboard-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
 Description: Keyboard support functions for X11
  X11::Keyboard is meant to provide access to the keyboard functions of X11.
+ .
  Whilst the functions names are essentially identical to those used in xlib
  (minus the prepended X), the parameter lists and return values are different
- as specified in this document.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ as specified in the shipped with X11::Keyboard man page.
diff --git a/debian/copyright b/debian/copyright
index f601e98..c4fa379 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,23 +1,39 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://metacpan.org/release/X11-Keyboard
-Upstream-Contact: Erick Calder <ecalder at cpan.org>
 Upstream-Name: X11-Keyboard
-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: Erick Calder <ecalder at cpan.org>
+Source: https://metacpan.org/release/X11-Keyboard
 
 Files: *
 Copyright: Erick Calder <ecalder at cpan.org>
-License: 
+License: Expat 
+Comment:
+ Original license text obtained from the URL [1] given in upstream's
+ Keyboard.pm file (quite at the end of the file) on 2014-09-20.
+ .
+ [1] http://opensource.org/licenses/mit-license.html
 
 Files: debian/*
-Copyright: 2014, Mike Gabriel <sunweaver at debian.org>
-License: Artistic or GPL-1+
+Copyright: 2014, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+License: Expat or Artistic or GPL-1+
+
+License: Expat
+ 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:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ 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.
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -34,3 +50,4 @@ License: GPL-1+
  .
  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'.
+

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



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