summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/source/lintian-overrides2
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d9fa6e1..510752d 100644
--- a/debian/control
+++ b/debian/control
@@ -92,7 +92,7 @@ Description: Function Parser for C++
.
The syntax of the function string is similar to mathematical expressions
written in C/C++ (the exact syntax is specified in the documentation below).
- The function can then be evaluated with different values of variables.
+ The function can then be evaluated with different values of variables.
Package: libfparser-dev
Architecture: any
diff --git a/debian/rules b/debian/rules
index 7bf5006..e12fc76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,7 @@ override_dh_auto_install:
chrpath -d debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so*
chrpath -d debian/tmp/usr/bin/AppCSXCAD
chrpath -d debian/tmp/usr/bin/nf2ff
+ chrpath -d debian/tmp/usr/bin/openEMS
override_dh_installman:
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..cfd4976
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Wrongly detected. 'hard' library-dev-dependency is handled in another way.
+openems source: weak-library-dev-dependency libfparser-dev on libfparser4 (= ${fparser-version-full})