[Pkg-kde-commits] rev 1290 - trunk/packages/qt-x11-free/debian

Adeodato Simó adeodato@costa.debian.org
Wed, 13 Jul 2005 14:07:57 +0000


Author: adeodato
Date: 2005-07-13 14:07:56 +0000 (Wed, 13 Jul 2005)
New Revision: 1290

Modified:
   trunk/packages/qt-x11-free/debian/rules
Log:
OK, I really needed this:
  - debian/rules: put each option in CONFIGURE_OPTS in its own line.

The set of options remains the same and in the same order; in the next
commit I'll sort them a bit, and add some so that every possible option
is specified (i.e., we say -no-tablet even if that's the default).

Please let me know if you disagree with this for some reason.


Modified: trunk/packages/qt-x11-free/debian/rules
===================================================================
--- trunk/packages/qt-x11-free/debian/rules	2005-07-13 13:58:41 UTC (rev 1289)
+++ trunk/packages/qt-x11-free/debian/rules	2005-07-13 14:07:56 UTC (rev 1290)
@@ -30,16 +30,49 @@
 
 TMP_INSTALL = $(DEBIAN)/tmp-install
 
-CONFIGURE_OPTS = -prefix "/usr" -docdir "/usr/share/qt3/doc" -headerdir "/usr/include/qt3" \
-		-datadir "/usr/share/qt3" -plugindir "/usr/lib/qt3/plugins" \
-		-translationdir "/usr/share/qt3/translations" -sysconfdir "/etc/qt3" \
-		-system-zlib -system-libpng -system-libjpeg -system-libmng -qt-gif \
-		-plugin-imgfmt-jpeg -qt-imgfmt-png -plugin-imgfmt-mng \
-		-plugin-sql-odbc -plugin-sql-psql -plugin-sql-mysql -plugin-sql-ibase \
-		-plugin-sql-sqlite -I/usr/include/mysql -I/usr/include/freetype2 \
-		-I`pg_config --includedir` -lfontconfig \
-		-stl -xinerama -xrandr -system-nas-sound -cups -xft -xcursor -sm \
-		-no-exceptions -platform linux-g++ -fast
+CONFIGURE_OPTS = \
+		-prefix		"/usr"				\
+		-sysconfdir	"/etc/qt3"			\
+		-datadir	"/usr/share/qt3"		\
+		-headerdir	"/usr/include/qt3"		\
+		-docdir		"/usr/share/qt3/doc"		\
+		-plugindir	"/usr/lib/qt3/plugins"		\
+		-translationdir	"/usr/share/qt3/translations"	\
+								\
+		-system-zlib			\
+		-system-libpng			\
+		-system-libmng			\
+		-system-libjpeg			\
+						\
+		-qt-gif				\
+		-qt-imgfmt-png			\
+		-plugin-imgfmt-mng		\
+		-plugin-imgfmt-jpeg		\
+						\
+		-plugin-sql-odbc		\
+		-plugin-sql-psql		\
+		-plugin-sql-mysql		\
+		-plugin-sql-ibase		\
+		-plugin-sql-sqlite		\
+						\
+		-I/usr/include/mysql		\
+		-I/usr/include/freetype2	\
+		-I`pg_config --includedir`	\
+						\
+		-lfontconfig			\
+						\
+		-stl				\
+		-xinerama			\
+		-xrandr				\
+		-system-nas-sound		\
+		-cups				\
+		-xft				\
+		-xcursor			\
+		-sm				\
+		-no-exceptions			\
+		-platform linux-g++		\
+		-fast				\
+		# End of CONFIGURE_OPTS
 
 ifneq ($(DEB_BUILD_GNU_CPU),i386)
 	CONFIGURE_OPTS += -no-sql-ibase