[libcrypt-format-perl] 01/01: Initial packaging by dh-make-perl 0.84

Salvatore Bonaccorso carnil at debian.org
Sat Feb 6 16:46:55 UTC 2016


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

carnil pushed a commit to branch master
in repository libcrypt-format-perl.

commit cea1d0bc5593287b6d22f3c37313eb241a57a201
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Feb 5 07:11:54 2016 +0100

    Initial packaging by dh-make-perl 0.84
---
 debian/changelog                      |  5 +++++
 debian/compat                         |  1 +
 debian/control                        | 20 ++++++++++++++++++++
 debian/copyright                      | 28 ++++++++++++++++++++++++++++
 debian/patches/add-pod-encoding.patch | 18 ++++++++++++++++++
 debian/patches/series                 |  1 +
 debian/rules                          |  4 ++++
 debian/source/format                  |  1 +
 debian/upstream/metadata              |  6 ++++++
 debian/watch                          |  2 ++
 10 files changed, 86 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1012740
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libcrypt-format-perl (0.06-1) unstable; urgency=low
+
+  * Initial Release (Closes: #813785).
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 05 Feb 2016 07:47:01 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e456fdc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: libcrypt-format-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libtest-exception-perl,
+ perl
+Standards-Version: 3.9.7
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-format-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcrypt-format-perl.git
+Homepage: https://metacpan.org/release/Crypt-Format
+Testsuite: autopkgtest-pkg-perl
+
+Package: libcrypt-format-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl interface to conversion utilities for encryption applications
+ Crypt::Format provides an interface to a set of conversions for encryption
+ applications (der2pem, pem2der, normalize_pem).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f89b7ea
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Crypt-Format
+Upstream-Contact: Felipe Gasper <felipe at cpan.org>
+Upstream-Name: Crypt-Format
+
+Files: *
+Copyright: Felipe Gasper
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, Salvatore Bonaccorso <carnil at debian.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/patches/add-pod-encoding.patch b/debian/patches/add-pod-encoding.patch
new file mode 100644
index 0000000..9397ccc
--- /dev/null
+++ b/debian/patches/add-pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: Add POD encoding
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-02-05
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111797
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111797
+
+--- a/lib/Crypt/Format.pm
++++ b/lib/Crypt/Format.pm
+@@ -7,6 +7,8 @@ our $VERSION = '0.06';
+ 
+ our $BASE64_MODULE = 'MIME::Base64';
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Crypt::Format - Conversion utilities for encryption applications
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f963b13
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-pod-encoding.patch
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..f069f1f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Contact: Felipe Gasper <FELIPE at cpan.org>
+Name: Crypt-Format
+Repository: https://github.com/FGasper/p5-Crypt-Format.git
+Repository-Browse: https://github.com/FGasper/p5-Crypt-Format
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a1e80ac
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Crypt-Format   .*/Crypt-Format-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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