[libmatio] 01/22: [svn-inject] Applying Debian modifications to trunk

Sébastien Villemot sebastien at debian.org
Sat Jan 16 20:42:25 UTC 2016


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

sebastien pushed a commit to annotated tag debian/1.3.3-7
in repository libmatio.

commit 31887feab114a1dbabee0d7c50cb1322c8ed5728
Author: Sylvestre Ledru <sylvestre.ledru at inria.fr>
Date:   Tue Apr 15 22:02:36 2008 +0000

    [svn-inject] Applying Debian modifications to trunk
---
 changelog            |  6 ++++++
 compat               |  1 +
 control              | 32 ++++++++++++++++++++++++++++++++
 copyright            | 20 ++++++++++++++++++++
 docs                 |  2 ++
 libmatio-dev.install |  5 +++++
 libmatio.install     |  1 +
 rules                |  7 +++++++
 watch                |  2 ++
 9 files changed, 76 insertions(+)

diff --git a/changelog b/changelog
new file mode 100644
index 0000000..56e473f
--- /dev/null
+++ b/changelog
@@ -0,0 +1,6 @@
+libmatio (1.3.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Tue, 15 Apr 2008 13:47:14 +0200
+
diff --git a/compat b/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+5
diff --git a/control b/control
new file mode 100644
index 0000000..5ef32b1
--- /dev/null
+++ b/control
@@ -0,0 +1,32 @@
+Source: libmatio
+Section: libs
+Priority: optional
+Maintainer: Sylvestre Ledru <sylvestre.ledru at inria.fr>
+Uploaders: Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), autotools-dev, cdbs, zlib1g-dev, 
+ gfortran
+# quilt
+Standards-Version: 3.7.3
+Homepage: http://sourceforge.net/projects/matio
+Vcs-Svn: https://bollin.googlecode.com/svn/libmatio/trunk
+Vcs-Browser: http://bollin.googlecode.com/svn/libmatio/trunk
+
+Package: libmatio-dev
+Section: libdevel
+Architecture: any
+Depends: libmatio (= ${Source-Version}), zlib1g-dev
+Description: MAT File I/O Library - development files
+ matio is an ISO C library (with a limited Fortran 90 interface) for 
+ reading and writing Matlab MAT files.
+ .
+ This package contains the development files needed to compile software to
+ use the libmatio API.
+
+Package: libmatio
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, zlib1g
+Description: A library to read and write Matlab MAT files 
+ matio is an ISO C library (with a limited Fortran 90 interface) for
+ reading and writing Matlab MAT files.
+ .
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..fadd4f0
--- /dev/null
+++ b/copyright
@@ -0,0 +1,20 @@
+This package was debianized by Sylvestre Ledru <sylvestre.ledru at inria.fr> on
+Tue, 15 Apr 2008 13:47:14 +0200.
+
+It was downloaded from <http://sourceforge.net/projects/matio>
+
+Upstream Author: 
+
+    Christopher Hulbert <cch at isl-inc.com>
+
+Copyright: 
+
+    Copyright (C) 2005-2006   Christopher C. Hulbert
+
+License:
+
+    LGPL
+
+The Debian packaging is (C) 2008, Sylvestre Ledru <sylvestre at gabiniere.inria.fr> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
diff --git a/docs b/docs
new file mode 100644
index 0000000..50bd824
--- /dev/null
+++ b/docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/libmatio-dev.install b/libmatio-dev.install
new file mode 100644
index 0000000..4765202
--- /dev/null
+++ b/libmatio-dev.install
@@ -0,0 +1,5 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/lib/*.la
diff --git a/libmatio.install b/libmatio.install
new file mode 100644
index 0000000..7417e90
--- /dev/null
+++ b/libmatio.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so
diff --git a/rules b/rules
new file mode 100755
index 0000000..2539fed
--- /dev/null
+++ b/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_NORMAL_ARGS += --enable-shared --prefix=$(DEB_CONFIGURE_PREFIX)
+DEB_MAKE_INSTALL_TARGET    := install DESTDIR=`pwd`/debian/tmp
diff --git a/watch b/watch
new file mode 100644
index 0000000..d75653c
--- /dev/null
+++ b/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/matio/matio-(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libmatio.git



More information about the debian-science-commits mailing list