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

Sune Vuorela pusling-guest at alioth.debian.org
Fri Aug 10 20:28:22 UTC 2007


Author: pusling-guest
Date: 2007-08-10 20:28:22 +0000 (Fri, 10 Aug 2007)
New Revision: 7030

Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/rules
Log:
slight difference between "\t" and "        " when writing makefiles ;)


Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2007-08-10 18:42:00 UTC (rev 7029)
+++ trunk/packages/qt4-x11/debian/changelog	2007-08-10 20:28:22 UTC (rev 7030)
@@ -1,3 +1,9 @@
+qt4-x11 (4.3.1-2) unstable; urgency=low
+
+  * There is a large difference between 8 spaces and a tab.
+
+ -- Sune Vuorela <debian at pusling.com>  Fri, 10 Aug 2007 22:20:45 +0200
+
 qt4-x11 (4.3.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2007-08-10 18:42:00 UTC (rev 7029)
+++ trunk/packages/qt4-x11/debian/rules	2007-08-10 20:28:22 UTC (rev 7030)
@@ -37,17 +37,17 @@
 
 common-configure-arch::
 ifeq ($(DEB_HOST_ARCH),hppa)
-        mkdir -p debian/hppa-tmp
-        echo "Testing whether getdents kernel bug is present on this buildd - see #433768"
-        gcc -o debian/hppa-tmp/hppa-test-program debian/readdir-hppa-test.c
-        cd $(CURDIR)/doc/html && $(CURDIR)/debian/hppa-tmp/hppa-test-program | sort > $(CURDIR)/debian/hppa-tmp/readdir_r-out
-        cd $(CURDIR)/doc/html && ls -a | sort > $(CURDIR)/debian/hppa-tmp/ls-a-out
-        @if ! diff -q $(CURDIR)/debian/hppa-tmp/readdir_r-out $(CURDIR)/debian/hppa-tmp/ls-a-out ; \
-        then \
-                echo "Kernel bug present. This will misbuild qt4 if proceeding. Failing" ; \
-                echo "Please update kernel and test again" ; \
-                exit 5 ; \
-        fi
+	mkdir -p debian/hppa-tmp
+	echo "Testing whether getdents kernel bug is present on this buildd - see #433768"
+	gcc -o debian/hppa-tmp/hppa-test-program debian/readdir-hppa-test.c
+	cd $(CURDIR)/doc/html && $(CURDIR)/debian/hppa-tmp/hppa-test-program | sort > $(CURDIR)/debian/hppa-tmp/readdir_r-out
+	cd $(CURDIR)/doc/html && ls -a | sort > $(CURDIR)/debian/hppa-tmp/ls-a-out
+	@if ! diff -q $(CURDIR)/debian/hppa-tmp/readdir_r-out $(CURDIR)/debian/hppa-tmp/ls-a-out ; \
+		then \
+		echo "Kernel bug present. This will misbuild qt4 if proceeding. Failing" ; \
+		echo "Please update kernel and test again" ; \
+		exit 5 ; \
+	fi
 endif
 
 	# Create mkspecs/glibc-g++ from mkspecs/linux-g++, needed by GNU/kFreeBSD




More information about the pkg-kde-commits mailing list