[libmatio] 02/48: [svn-inject] Applying Debian modifications to trunk

Sébastien Villemot sebastien at debian.org
Fri Jan 15 16:48:20 UTC 2016


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

sebastien pushed a commit to branch master
in repository libmatio.

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

    [svn-inject] Applying Debian modifications to trunk
---
 debian/changelog            |  6 ++++++
 debian/compat               |  1 +
 debian/control              | 32 ++++++++++++++++++++++++++++++++
 debian/copyright            | 20 ++++++++++++++++++++
 debian/docs                 |  2 ++
 debian/libmatio-dev.install |  5 +++++
 debian/libmatio.install     |  1 +
 debian/rules                |  7 +++++++
 debian/watch                |  2 ++
 old/orig-tar.exclude        |  1 +
 old/orig-tar.sh             | 26 ++++++++++++++++++++++++++
 11 files changed, 103 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..56e473f
--- /dev/null
+++ b/debian/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/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5ef32b1
--- /dev/null
+++ b/debian/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/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fadd4f0
--- /dev/null
+++ b/debian/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/debian/docs b/debian/docs
new file mode 100644
index 0000000..50bd824
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/libmatio-dev.install b/debian/libmatio-dev.install
new file mode 100644
index 0000000..4765202
--- /dev/null
+++ b/debian/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/debian/libmatio.install b/debian/libmatio.install
new file mode 100644
index 0000000..7417e90
--- /dev/null
+++ b/debian/libmatio.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2539fed
--- /dev/null
+++ b/debian/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/debian/watch b/debian/watch
new file mode 100644
index 0000000..d75653c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/matio/matio-(.*)\.tar\.gz
diff --git a/old/orig-tar.exclude b/old/orig-tar.exclude
new file mode 100644
index 0000000..cdfe000
--- /dev/null
+++ b/old/orig-tar.exclude
@@ -0,0 +1 @@
+zlib/
diff --git a/old/orig-tar.sh b/old/orig-tar.sh
new file mode 100644
index 0000000..fb86d2d
--- /dev/null
+++ b/old/orig-tar.sh
@@ -0,0 +1,26 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p')
+SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
+
+DIR=matio-$2
+TAR=../libmatio_$2.orig.tar.gz
+
+# clean up the upstream tarball
+echo tar -z -x -f $3
+tar -z -x -f $3
+echo tar -c -z -f  $TAR -X debian/orig-tar.exclude $DIR
+tar -c -z -f  $TAR -X debian/orig-tar.exclude $DIR
+echo rm -rf $DIR $3
+rm -rf $DIR $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+    . .svn/deb-layout
+    mv $TAR $origDir
+    echo "moved $TAR to $origDir"
+fi
+
+exit 0

-- 
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