[libmath-gsl-perl] 01/01: Initial packaging by dh-make-perl 0.84

Wolfgang Fütterer debian at wlf-online.de
Thu Oct 29 12:48:09 UTC 2015


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

wlfuetter-guest pushed a commit to branch master
in repository libmath-gsl-perl.

commit 6b62a0465845586c47da9aa8bdbb73cb13142169
Author: Wolfgang Fuetterer <debian at wlf-online.de>
Date:   Thu Aug 20 10:28:34 2015 +0200

    Initial packaging by dh-make-perl 0.84
---
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 27 +++++++++++++++++++++++++++
 debian/copyright                 | 28 ++++++++++++++++++++++++++++
 debian/libmath-gsl-perl.docs     |  2 ++
 debian/libmath-gsl-perl.examples |  1 +
 debian/rules                     |  8 ++++++++
 debian/source/format             |  1 +
 debian/upstream/metadata         |  5 +++++
 debian/watch                     |  2 ++
 10 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..11acd56
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libmath-gsl-perl (0.35-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Wolfgang Fuetterer <debian at wlf-online.de>  Thu, 20 Aug 2015 10:28:34 +0200
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..c4155f7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: libmath-gsl-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Wolfgang Fuetterer <debian at wlf-online.de>
+Build-Depends: debhelper (>= 9.20120312~),
+ libpkgconfig-perl (>= 0.07720),
+ libtest-class-perl (>= 0.12),
+ libtest-exception-perl (>= 0.21),
+ libtest-most-perl (>= 0.31),
+ libtest-taint-perl (>= 1.06),
+ perl, libgsl0-dev, swig
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-gsl-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-gsl-perl.git
+Homepage: https://metacpan.org/release/Math-GSL
+Testsuite: autopkgtest-pkg-perl
+
+Package: libmath-gsl-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Interface to the GNU Scientific Library using SWIG
+ The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. 
+ It is free software under the GNU General Public License. Math::GSL uses SWIG to
+ generate Perl bindings to *most* GSL functionality.
+ .
+ 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e5b1273
--- /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/Math-GSL
+Upstream-Contact: Jonathan Leto <jonathan at leto.net>
+Upstream-Name: Math-GSL
+
+Files: *
+Copyright: Jonathan Leto <jonathan at leto.net>
+License: GPL-1+
+
+Files: debian/*
+Copyright: 2015, Wolfgang Fuetterer <debian at wlf-online.de>
+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/libmath-gsl-perl.docs b/debian/libmath-gsl-perl.docs
new file mode 100644
index 0000000..b4356ab
--- /dev/null
+++ b/debian/libmath-gsl-perl.docs
@@ -0,0 +1,2 @@
+TODO
+README.md
\ No newline at end of file
diff --git a/debian/libmath-gsl-perl.examples b/debian/libmath-gsl-perl.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/libmath-gsl-perl.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..08b0880
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+DH_VERBOSE = 1
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+%:
+	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..b42bf0a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Jonathan Leto <jonathan at leto.net>
+Name: Math-GSL
+Repository: http://github.com/leto/math--gsl/tree/master
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2e75161
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Math-GSL   .*/Math-GSL-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/libmath-gsl-perl.git



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