r44729 - in /trunk/libjira-client-perl/debian: ./ changelog compat control copyright libjira-client-perl.docs rules watch

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Sep 24 10:09:15 UTC 2009


Author: angelabad-guest
Date: Thu Sep 24 10:09:06 2009
New Revision: 44729

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44729
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libjira-client-perl/debian/
    trunk/libjira-client-perl/debian/changelog
    trunk/libjira-client-perl/debian/compat
    trunk/libjira-client-perl/debian/control
    trunk/libjira-client-perl/debian/copyright
    trunk/libjira-client-perl/debian/libjira-client-perl.docs
    trunk/libjira-client-perl/debian/rules   (with props)
    trunk/libjira-client-perl/debian/watch

Added: trunk/libjira-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/changelog?rev=44729&op=file
==============================================================================
--- trunk/libjira-client-perl/debian/changelog (added)
+++ trunk/libjira-client-perl/debian/changelog Thu Sep 24 10:09:06 2009
@@ -1,0 +1,5 @@
+libjira-client-perl (0.14-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #548162)
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Thu, 24 Sep 2009 11:45:15 +0200

Added: trunk/libjira-client-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/compat?rev=44729&op=file
==============================================================================
--- trunk/libjira-client-perl/debian/compat (added)
+++ trunk/libjira-client-perl/debian/compat Thu Sep 24 10:09:06 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libjira-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/control?rev=44729&op=file
==============================================================================
--- trunk/libjira-client-perl/debian/control (added)
+++ trunk/libjira-client-perl/debian/control Thu Sep 24 10:09:06 2009
@@ -1,0 +1,19 @@
+Source: libjira-client-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, perl-modules, libsoap-lite-perl, libtest-pod-perl (>= 1.22),
+ libtest-pod-coverage-perl (>= 1.08)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/JIRA-Client/
+
+Package: libjira-client-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules, libsoap-lite-perl
+Description: An extended interface to JIRA's SOAP API
+ JIRA::Client implements an Object Oriented wrapper around JIRA's SOAP API,
+ .
+ Moreover, it implements some other methods to make it easier to do some
+ common operations.

Added: trunk/libjira-client-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/copyright?rev=44729&op=file
==============================================================================
--- trunk/libjira-client-perl/debian/copyright (added)
+++ trunk/libjira-client-perl/debian/copyright Thu Sep 24 10:09:06 2009
@@ -1,0 +1,27 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Gustavo Chaves <gnustavo at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/JIRA-Client/
+Upstream-Name: JIRA-Client
+
+Files: *
+Copyright: 2009, CPqD (http://www.cpqd.com.br/) 
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+License: Artistic | GPL-1+
+
+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.
+    On Debian GNU/Linux 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.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libjira-client-perl/debian/libjira-client-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/libjira-client-perl.docs?rev=44729&op=file
==============================================================================
--- trunk/libjira-client-perl/debian/libjira-client-perl.docs (added)
+++ trunk/libjira-client-perl/debian/libjira-client-perl.docs Thu Sep 24 10:09:06 2009
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libjira-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/rules?rev=44729&op=file
==============================================================================
--- trunk/libjira-client-perl/debian/rules (added)
+++ trunk/libjira-client-perl/debian/rules Thu Sep 24 10:09:06 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libjira-client-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libjira-client-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/watch?rev=44729&op=file
==============================================================================
--- trunk/libjira-client-perl/debian/watch (added)
+++ trunk/libjira-client-perl/debian/watch Thu Sep 24 10:09:06 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/JIRA-Client/   .*/JIRA-Client-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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