[libffi-checklib-perl] 01/01: Initial packaging by dh-make-perl 0.84

C.J. Collier cjcollier at linuxfoundation.org
Sun Jun 5 22:39:43 UTC 2016


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

cjadamscollier-guest pushed a commit to branch master
in repository libffi-checklib-perl.

commit 4dcc6464a086e46e3453124bda2edf0fb581d792
Author: C.J. Collier <cjcollier at linuxfoundation.org>
Date:   Sat Jun 4 20:04:13 2016 -0400

    Initial packaging by dh-make-perl 0.84
    
    Signed-off-by: C.J. Collier <cjcollier at linuxfoundation.org>
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 25 +++++++++++++++++++++++++
 debian/copyright         | 28 ++++++++++++++++++++++++++++
 debian/rules             |  4 ++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  7 +++++++
 debian/watch             |  2 ++
 8 files changed, 73 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6a18dbb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libffi-checklib-perl (0.15-1) jessie; urgency=low
+
+  * Initial Release. (Closes: #814274)
+
+ -- C.J. Collier <cjcollier at linuxfoundation.org>  Sat, 4 Jun 2016 20:04:13 -0400
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..5a1f884
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libffi-checklib-perl
+Section: perl
+Priority: optional
+Maintainer: C.J. Collier <cjcollier at linuxfoundation.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl (>= 5.11.1)
+Standards-Version: 3.9.8
+Homepage: https://metacpan.org/release/FFI-CheckLib
+
+Package: libffi-checklib-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Check that a library is available for FFI
+ FFI::CheckLib checks whether a particular dynamic library is available for
+ FFI to use. It is modeled heavily on Devel::CheckLib, but will find dynamic
+ libraries even when development packages are not installed. It also provides
+ a find_lib|FFI::CheckLib#find_lib function that will return the full path to
+ the found dynamic library, which can be feed directly into FFI::Platypus or
+ FFI::Raw.
+ .
+ Although intended mainly for FFI modules via FFI::Platypus and similar, this
+ module does not actually use any FFI to do its detection and probing. This
+ modules does not have any non-core dependencies on Perls 5.8-5.18. On Perl
+ 5.20 and newer it has a configure, build and test dependency on
+ Module::Build.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4f49734
--- /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/FFI-CheckLib
+Upstream-Contact: Graham Ollis <plicease at cpan.org>
+Upstream-Name: FFI-CheckLib
+
+Files: *
+Copyright: Graham Ollis <plicease at cpan.org>
+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/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..138327e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: https://github.com/plicease/FFI-CheckLib/issues
+Contact: Graham Ollis <plicease at cpan.org>
+Name: FFI-CheckLib
+Repository: git://github.com/plicease/FFI-CheckLib.git
+Repository-Browse: https://github.com/plicease/FFI-CheckLib
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6b0bcdf
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/FFI-CheckLib   .*/FFI-CheckLib-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/libffi-checklib-perl.git



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