[Pkg-sdl-commits] [libsdl2-ttf] 01/03: Define Make variables with := instead of simply =

Manuel A. Fernandez Montecelo mafm at alioth.debian.org
Tue Oct 29 18:34:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to branch master
in repository libsdl2-ttf.

commit 1bfb1949dd85d2ef9ab1ddc69107ae10f7b0817a
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Tue Oct 29 17:57:03 2013 +0000

    Define Make variables with := instead of simply =
---
 debian/rules |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index eb3f2a3..ced48f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,13 @@
 #export DH_VERBOSE=1
 
 
-export DEB_CFLAGS_MAINT_APPEND  = -pipe -Wall
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_CFLAGS_MAINT_APPEND  := -pipe -Wall
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-SHLIBVER = 2.0.0
+SHLIBVER := 2.0.0
 
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-ttf.git



More information about the pkg-sdl-commits mailing list