[SCM] vlc/squeeze-backports-sloppy: Sort variables. (cherry picked from commit c580ddd44a716b43c2166d0e82be856d2065f690)

edwardw-guest at users.alioth.debian.org edwardw-guest at users.alioth.debian.org
Sun Jun 9 19:34:48 UTC 2013


The following commit has been merged in the squeeze-backports-sloppy branch:
commit 1acdf23de4c8c3325dd7983618e58a9eb210c59d
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Mar 1 18:09:57 2013 +0100

    Sort variables.
    (cherry picked from commit c580ddd44a716b43c2166d0e82be856d2065f690)
    
    Signed-off-by: Edward Wang <edward.c.wang at compdigitec.com>

diff --git a/debian/rules b/debian/rules
index 0b23519..1bc8cce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_ARCH_CPU  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 VERSION = $(shell dpkg-parsechangelog|sed -n 's/^Version: //p')
 DEBIAN_VERSION = $(shell echo $(VERSION)|sed -nr 's/[^:]+://; s/.*-([^-]+$$)/\1/p')
 

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list