rev 11837 - trunk/packages/qt4-x11/debian

Modestas Vainius modax-guest at alioth.debian.org
Sat Aug 2 19:50:31 UTC 2008


Author: modax-guest
Date: 2008-08-02 19:50:30 +0000 (Sat, 02 Aug 2008)
New Revision: 11837

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/rules
Log:
Leave shlibs at (>= 4.4.0) since 4.4.1 is supposed to be backwards and
forward compatible with 4.4.0.

NOTE: untested. Please check if it works when packages are built.

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2008-08-02 18:20:10 UTC (rev 11836)
+++ trunk/packages/qt4-x11/debian/changelog	2008-08-02 19:50:30 UTC (rev 11837)
@@ -1,4 +1,4 @@
-qt4-x11 (4.4.1-0r1) UNRELEASED; urgency=low
+qt4-x11 (4.4.1-0r2) UNRELEASED; urgency=low
 
   * New upstream release.
 
@@ -37,8 +37,10 @@
       - 14_add_libraries_to_gui_build_where_actually_needed.diff
       - 20_mips_atomic_ops.diff
       - 50_kfreebsd_build_fix.diff
+  * Leave shlibs at (>= 4.4.0) since 4.4.1 is supposed to be backwards and
+    forward compatible with 4.4.0.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 09 Jul 2008 02:53:33 +0200
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 02 Aug 2008 22:49:17 +0300
 
 qt4-x11 (4.4.0-4) unstable; urgency=low
 

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2008-08-02 18:20:10 UTC (rev 11836)
+++ trunk/packages/qt4-x11/debian/rules	2008-08-02 19:50:30 UTC (rev 11837)
@@ -22,8 +22,13 @@
 DEB_DH_INSTALL_ARGS := --exclude=.debug
 
 DEB_MAKE_CLEAN_TARGET := confclean distclean
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V
 
+# Shlibs of the current upstream version
+#DEB_DH_MAKESHLIBS_ARGS_ALL := -V
+# Specific shlibs version
+SHLIBSVERSION := 4.4.0
+$(foreach libpkg,$(filter-out %-dev %-dbg,$(filter lib%,$(DEB_ARCH_PACKAGES))),$(eval DEB_DH_MAKESHLIBS_ARGS_$(libpkg) := -V'$(libpkg) (>= $(SHLIBSVERSION))'))
+
 DEB_DH_STRIP_ARGS_libqt4-dbg := --exclude=.debug
 
 DEB_DH_SHLIBDEPS_ARGS_ALL := --exclude=.debug




More information about the pkg-kde-commits mailing list