[Pkg-apache-commits] [SCM] Debian packaging for the apr-util (Apache Portable Runtime util library) package branch, master, updated. 84c51390d0152172ad8a9ca07ff6d2303d95ccb0

Stefan Fritsch sf at sfritsch.de
Sat May 19 21:02:49 UTC 2012


The following commit has been merged in the master branch:
commit 84c51390d0152172ad8a9ca07ff6d2303d95ccb0
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat May 19 23:01:37 2012 +0200

    omit driver libraries from symbol files

diff --git a/debian/changelog b/debian/changelog
index 8b8a940..e38d05f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ apr-util (1.4.1-2) UNRELEASED; urgency=low
   * Bump to debhelper 9.
   * Fix lintian warnings
     - use dh_prep
+    - omit driver libraries from symbol files
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 06 May 2012 14:57:58 +0200
 
diff --git a/debian/rules b/debian/rules
index e4cadae..7d08a1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -114,7 +114,7 @@ binary-arch: build install
 	dh_strip --dbg-package=libaprutil1-dbg
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -plibaprutil1
+	dh_makeshlibs -plibaprutil1 -X/apr-util-1/
 	dh_makeshlibs -n -Nlibaprutil1
 	dh_installdeb
 	dh_shlibdeps

-- 
Debian packaging for the apr-util (Apache Portable Runtime util library) package



More information about the Pkg-apache-commits mailing list