[debian-edu-commits] debian-edu/ 23/437: * avoid useless call of ldconfig in maintainer scripts

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:21 UTC 2014


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

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit 2fc379a07161973b40cec80c4a0e7f5d50c20070
Author: Steffen Joeris <white at debian.org>
Date:   Sat Aug 5 16:40:06 2006 +0000

    * avoid useless call of ldconfig in maintainer scripts
---
 debian/changelog | 4 +++-
 debian/rules     | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5638bde..bff3919 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 debian-edu-artwork (0.0.2) UNRELEASED; urgency=low
 
-  *
+  [ Steffen Joeris ]
+  * Add option to dh_makeshlibs call to avoid useless
+    code for ldconfig call in maintainer scripts
 
  -- Petter Reinholdtsen <pere at debian.org>  Fri,  4 Aug 2006 16:19:43 +0200
 
diff --git a/debian/rules b/debian/rules
index f738c4d..28d4487 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
+
+DEB_DH_MAKESHLIBS_ARGS_ALL = -n
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list