[Python-modules-commits] r7130 - in packages/python-qt4/trunk/debian (changelog rules)

ncommander-guest at users.alioth.debian.org ncommander-guest at users.alioth.debian.org
Sun Dec 21 06:49:54 UTC 2008


    Date: Sunday, December 21, 2008 @ 06:49:53
  Author: ncommander-guest
Revision: 7130

Standardized the uses of spaces and tabs

Modified:
  packages/python-qt4/trunk/debian/changelog
  packages/python-qt4/trunk/debian/rules

Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog	2008-12-21 06:11:59 UTC (rev 7129)
+++ packages/python-qt4/trunk/debian/changelog	2008-12-21 06:49:53 UTC (rev 7130)
@@ -15,6 +15,7 @@
       python-qt4 vs. python-qt4-dev. This is because python-qt4 
       is arch any, and python-qt4-dev is arch all, and the config
       file can be different on different architectures (i.e. ARM)
+    - Standardized the uses of spaces and tabs
   * debian/control:
     - Added necessary conflict/replaces to python-qt4
 

Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules	2008-12-21 06:11:59 UTC (rev 7129)
+++ packages/python-qt4/trunk/debian/rules	2008-12-21 06:49:53 UTC (rev 7130)
@@ -42,17 +42,17 @@
 
 build-%/configure-stamp: patch-stamp
 	dh_testdir
-        # echo yes is needed because of the license question in configure.py
-        # LIBS_* is unset to avoid linking to too many libraries
-        # STRIP is unset to let stripping be handled by dh_strip
+	# echo yes is needed because of the license question in configure.py
+	# LIBS_* is unset to avoid linking to too many libraries
+	# STRIP is unset to let stripping be handled by dh_strip
 	mkdir -p build-$*
 	cd build-$* && python$* ../configure.py \
 			--confirm-license \
-                        -q /usr/bin/qmake-qt4 -c \
-                        -j $(SPLIT) -m /usr/lib/python$*/config \
-                        $(if $(filter $(DEFAULT_PYTHON),$*),,--no-designer-plugin) \
-                        LIBDIR_QT=/usr/lib LIBS_X11="" LIBS_THREAD="" \
-                        LFLAGS="" CXXFLAGS_RELEASE="${CXXFLAGS}" STRIP="" MOC=moc-qt4 LFLAGS_RELEASE="${LDFLAGS}"
+			-q /usr/bin/qmake-qt4 -c \
+			-j $(SPLIT) -m /usr/lib/python$*/config \
+			$(if $(filter $(DEFAULT_PYTHON),$*),,--no-designer-plugin) \
+			LIBDIR_QT=/usr/lib LIBS_X11="" LIBS_THREAD="" \
+			LFLAGS="" CXXFLAGS_RELEASE="${CXXFLAGS}" STRIP="" MOC=moc-qt4 LFLAGS_RELEASE="${LDFLAGS}"
 	touch $@
 
 dbg-build-%/configure-stamp: patch-stamp
@@ -60,12 +60,12 @@
 	mkdir -p dbg-build-$*
 	cd dbg-build-$* && python$*-dbg ../configure.py \
 			--confirm-license \
-                        -q /usr/bin/qmake-qt4 -c \
-                        -j $(SPLIT) -l /usr/include/python$*_d \
-                        -m /usr/lib/python$*/config_d \
-                        $(if $(filter $(DEFAULT_PYTHON),$*),,--no-designer-plugin) \
-                        LIBDIR_QT=/usr/lib LIBS_X11="" LIBS_THREAD="" \
-                        LFLAGS="" CXXFLAGS_RELEASE="${CXXFLAGS}" STRIP="" MOC=moc-qt4 LFLAGS_RELEASE="${LDFLAGS}"
+			-q /usr/bin/qmake-qt4 -c \
+			-j $(SPLIT) -l /usr/include/python$*_d \
+			-m /usr/lib/python$*/config_d \
+			$(if $(filter $(DEFAULT_PYTHON),$*),,--no-designer-plugin) \
+			LIBDIR_QT=/usr/lib LIBS_X11="" LIBS_THREAD="" \
+			LFLAGS="" CXXFLAGS_RELEASE="${CXXFLAGS}" STRIP="" MOC=moc-qt4 LFLAGS_RELEASE="${LDFLAGS}"
 	touch $@
 
 build: $(PYTHONS:%=build-%/build-stamp) $(PYTHONS:%=dbg-build-%/build-stamp)
@@ -87,7 +87,7 @@
 	dh_installdirs -i
 	for version in ${PYTHONS};\
 	do\
-                mkdir -p debian/python-qt4-dev/usr/lib/python$$version/site-packages/PyQt4;\
+		mkdir -p debian/python-qt4-dev/usr/lib/python$$version/site-packages/PyQt4;\
 		mkdir -p debian/python-qt4-common/usr/lib/python$$version/site-packages/PyQt4;\
 		install -m 644 -o root -g root __init__.py debian/python-qt4-common/usr/lib/python$$version/site-packages/PyQt4;\
 	done
@@ -127,9 +127,9 @@
 	dh_install -a --sourcedir=$(CURDIR)/debian/tmp
 
 	for i in $$(find debian/python-*-dbg -name '*.so'); do \
-          b=$$(basename $$i .so); \
-          mv $$i $$(dirname $$i)/$${b}_d.so; \
-        done
+		b=$$(basename $$i .so); \
+		mv $$i $$(dirname $$i)/$${b}_d.so; \
+	done
 
 	: # make the dbus extension available in /var
 	set -e; \
@@ -149,7 +149,7 @@
 	done
 
 	find debian/python-*-dbg ! -type d \
-                ! \( -name '*.so' -o -name '*config_d.py' \) | xargs rm -f
+		! \( -name '*.so' -o -name '*config_d.py' \) | xargs rm -f
 	find debian/python-*-dbg -depth -type d -empty -exec rmdir {} \;
 
 	cp pyuic/uic/pyuic.py debian/pyqt4-dev-tools/usr/bin/pyuic4
@@ -184,12 +184,12 @@
 		rm -rf debian/$$p-dbg/usr/share/doc/$$p-dbg; \
 		mkdir -p debian/$$p-dbg/usr/share/doc; \
 		ln -s $$p debian/$$p-dbg/usr/share/doc/$$p-dbg; \
-        done
+	done
 endif
 	dh_compress -X.py -X.bmp -X.ui -X.sql
 	dh_fixperms
-        # DH_PYCENTRAL=nomove is set in binary-indep since only
-        # python-qt4-dev contains files that may not be moved.
+	# DH_PYCENTRAL=nomove is set in binary-indep since only
+	# python-qt4-dev contains files that may not be moved.
 	dh_pycentral
 	dh_installdeb
 	dh_shlibdeps




More information about the Python-modules-commits mailing list