[ug] 01/01: Initial commit.

Ansgar Burchardt ansgar at moszumanska.debian.org
Thu Mar 20 15:54:02 UTC 2014


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

ansgar pushed a commit to branch master
in repository ug.

commit c116a34d7af61ff279c8132a5b6c9a984da4585a
Author: Ansgar Burchardt <burchardt at igpm.rwth-aachen.de>
Date:   Thu Mar 20 16:53:41 2014 +0100

    Initial commit.
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 38 ++++++++++++++++++++++++++++++++++++++
 debian/libug-dev.install        |  4 ++++
 debian/libug3.10.0.install      |  1 +
 debian/patches/buildsystem.diff | 10 ++++++++++
 debian/patches/series           |  1 +
 debian/rules                    | 17 +++++++++++++++++
 debian/source/format            |  1 +
 9 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5b5e247
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ug (3.10.0-1~ab1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #742179)
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Thu, 20 Mar 2014 11:27:16 +0100
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..91af04b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+Source: ug
+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/ug.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/ug.git
+Homepage: http://www.iwr.uni-heidelberg.de/wiki-link-pages/wiki-software
+Build-Depends: debhelper (>= 9), dh-autoreconf,
+ bison, flex, libltdl-dev
+
+Package: libug-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libug3.10.0 (= ${binary:Version})
+Suggests: libug-dbg (= ${binary:Version})
+Description: TODO
+ TODO
+
+Package: libug3.10.0
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: TODO
+ TODO
+
+Package: libug-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends},
+ libug3.10.0 (= ${binary:Version})
+Description: TODO
+ TODO
diff --git a/debian/libug-dev.install b/debian/libug-dev.install
new file mode 100644
index 0000000..c38c487
--- /dev/null
+++ b/debian/libug-dev.install
@@ -0,0 +1,4 @@
+usr/include
+usr/lib/*/cmake
+usr/lib/*/pkgconfig
+usr/lib/*/lib*.so
diff --git a/debian/libug3.10.0.install b/debian/libug3.10.0.install
new file mode 100644
index 0000000..3ddde58
--- /dev/null
+++ b/debian/libug3.10.0.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/patches/buildsystem.diff b/debian/patches/buildsystem.diff
new file mode 100644
index 0000000..0fef8fe
--- /dev/null
+++ b/debian/patches/buildsystem.diff
@@ -0,0 +1,10 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -23,5 +23,7 @@
+ # don't follow the full GNU-standard
+ AUTOMAKE_OPTIONS = foreign 1.7
+ 
++ACLOCAL_AMFLAGS = -I m4
++
+ # possibly use the same compiler for distcheck
+ # DISTCHECK_CONFIGURE_FLAGS = CXX="$(CXX)" CC="$(CC)"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b1fd5ee
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+buildsystem.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..622b0c6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#! /usr/bin/make -f
+
+CONFIGURE_FLAGS := \
+  --enable-dune \
+  --enable-shared \
+  --disable-static \
+  --enable-system-heap \
+  CC=g++
+
+%:
+	dh $@ --with autoreconf
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(CONFIGURE_FLAGS)
+
+override_dh_strip:
+	dh_strip --dbg-package=libug-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/ug.git



More information about the debian-science-commits mailing list