[Pkg-voip-commits] [ring] 01/02: Fixed maintscript-calls-ldconfig lintian warning
Alexandre Viau
aviau at moszumanska.debian.org
Mon Jun 27 22:36:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
aviau pushed a commit to branch master
in repository ring.
commit 66e091cf1992cd35b76bb48259c039164ab6004f
Author: aviau <alexandre at alexandreviau.net>
Date: Tue Jun 28 00:08:30 2016 +0200
Fixed maintscript-calls-ldconfig lintian warning
---
debian/changelog | 6 ++++++
debian/ring.postinst | 11 -----------
debian/ring.triggers | 1 +
3 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c056ed2..3df0854 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ring (20160422.1.3c07c8e~dfsg1-4) unstable; urgency=medium
+
+ * Fixed maintscript-calls-ldconfig lintian warning
+
+ -- Alexandre Viau <aviau at debian.org> Tue, 28 Jun 2016 00:08:01 +0200
+
ring (20160422.1.3c07c8e~dfsg1-3) unstable; urgency=medium
* Added mising argon2 copyright section
diff --git a/debian/ring.postinst b/debian/ring.postinst
deleted file mode 100755
index fa385a3..0000000
--- a/debian/ring.postinst
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- ldconfig
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/ring.triggers b/debian/ring.triggers
new file mode 100644
index 0000000..dd86603
--- /dev/null
+++ b/debian/ring.triggers
@@ -0,0 +1 @@
+activate-noawait ldconfig
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/ring.git
More information about the Pkg-voip-commits
mailing list