[libcatalyst-plugin-email-perl] 01/07: Initial Debian packaging

gregor herrmann gregoa at debian.org
Thu May 1 20:33:17 UTC 2014


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

gregoa pushed a commit to branch master
in repository libcatalyst-plugin-email-perl.

commit 7d24a95b71e1b5cc51b8beff0cbc6d506e8db71a
Author: Victor Seva <vseva at sipwise.com>
Date:   Tue Apr 29 15:34:10 2014 +0200

    Initial Debian packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 60 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a82c82c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcatalyst-plugin-email-perl (0.08-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Victor Seva <linuxmaniac at torreviejawireless.org>  Wed, 30 Apr 2014 15:56:08 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c046064
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: libcatalyst-plugin-email-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libemail-mime-perl,
+                     libemail-send-perl,
+                     perl
+Standards-Version: 3.9.5
+Homepage: https://metacpan.org/release/Catalyst-Plugin-Email
+
+Package: libcatalyst-plugin-email-perl
+Architecture: all
+Depends: libemail-mime-perl,
+         libemail-send-perl,
+         ${misc:Depends},
+         ${perl:Depends}
+Description: module to send emails with Catalyst
+ Send emails with Catalyst and Email::Send and Email::MIME::Creator.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..48c885a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Catalyst-Plugin-Email
+Source: https://metacpan.org/release/Catalyst-Plugin-Email
+Upstream-Contact: Sebastian Riedel <sri at cpan.org>
+
+Files: *
+Copyright: 2006, Sebastian Riedel <sri at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Victor Seva <linuxmaniac at torreviejawireless.org>
+License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5162832
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/ Catalyst-Plugin-Email-?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-plugin-email-perl.git



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