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

Modestas Vainius modax at alioth.debian.org
Mon Feb 1 12:05:19 UTC 2010


The following commit has been merged in the master branch:
commit be7318214a827cd80935d202ca30f80976c40d73
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Feb 1 14:04:18 2010 +0200

    Enable handling of symbol files in packaging.
---
 debian/changelog |    4 ++++
 debian/control   |    2 +-
 debian/rules     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b14594..28c7a41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,10 @@ qt4-x11 (4:4.6.1-1) UNRELEASED; urgency=low
   * Change my email address to @debian.org one.
   * Restore binary compatibility with binaries built with g++-4.3 on armel
     (patch 92_armel_gcc43_valist_compat.diff).
+  * Add symbol files for Qt public libraries. They are based on the 4:4.5.3
+    version and upgraded to 4:4.6.1 on amd64/i386).
+  * Bump build dependency of pkg-kde-tools to version 0.6 as it is needed to
+    handle symbol files.
 
   [ Fathi Boudra ]
   * Add debian/patches/95_sparc_platform_definition.diff patch to fix build for
diff --git a/debian/control b/debian/control
index 566c781..5d3127c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Ana Beatriz Guerrero Lopez <ana at debian.org>, Modestas Vainius <modax at debian.org>, Sune Vuorela <debian at pusling.com>,
-Build-Depends: debhelper (>= 7.2), quilt, pkg-kde-tools (>= 0.4), flex, sharutils,
+Build-Depends: debhelper (>= 7.2), quilt, pkg-kde-tools (>= 0.6), flex, sharutils,
  firebird2.1-dev [amd64 armel i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc],
  libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
  libaudio-dev, libcups2-dev, libdbus-1-dev, libfreetype6-dev,
diff --git a/debian/rules b/debian/rules
index 8853ec9..4d61267 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ else
 endif
 
 %:
-	+dh --with quilt $@
+	+dh --with pkgkde_symbolshelper --with quilt $@
 
 override_dh_auto_configure:
 	# Test broken hppa kernel with glibc >= 2.5

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list