[SCM] Qt 4 Debian packaging branch, master, updated. debian/4.6.0-1-79-g1de3734

Modestas Vainius modax at alioth.debian.org
Tue Feb 16 01:11:34 UTC 2010


The following commit has been merged in the master branch:
commit 1de37348509d34579da3c6043052151321b61e96
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue Feb 16 03:11:13 2010 +0200

    Do not FTFBS if there are lost symbols.
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2a579c4..0340486 100755
--- a/debian/rules
+++ b/debian/rules
@@ -259,7 +259,7 @@ override_dh_strip:
 
 override_dh_makeshlibs:
 	# Specific shlibs version (e.g.: 4:4.5.2)
-	$(foreach pkg,$(pkgs_lib),dh_makeshlibs -p$(pkg) -V '$(pkg) (>= $(shlibs_version))';)
+	$(foreach pkg,$(pkgs_lib),dh_makeshlibs -p$(pkg) -V '$(pkg) (>= $(shlibs_version))' -- -c0;)
 	# Generate shlibs local files
 	for pkg in $(pkgs_lib); do \
 		if test -e debian/$${pkg}/DEBIAN/shlibs ; then \

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list