[psurface] 01/03: Initial import.
Ansgar Burchardt
ansgar at moszumanska.debian.org
Fri Jun 6 11:47:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
ansgar pushed a commit to branch master
in repository psurface.
commit 607667bea50ff3fc9a4be40791b0641fecd312a6
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Thu Jun 5 17:07:11 2014 +0200
Initial import.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 42 ++++++++++++++++++++++++++++++++++++++++++
debian/libpsurface-dev.install | 4 ++++
debian/libpsurface0.install | 1 +
debian/psurface.install | 1 +
debian/rules | 14 ++++++++++++++
debian/source/format | 1 +
8 files changed, 69 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..aeeb7cf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+psurface (2.0.0-1~ab1) UNRELEASED; urgency=medium
+
+ * Initial release.
+
+ -- Ansgar Burchardt <ansgar at debian.org> Thu, 05 Jun 2014 11:45:03 +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..56a3ae2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,42 @@
+Source: psurface
+Section: libs
+Priority: optional
+Standards-Version: 3.9.5
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>, Oliver Sander <sander at mi.fu-berlin.de>
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/psurface.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/psurface.git
+Homepage: http://numerik.mi.fu-berlin.de/dune/psurface
+Build-Depends: debhelper (>= 9), dh-autoreconf
+
+Package: psurface
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: libpsurface-dev (= ${binary:Version})
+Description: TODO
+ TODO
+
+Package: libpsurface-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libpsurface0 (= ${binary:Version})
+Suggests: libpsurface-dbg (= ${binary:Version}), psurface (= ${binary:Version})
+Description: TODO
+ TODO
+
+Package: libpsurface-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+ libpsurface0 (= ${binary:Version}), psurface (= ${binary:Version})
+Description: TODO
+ TODO
+
+Package: libpsurface0
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: TODO
+ TODO
diff --git a/debian/libpsurface-dev.install b/debian/libpsurface-dev.install
new file mode 100644
index 0000000..7272386
--- /dev/null
+++ b/debian/libpsurface-dev.install
@@ -0,0 +1,4 @@
+usr/include
+usr/lib/*/*.a
+usr/lib/*/*.so
+usr/lib/*/pkgconfig
diff --git a/debian/libpsurface0.install b/debian/libpsurface0.install
new file mode 100644
index 0000000..3de3b10
--- /dev/null
+++ b/debian/libpsurface0.install
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff --git a/debian/psurface.install b/debian/psurface.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/psurface.install
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..39d10d4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#! /usr/bin/make -f
+
+%:
+ dh $@ --with autoreconf
+
+override_dh_auto_configure:
+ dh_auto_configure -- --without-amiramesh --without-x
+# --without-hdf5
+
+override_dh_auto_test:
+ # Tests skipped. They need files not included in the repository.
+
+override_dh_strip:
+ dh_strip --dbg-package=libpsurface-dbg
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/psurface.git
More information about the debian-science-commits
mailing list