[libpdl-io-matlab-perl] 01/02: added debianization

Dima Kogan dima at secretsauce.net
Fri Nov 22 05:19:50 UTC 2013


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

dkogan-guest pushed a commit to branch master
in repository libpdl-io-matlab-perl.

commit ae89dacf6c610206c319cea03b1ab83aeb210d70
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat Nov 16 20:52:10 2013 -0800

    added debianization
---
 debian/changelog     |    5 +++++
 debian/compat        |    1 +
 debian/control       |   21 +++++++++++++++++++
 debian/copyright     |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf      |    3 +++
 debian/rules         |    8 ++++++++
 debian/source/format |    1 +
 debian/watch         |    2 ++
 8 files changed, 97 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3f9a2a6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libpdl-io-matlab-perl (0.005-1) unstable; urgency=low
+
+  * New release (Closes: #729772)
+
+ -- Dima Kogan <dima at secretsauce.net>  Sat, 16 Nov 2013 20:43:44 -0800
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..f2d698a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libpdl-io-matlab-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dima Kogan <dima at secretsauce.net>
+Build-Depends: debhelper (>= 9.20120312),
+ perl,
+# versioned pdl dep to get dh_pdl and PDL_Indx
+ pdl (>= 1:2.007-2),
+ libmatio-dev ( >= 1.5.0 )
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpdl-io-matlab-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpdl-io-matlab-perl.git
+Homepage: https://github.com/jlapeyre/PDL-IO-Matlab/
+
+Package: libpdl-io-matlab-perl
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${pdl:Depends}
+Description: Reads/writes Matlab format data files in the perl data language
+ This module provides routines to read and write pdls to and from data files in
+ Matlab formats. Both functional and OO interface are provided.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..903e089
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,56 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PDL-IO-Matlab
+Source: https://github.com/jlapeyre/PDL-IO-Matlab/releases
+Upstream-Contact: John Lapeyre <jlapeyre at cpan.org>
+
+Files: *
+Copyright: 2012, John Lapeyre <jlapeyre at cpan.org>
+License: Artistic or GPL-1+
+
+Files: matio-1.5.0/*
+Copyright: 2011, Christopher C. Hulbert
+Comment: This is in the source tree, but not used by this package as libmatio is
+  already in Debian
+License: BSD
+
+Files: debian/*
+Copyright: 2013, Dima Kogan <dkogan at secretsauce.net>
+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'.
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+    1. Redistributions of source code must retain the above copyright notice,
+       this list of conditions and the following disclaimer.
+ .
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY CHRISTOPHER C. HULBERT ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL CHRISTOPHER C. HULBERT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..88cc363
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+upstream-tag = release/v%(version)s
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..123c5cd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_gencontrol:
+	dh_pdl
+	dh_gencontrol
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..929bb14
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version = 3
+https://github.com/jlapeyre/PDL-IO-Matlab/tags .*/PDL-IO-Matlab/archive/release/(\d[\d\.]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-io-matlab-perl.git



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