[SCM] KDE Base Applications module packaging branch, master, updated. debian/4.4.5-2-63-g8883331

Modestas Vainius modax at alioth.debian.org
Wed Apr 6 21:55:33 UTC 2011


The following commit has been merged in the master branch:
commit 00e6a610920075bcb24f7917644e8002b2eb6406
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Apr 6 22:48:28 2011 +0300

    Stop caring about shlibs, no longer pass -V to dh_makeshlibs.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d0881e6..0a570b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -57,6 +57,7 @@ kdebase (4:4.6.2-0r0) UNRELEASED; urgency=low
     there.
   * Override all libkonsoleprivate.so shlibs related lintian reports.
   * Add libkonq5a to libkonq-common breaks/conflicts.
+  * Stop caring about shlibs, no longer pass -V to dh_makeshlibs.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 30 Mar 2011 17:03:55 +0300
 
diff --git a/debian/rules b/debian/rules
index 7086881..5c93de7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 .PHONY: override_dh_auto_test
 
 override_dh_makeshlibs:
-	$(overridden_command) -V -- -c0
+	$(overridden_command) -- -c0
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=kdebase-dbg

-- 
KDE Base Applications module packaging



More information about the pkg-kde-commits mailing list