[libalien-base-perl] 02/02: Initial packaging by dh-make-perl 0.90

C.J. Collier cjcollier at linuxfoundation.org
Sun Jun 5 22:46:08 UTC 2016


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

cjadamscollier-guest pushed a commit to branch master
in repository libalien-base-perl.

commit cb831e5fc04ca6578af7e874e3e9a3c17b8896c5
Author: C.J. Collier <cjcollier at linuxfoundation.org>
Date:   Sun Jun 5 15:42:20 2016 -0700

    Initial packaging by dh-make-perl 0.90
    
    Signed-off-by: C.J. Collier <cjcollier at linuxfoundation.org>
---
 debian/changelog               |  5 +++++
 debian/compat                  |  1 +
 debian/control                 | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/copyright               | 28 ++++++++++++++++++++++++++++
 debian/libalien-base-perl.docs |  2 ++
 debian/rules                   |  4 ++++
 debian/source/format           |  1 +
 debian/upstream/metadata       |  6 ++++++
 debian/watch                   |  2 ++
 9 files changed, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6b11a6e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libalien-base-perl (0.028-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #778548)
+
+ -- C.J. Collier <cjcollier at linuxfoundation.org>  Sun, 5 Jun 2016 15:42:20 -0700
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..b25b24f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: libalien-base-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: C.J. Collier <cjcollier at linuxfoundation.org>
+Build-Depends: debhelper (>= 9),
+ libmodule-build-perl,
+ perl
+Build-Depends-Indep: libcapture-tiny-perl (>= 0.17),
+ libffi-checklib-perl (>= 0.11),
+ libfile-chdir-perl (>= 0.1005),
+ libfile-sharedir-perl,
+ liblist-moreutils-perl,
+ libshell-config-generate-perl,
+ libshell-guess-perl,
+ libsort-versions-perl,
+ liburi-perl
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libalien-base-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libalien-base-perl.git
+Homepage: https://metacpan.org/release/Alien-Base
+Testsuite: autopkgtest-pkg-perl
+
+Package: libalien-base-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcapture-tiny-perl (>= 0.17),
+ libffi-checklib-perl (>= 0.11),
+ libfile-chdir-perl (>= 0.1005),
+ libfile-sharedir-perl,
+ liblist-moreutils-perl,
+ libshell-config-generate-perl,
+ libshell-guess-perl,
+ libsort-versions-perl,
+ liburi-perl,
+ perl (>= 5.21.3)
+Description: Base class for Alien:: modules
+ Alien::Base is a subclass of Module::Build, that allows for easy
+ creation of Alien distributions. This module is used during the build
+ step of your distribution. When properly configured it will use
+ pkg-config to find and use the system version of the library
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c3e0d60
--- /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/Alien-Base
+Upstream-Contact: Graham Ollis <plicease at cpan.org>, Joel A. Berger <joel.a.berger at gmail.com>
+Upstream-Name: Alien-Base
+
+Files: *
+Copyright: Graham Ollis <plicease at cpan.org>, Joel A. Berger <joel.a.berger at gmail.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, C.J. Collier <cjcollier at linuxfoundation.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/libalien-base-perl.docs b/debian/libalien-base-perl.docs
new file mode 100644
index 0000000..fd3463c
--- /dev/null
+++ b/debian/libalien-base-perl.docs
@@ -0,0 +1,2 @@
+TODO
+t/alien_base/mb_share/share/README
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..e21b05a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Bug-Database: http://github.com/Perl5-Alien/Alien-Base/issues
+Contact: Graham Ollis <plicease at cpan.org>, Joel A. Berger <joel.a.berger at gmail.com>
+Name: Alien-Base
+Repository: http://github.com/Perl5-Alien/Alien-Base
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5074500
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Alien-Base   .*/Alien-Base-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/libalien-base-perl.git



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