[foma] 02/02: Imported Debian patch 0.9.18~r248-1

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Mon Jan 11 08:40:11 UTC 2016


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

tinodidriksen-guest pushed a commit to branch master
in repository foma.

commit 0aa8ace99011cb4c15767e37748a38b4351ad1bb
Author: Tino Didriksen <mail at tinodidriksen.com>
Date:   Mon Jan 11 09:27:01 2016 +0100

    Imported Debian patch 0.9.18~r248-1
---
 debian/changelog                     |  5 +++++
 debian/compat                        |  1 +
 debian/control                       | 41 ++++++++++++++++++++++++++++++++++++
 debian/copyright                     | 10 +++++++++
 debian/docs                          |  1 +
 debian/foma.install                  |  1 +
 debian/libfoma0-dev.install          |  3 +++
 debian/libfoma0.install              |  1 +
 debian/libfoma0.postinst             |  8 +++++++
 debian/patches/foma_01_Makefile.diff | 13 ++++++++++++
 debian/patches/series                |  1 +
 debian/rules                         | 20 ++++++++++++++++++
 debian/source/format                 |  1 +
 13 files changed, 106 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5b4f179
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+foma (0.9.18~r248-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Tino Didriksen <mail at tinodidriksen.com>  Mon, 11 Jan 2016 09:27:01 +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..9e8b7b7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: foma
+Section: science
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Tino Didriksen <mail at tinodidriksen.com>,
+           Kartik Mistry <kartik at debian.org>
+Build-Depends: bison,
+               debhelper (>= 9.0),
+               flex,
+               libreadline-dev,
+               libtinfo-dev,
+               libtool,
+               zlib1g-dev
+Standards-Version: 3.9.6
+Homepage: https://code.google.com/p/foma/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/foma.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/foma.git
+
+Package: foma
+Architecture: any
+Depends: libfoma0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: Tools for constructing various finite-state automata
+ Compiler, programming language, and C library for
+ constructing finite-state automata and transducers for various uses.
+
+Package: libfoma0
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Foma runtime libraries
+ Runtime libraries for foma
+
+Package: libfoma0-dev
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libfoma0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: Foma development files
+ Development headers and libraries for foma
+Section: libdevel
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1bf6a1e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,10 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://code.google.com/p/foma/
+
+Files: *
+Copyright: 2008-2015, Mans Hulden
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the complete text of the Apache License version 2.0
+ can be found in "/usr/share/common-licenses/Apache-2.0".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/foma.install b/debian/foma.install
new file mode 100644
index 0000000..451ddc0
--- /dev/null
+++ b/debian/foma.install
@@ -0,0 +1 @@
+debian/tmp/usr/bin
diff --git a/debian/libfoma0-dev.install b/debian/libfoma0-dev.install
new file mode 100644
index 0000000..39faf02
--- /dev/null
+++ b/debian/libfoma0-dev.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/include
+debian/tmp/usr/lib/*/*.a
+debian/tmp/usr/lib/*/*.so
diff --git a/debian/libfoma0.install b/debian/libfoma0.install
new file mode 100644
index 0000000..9503874
--- /dev/null
+++ b/debian/libfoma0.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/*.so.*
diff --git a/debian/libfoma0.postinst b/debian/libfoma0.postinst
new file mode 100644
index 0000000..7df96b6
--- /dev/null
+++ b/debian/libfoma0.postinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+#DEBHELPER#
+
+ldconfig
+
+exit 0
diff --git a/debian/patches/foma_01_Makefile.diff b/debian/patches/foma_01_Makefile.diff
new file mode 100644
index 0000000..080356f
--- /dev/null
+++ b/debian/patches/foma_01_Makefile.diff
@@ -0,0 +1,13 @@
+Index: foma-0.9.17.227/Makefile
+===================================================================
+--- foma-0.9.17.227.orig/Makefile	2012-11-17 16:45:36.000000000 +0000
++++ foma-0.9.17.227/Makefile	2014-06-02 16:07:26.120925831 +0000
+@@ -1,6 +1,6 @@
+-prefix = /usr/local
++prefix = $(DESTDIR)/usr
+ exec_prefix = $(prefix)
+-libdir = $(exec_prefix)/lib
++libdir = $(exec_prefix)/lib/$(DEB_HOST_MULTIARCH)
+ bindir = $(exec_prefix)/bin
+ includedir = $(prefix)/include
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..868d7bb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+foma_01_Makefile.diff
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..eeef044
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+%:
+	dh $@
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/foma.git



More information about the debian-science-commits mailing list