[dune-grid-glue] 01/01: Initial import.

Ansgar Burchardt ansgar at moszumanska.debian.org
Tue Jul 29 12:42:27 UTC 2014


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

ansgar pushed a commit to branch master
in repository dune-grid-glue.

commit e198af1ef11fb8a7000e858eabd1f3b89286a4f1
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Tue Jul 29 14:42:02 2014 +0200

    Initial import.
---
 debian/changelog                     |  5 ++++
 debian/compat                        |  1 +
 debian/control                       | 51 +++++++++++++++++++++++++++++++++++
 debian/libdune-grid-glue-dev.install |  7 +++++
 debian/libdune-grid-glue-doc.install |  1 +
 debian/libdune-grid-glue.install     |  1 +
 debian/patches/cmake.patch           |  7 +++++
 debian/patches/install.patch         | 52 ++++++++++++++++++++++++++++++++++++
 debian/patches/series                |  3 +++
 debian/patches/soname.patch          | 10 +++++++
 debian/rules                         | 16 +++++++++++
 debian/source/format                 |  1 +
 12 files changed, 155 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fd60048
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dune-grid-glue (0~20140618-1~ab1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #756390)
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Mon, 28 Jul 2014 17:54:44 +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..4928362
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,51 @@
+Source: dune-grid-glue
+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/dune-grid-glue.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/dune-grid-glue.git
+Homepage: http://www.dune-project.org/modules/dune-grid-glue/
+Build-Depends: debhelper (>= 9),
+ automake, autoconf, gfortran, libtool, mpi-default-bin, mpi-default-dev, pkg-config,
+ libdune-common-dev (>= 2.3.1), libdune-grid-dev (>= 2.3.1)
+Build-Depends-Indep: doxygen
+
+Package: libdune-grid-glue-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+ libdune-grid-glue (= ${binary:Version}),
+ libdune-common-dev (>= 2.3.1),
+ libdune-grid-dev (>= 2.3.1)
+Suggests: libdune-grid-glue-dbg (= ${binary:Version})
+Description: TODO
+ TODO
+
+Package: libdune-grid-glue
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: TODO
+ TODO
+
+Package: libdune-grid-glue-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+ libdune-grid-glue (= ${binary:Version})
+Description: TODO
+ TODO
+
+Package: libdune-grid-glue-doc
+Section: doc
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: TODO
+ TODO
diff --git a/debian/libdune-grid-glue-dev.install b/debian/libdune-grid-glue-dev.install
new file mode 100644
index 0000000..2a306d7
--- /dev/null
+++ b/debian/libdune-grid-glue-dev.install
@@ -0,0 +1,7 @@
+usr/include
+usr/lib/*/cmake
+usr/lib/*/dunecontrol usr/lib
+usr/lib/*/libdune*.a
+usr/lib/*/libdunegridglue.so
+usr/lib/*/pkgconfig
+usr/share/dune
diff --git a/debian/libdune-grid-glue-doc.install b/debian/libdune-grid-glue-doc.install
new file mode 100644
index 0000000..3663097
--- /dev/null
+++ b/debian/libdune-grid-glue-doc.install
@@ -0,0 +1 @@
+usr/share/doc/dune-grid-glue usr/share/doc/libdune-grid-glue-doc
diff --git a/debian/libdune-grid-glue.install b/debian/libdune-grid-glue.install
new file mode 100644
index 0000000..64f6c36
--- /dev/null
+++ b/debian/libdune-grid-glue.install
@@ -0,0 +1 @@
+usr/lib/*/libdune*-*.so
diff --git a/debian/patches/cmake.patch b/debian/patches/cmake.patch
new file mode 100644
index 0000000..2b534f1
--- /dev/null
+++ b/debian/patches/cmake.patch
@@ -0,0 +1,7 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -15,3 +15,4 @@
+ 
+ include $(top_srcdir)/am/top-rules
+ include $(top_srcdir)/am/global-rules
++include $(top_srcdir)/am/cmake-pkg-config
diff --git a/debian/patches/install.patch b/debian/patches/install.patch
new file mode 100644
index 0000000..84389d3
--- /dev/null
+++ b/debian/patches/install.patch
@@ -0,0 +1,52 @@
+--- a/dune/grid-glue/Makefile.am
++++ b/dune/grid-glue/Makefile.am
+@@ -1,5 +1,5 @@
+-gluedir = $(includedir)/glue
+-glue_HEADERS = \
++gridgluedir = $(includedir)/dune/grid-glue
++gridglue_HEADERS = \
+ 	gridglue.hh
+ 
+ SUBDIRS = adapter merging common extractors test
+--- a/dune/grid-glue/adapter/Makefile.am
++++ b/dune/grid-glue/adapter/Makefile.am
+@@ -1,7 +1,7 @@
+ # $Id: Makefile.am 4229 2009-03-16 14:41:32Z chupa $
+ 
+ # These libraries do not need other libraries besides lcommon and lgrid
+-adapterdir = $(includedir)/dune/glue/adapter
++adapterdir = $(includedir)/dune/grid-glue/adapter
+ adapter_HEADERS = \
+ 	gridglue.hh\
+     gridgluecommunicate.hh \
+--- a/dune/grid-glue/extractors/Makefile.am
++++ b/dune/grid-glue/extractors/Makefile.am
+@@ -1,6 +1,6 @@
+ # $Id: Makefile.am 4229 2009-03-16 14:41:32Z chupa $
+ 
+-extractorsdir = $(includedir)/dune/glue/extractors
++extractorsdir = $(includedir)/dune/grid-glue/extractors
+ extractors_HEADERS = codim0extractor.hh codim1extractor.hh extractor.hh \
+ 	extractorpredicate.hh\
+ 	vtksurfacewriter.hh
+--- a/dune/grid-glue/merging/Makefile.am
++++ b/dune/grid-glue/merging/Makefile.am
+@@ -1,7 +1,7 @@
+ # $Id: Makefile.am 4229 2009-03-16 14:41:32Z chupa $
+ 
+ # These libraries do not need other libraries besides lcommon and lgrid
+-mergingdir = $(includedir)/dune/glue/merging
++mergingdir = $(includedir)/dune/grid-glue/merging
+ merging_HEADERS = conformingmerge.hh \
+                   contactmerge.hh \
+                   merger.hh \
+--- a/m4/Makefile.am
++++ b/m4/Makefile.am
+@@ -1,6 +1,6 @@
+ M4FILES = dune-grid-glue.m4
+ 
+-aclocaldir = $(datadir)/aclocal
++aclocaldir = $(datadir)/dune/aclocal
+ aclocal_DATA = $(M4FILES)
+ 
+ EXTRA_DIST = $(M4FILES) CMakeLists.txt
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c27a036
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+soname.patch
+cmake.patch
+install.patch
diff --git a/debian/patches/soname.patch b/debian/patches/soname.patch
new file mode 100644
index 0000000..06e8c1c
--- /dev/null
+++ b/debian/patches/soname.patch
@@ -0,0 +1,10 @@
+--- a/lib/Makefile.am
++++ b/lib/Makefile.am
+@@ -8,6 +8,7 @@
+ libdunegridglue_la_CPPFLAGS = $(AM_CPPFLAGS) $(PSURFACE_CPPFLAGS)
+ libdunegridglue_la_LDFLAGS  = $(AM_LDFLAGS) $(PSURFACE_LDFLAGS) $(AMIRAMESH_LDFLAGS)
+ libdunegridglue_la_LIBADD = $(DUNE_LIBS) $(PSURFACE_LIBS) $(AMIRAMESH_LIBS)
++libdunegridglue_la_LDFLAGS = -release $(subst -,,$(PACKAGE_VERSION))
+ 
+ #  ../dune/grid-glue/merging/conformingmerge.cc
+ 
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ce150fa
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#! /usr/bin/make -f
+
+include /usr/share/dune/dune-debian.mk
+
+%:
+	dh $@ --parallel
+
+override_dh_install:
+	cd debian/tmp; find . -type f
+	dh_install
+
+override_dh_auto_test:
+	# skip tests for now
+
+override_dh_strip:
+	dh_strip --dbg-package=libdune-grid-glue-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/dune-grid-glue.git



More information about the debian-science-commits mailing list