[pgrouting] 10/11: Drop unused lintian override for shlib-calls-exit.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Feb 5 12:05:56 UTC 2016


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

sebastic pushed a commit to branch master
in repository pgrouting.

commit 3edcbe0dec16016f88818eab89f553d0f05f23b1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Feb 5 12:47:10 2016 +0100

    Drop unused lintian override for shlib-calls-exit.
---
 debian/changelog                                 | 1 +
 debian/postgresql-pgrouting.lintian-overrides.in | 2 --
 debian/rules                                     | 7 -------
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac97007..749660c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ pgrouting (2.1.0-1) UNRELEASED; urgency=medium
   * Use libjs-mathjax instead of online version.
   * Override dh_makeshlibs to exclude usr/lib/postgresql,
     prevents postinst-has-useless-call-to-ldconfig.
+  * Drop unused lintian override for shlib-calls-exit.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 05 Feb 2016 10:50:07 +0100
 
diff --git a/debian/postgresql-pgrouting.lintian-overrides.in b/debian/postgresql-pgrouting.lintian-overrides.in
deleted file mode 100644
index bc726ad..0000000
--- a/debian/postgresql-pgrouting.lintian-overrides.in
+++ /dev/null
@@ -1,2 +0,0 @@
-# exit() ist called in a helper method that is never called by the plugin.
-postgresql-PGVERSION-pgrouting: shlib-calls-exit usr/lib/postgresql/PGVERSION/lib/librouting_ksp.so
diff --git a/debian/rules b/debian/rules
index 7e0a0ae..b649cbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,10 +53,3 @@ override_dh_installchangelogs:
 override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/postgresql
 
-override_dh_lintian:
-	set -e; \
-	for v in $$(pg_buildext supported-versions); do \
-		mkdir -p debian/postgresql-$$v-pgrouting/usr/share/lintian/overrides; \
-		sed "s,PGVERSION,$$v,g" <debian/postgresql-pgrouting.lintian-overrides.in >debian/postgresql-$$v-pgrouting/usr/share/lintian/overrides/postgresql-$$v-pgrouting; \
-	done
-	dh_lintian

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git



More information about the Pkg-grass-devel mailing list