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

Brian Nelson pyro at alioth.debian.org
Tue Jan 30 04:29:16 CET 2007


Author: pyro
Date: 2007-01-30 04:29:15 +0100 (Tue, 30 Jan 2007)
New Revision: 5478

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/rules
Log:
  * debian/rules: set the sysconfdir to /etc/xdg instead of /etc/qt4 to
    match the QSettings documentation (Closes: #407297)

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2007-01-30 00:12:01 UTC (rev 5477)
+++ trunk/packages/qt4-x11/debian/changelog	2007-01-30 03:29:15 UTC (rev 5478)
@@ -1,3 +1,10 @@
+qt4-x11 (4.2.1-3) UNRELEASED; urgency=low
+
+  * debian/rules: set the sysconfdir to /etc/xdg instead of /etc/qt4 to
+    match the QSettings documentation (Closes: #407297)
+
+ -- Brian Nelson <pyro at debian.org>  Mon, 29 Jan 2007 20:17:44 -0500
+
 qt4-x11 (4.2.1-2) unstable; urgency=low
 
   * debian/patches/20_hppa_inotify_fix.dpatch: new patch that should fix

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2007-01-30 00:12:01 UTC (rev 5477)
+++ trunk/packages/qt4-x11/debian/rules	2007-01-30 03:29:15 UTC (rev 5478)
@@ -34,7 +34,7 @@
 	            -datadir "/usr/share/qt4" \
 	            -plugindir "/usr/lib/qt4/plugins" \
 	            -translationdir "/usr/share/qt4/translations" \
-	            -sysconfdir "/etc/qt4" \
+	            -sysconfdir "/etc/xdg" \
 	            -platform linux-g++ \
 		    -debug-and-release \
 	            -fast \




More information about the pkg-kde-commits mailing list