summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Nelson <pyro@debian.org>2007-01-30 03:29:15 +0000
committerBrian Nelson <pyro@debian.org>2007-01-30 03:29:15 +0000
commit87d8229c13ff9e681c1a51712ecba4c21f93b0e1 (patch)
tree55f509b4c74105292f24eac62c78a9f96910d39d
parente33bbfa6fe6645517e5de022e28a0ac6222dad0c (diff)
downloadqt4-x11-87d8229c13ff9e681c1a51712ecba4c21f93b0e1.tar.gz
* debian/rules: set the sysconfdir to /etc/xdg instead of /etc/qt4 to
match the QSettings documentation (Closes: #407297)
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cd366fe..9173416 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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@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
diff --git a/debian/rules b/debian/rules
index ac3e45f..2bddb84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ common-configure-arch::
-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 \