[libanyevent-processor-perl] 01/01: Package changes for Debian

Robin Sheat eythian-guest at moszumanska.debian.org
Fri Oct 24 01:43:37 UTC 2014


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

eythian-guest pushed a commit to branch master
in repository libanyevent-processor-perl.

commit 8a8adf4fa60bd45e0659f1b1b9b5b78dd3fe41c4
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Fri Oct 24 14:43:06 2014 +1300

    Package changes for Debian
---
 debian/changelog |  4 ++--
 debian/compat    |  2 +-
 debian/control   | 11 +++++------
 debian/copyright | 33 +++++++++++++--------------------
 4 files changed, 21 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6901891..b169611 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libanyevent-processor-perl (0.004-1) UNRELEASED; urgency=low
+libanyevent-processor-perl (0.004-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. Closes: #766563
 
  -- Robin Sheat <robin at catalyst.net.nz>  Fri, 24 Oct 2014 14:14:35 +1300
diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/control b/debian/control
index d19b7a7..a202de7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Robin Sheat <robin at catalyst.net.nz>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libanyevent-perl,
  libmoose-perl,
  perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-processor-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-processor-perl.git
 Homepage: https://metacpan.org/release/AnyEvent-Processor
@@ -17,7 +17,6 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libanyevent-perl,
  libmoose-perl
-Description: Base class to define an event-driven (AnyEvent) task that could periodically be interrupted by a watcher
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: class for AnyEvent tasks that may be interrupted
+ AnyEvent::Processor is a Perl module that provides a base class for
+ defining tasks that can be periodically interrupted by a watcher.
diff --git a/debian/copyright b/debian/copyright
index 9cc26b4..317eeba 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,36 +1,29 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/AnyEvent-Processor
-Upstream-Contact: Fr�d�ric Demians <f.demians at tamil.fr>
+Upstream-Contact: Frédéric Demians <f.demians at tamil.fr>
 Upstream-Name: AnyEvent-Processor
-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: Fr�d�ric Demians <f.demians at tamil.fr>
-License: 
+Copyright: Frédéric Demians <f.demians at tamil.fr>
+License: GPL-3
 
 Files: debian/*
 Copyright: 2014, Robin Sheat <robin at catalyst.net.nz>
-License: Artistic or GPL-1+
+License: GPL-3+
 
-License: Artistic
+License: GPL-3
  This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 3.
  .
- On Debian systems, the complete text of the Artistic License can be
- found in `/usr/share/common-licenses/Artistic'.
+ On Debian systems, the complete text of version 3 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
 
-License: GPL-1+
+License: GPL-3+
  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)
+ the Free Software Foundation; either version 3, or (at your option)
  any later version.
  .
- 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'.
+ On Debian systems, the complete text of version 3 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.

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



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