[libjira-client-automated-perl] 02/04: refreshed with cme, removed boilerplate
dod at debian.org
dod at debian.org
Thu Feb 27 19:52:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libjira-client-automated-perl.
commit 647702d4e340d582af73819f1a44c664a2194d7a
Author: Dominique Dumont <dod at debian.org>
Date: Wed Feb 26 13:41:51 2014 +0100
refreshed with cme, removed boilerplate
---
debian/control | 27 +++++++++++++--------------
debian/copyright | 14 +++-----------
2 files changed, 16 insertions(+), 25 deletions(-)
diff --git a/debian/control b/debian/control
index c3241cc..5d5ceb9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
Source: libjira-client-automated-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod at debian.org>
+Section: perl
+Priority: optional
Build-Depends: debhelper (>= 9.20120312)
Build-Depends-Indep: libhttp-message-perl,
- libjson-perl,
- liblwp-protocol-https-perl,
- libtest-exception-perl,
- libwww-perl,
- perl
+ libjson-perl,
+ liblwp-protocol-https-perl,
+ libtest-exception-perl,
+ libwww-perl,
+ perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjira-client-automated-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libjira-client-automated-perl.git
@@ -17,11 +17,12 @@ Homepage: https://metacpan.org/release/JIRA-Client-Automated
Package: libjira-client-automated-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhttp-message-perl,
- libjson-perl,
- liblwp-protocol-https-perl,
- libwww-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libhttp-message-perl,
+ libjson-perl,
+ liblwp-protocol-https-perl,
+ libwww-perl
Description: A JIRA REST Client for automated scripts
JIRA::Client::Automated is an adapter between any automated system and JIRA's
REST API. JIRA::Client::Automated is explicitly designed to easily create and
@@ -36,5 +37,3 @@ Description: A JIRA REST Client for automated scripts
If you want to avoid creating the same issue more than once you can search
JIRA for it first, only creating it if it doesn't exist. If it does already
exist you can add a comment or a new error log to that issue.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index f0ef24c..cbe7988 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,10 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://metacpan.org/release/JIRA-Client-Automated
-Upstream-Contact: Michael Friedman <frimicc at cpan.org>
Upstream-Name: JIRA-Client-Automated
-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: Michael Friedman <frimicc at cpan.org>
+Source: https://metacpan.org/release/JIRA-Client-Automated
Files: *
-Copyright: Michael Friedman <frimicc at cpan.org>
+Copyright: 2013-2014 Michael Friedman <frimicc at cpan.org>
License: Artistic or GPL-1+
Files: debian/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjira-client-automated-perl.git
More information about the Pkg-perl-cvs-commits
mailing list