[p4est] 01/01: initial commit

Matthias Maier tamiko-guest at moszumanska.debian.org
Thu Jul 7 23:31:31 UTC 2016


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

tamiko-guest pushed a commit to branch master
in repository p4est.

commit 112ccba5ff46148ab6c41f16b9bcaa63d81f17ef
Author: Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>
Date:   Thu Jul 7 23:29:37 2016 +0000

    initial commit
---
 debian/changelog            |  5 +++++
 debian/clean                |  2 ++
 debian/compat               |  1 +
 debian/control              | 34 ++++++++++++++++++++++++++++
 debian/copyright            | 54 +++++++++++++++++++++++++++++++++++++++++++++
 debian/libp4est-dev.install |  6 +++++
 debian/libp4est1.1.install  |  2 ++
 debian/rules                | 11 +++++++++
 debian/source/format        |  1 +
 9 files changed, 116 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..babac51
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+p4est (1.1-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #)
+
+ -- Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>  Thu, 07 Jul 2016 16:36:50 +0000
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..1852c84
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+.tarball-version
+sc/.tarball-version
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..e3d1f73
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: p4est
+Section: libs
+Priority: optional
+Standards-Version: 3.9.8
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/p4est.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/p4est.git
+Homepage: http://www.p4est.org/
+Build-Depends: debhelper (>= 9),
+  dh-autoreconf, mpi-default-dev, liblapack-dev, libblas-dev, zlib1g-dev
+
+Package: libp4est-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, libp4est1.1 (= ${binary:Version})
+Description: Algorithms for Parallel Adaptive Mesh Refinement - development files
+ The p4est software library enables the dynamic management of a collection of
+ adaptive octrees, conveniently called a forest of octrees. p4est is designed to
+ work in parallel and scale to hundreds of thousands of processor cores.
+ .
+ This package contains the development files.
+
+Package: libp4est1.1
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Algorithms for Parallel Adaptive Mesh Refinement - shared library
+ The p4est software library enables the dynamic management of a collection of
+ adaptive octrees, conveniently called a forest of octrees. p4est is designed to
+ work in parallel and scale to hundreds of thousands of processor cores.
+ .
+ This package contains the shared library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2b98410
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,54 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: p4est
+Source: https://github.com/cburstedde/p4est
+Comment: Removed from tarball: doc/*.pdf sc/doc/*.pdf
+
+Files: *
+
+Copyright:
+ Carsten Burstedde
+ Lucas C. Wilcox
+ Tobin Isaac
+ The University of Texas System
+License: GPL-2+
+
+Files: sc/*
+Copyright:
+ Carsten Burstedde
+ Michael H. Buselli
+ Wessel Dankers
+ The University of Texas System
+License: LGPL-2.1+
+
+Files:
+ sc/src/sc_builtin/*
+ sc/src/sc_getopt*
+ sc/src/sc_obstack.c
+Copyright: 1988 -- 2005 Free Software Foundation
+License: LGPL-2.1+
+
+Files: sc/config/*
+ TODO TODO TODO TODO
+
+Files: debian/*
+Copyright:
+ Matthias Maier
+ Ansgar Burchardt
+License: LGPL-2.1+
+
+Files: INSTALL
+License:
+ This file is free documentation; the Free Software Foundation gives
+ unlimited permission to copy, distribute and modify it.
+
+Files:
+ build-aux/git-version-gen
+ sc/build-aux/git-version-gen
+Copyright: 2007--2008 Free Software Foundation
+License: GPL-3.0+
+
+Files:
+ build-aux/git2cl
+ sc/build-aux/git2cl
+Copyright: 2007 Simon Josefsson
+License: GPL-2.0+
diff --git a/debian/libp4est-dev.install b/debian/libp4est-dev.install
new file mode 100644
index 0000000..0679234
--- /dev/null
+++ b/debian/libp4est-dev.install
@@ -0,0 +1,6 @@
+usr/include
+usr/lib/*/*.a
+usr/lib/*/libp4est.so
+usr/lib/*/libsc.so
+usr/share/aclocal/p4est_*
+usr/share/aclocal/sc_*
diff --git a/debian/libp4est1.1.install b/debian/libp4est1.1.install
new file mode 100644
index 0000000..1e3cb28
--- /dev/null
+++ b/debian/libp4est1.1.install
@@ -0,0 +1,2 @@
+usr/lib/*/libp4est-*.so
+usr/lib/*/libsc-*.so
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8f42ba0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpkg/pkg-info.mk
+
+%:
+	dh $@ --with=autoreconf --parallel
+
+override_dh_autoreconf:
+	echo $(DEB_VERSION_UPSTREAM) > .tarball-version
+	echo $(DEB_VERSION_UPSTREAM) > sc/.tarball-version
+	dh_autoreconf ./bootstrap
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)

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



More information about the debian-science-commits mailing list