[xml/sgml-commit] [SCM] linuxdoc-tools package for Debian. branch, master, updated. debian/0.9.67-5-gbad7b4f

Agustin Martin Domingo agmartin at debian.org
Wed May 30 15:29:44 UTC 2012


The following commit has been merged in the master branch:
commit bad7b4fe477e08b5896cbfb6158eb2e49be6b42b
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Wed May 30 16:12:52 2012 +0200

    debian/rules: Get hardened CPPFLAGS and pass them to make.

diff --git a/debian/changelog b/debian/changelog
index 8206cbe..aa811ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ linuxdoc-tools (0.9.68) unstable; urgency=low
   [ Agustin Martin Domingo ]
   * debian/control: Bump Standards-Version. No changes required.
   * rtf-fix/Makefile: Use CPPFLAGS and LDFLAGS.
+  * debian/rules: Get hardened CPPFLAGS and pass them to make.
 
- -- Agustin Martin Domingo <agmartin at debian.org>  Wed, 30 May 2012 16:11:14 +0200
+ -- Agustin Martin Domingo <agmartin at debian.org>  Wed, 30 May 2012 16:12:38 +0200
 
 linuxdoc-tools (0.9.67) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index f76ec8b..1842564 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ MANDIR    = /usr/share/man
 # Get default build flags
 
 CFLAGS    = $(shell dpkg-buildflags --get CFLAGS)
+CPPFLAGS  = $(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS   = $(shell dpkg-buildflags --get LDFLAGS)
 
 export CFLAGS LDFLAGS
@@ -57,7 +58,7 @@ build-stamp:
 		--with-perllibdir=/usr/share/perl5 \
 		--with-texdir=/usr/share/texmf/tex/latex/misc
 
-	$(MAKE) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
+	$(MAKE) CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)"
 
 	$(build_ldt_copyright)
 

-- 
linuxdoc-tools package for Debian.



More information about the debian-xml-sgml-commit mailing list