[SCM] x264 packaging branch, master, updated. 0e68cf291dce445ea4a52918705cb355b5b3cdb3

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Jun 15 10:44:33 UTC 2009


The following commit has been merged in the master branch:
commit 0e68cf291dce445ea4a52918705cb355b5b3cdb3
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Jun 15 12:46:21 2009 +0200

    Kill some whitespace from debian/rules to improve readability.

diff --git a/debian/rules b/debian/rules
index 74e1542..5f42d9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,15 +8,13 @@ include /usr/share/quilt/quilt.make
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 NCPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1)
-
 ifeq ($(NCPUS),-1)
 	NCPUS:=1
 endif
-
 ifeq ($(NCPUS),0)
 	NCPUS:=1
 endif
@@ -44,9 +42,7 @@ build-stamp: debian/stamp-patched
 
 	# Build shared lib
 	$(MAKE) clean
-
 	CFLAGS="$(CFLAGS)" ./configure $(confflags) $(shared_confflags)
-
 	$(MAKE) -j $(NCPUS)
 
 	# Restore static lib

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list