[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 0ec483b0c91645412f56dcfeebee7ddc881cde25
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Wed May 30 16:09:29 2012 +0200

    rtf-fix/Makefile: Use CPPFLAGS and LDFLAGS.

diff --git a/debian/changelog b/debian/changelog
index ea2513a..8206cbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-linuxdoc-tools (0.9.68) UNRELEASED; urgency=low
+linuxdoc-tools (0.9.68) unstable; urgency=low
 
   [ Colin Watson ]
   * Make linuxdoc-tools* Multi-Arch: foreign, so that they can satisfy
@@ -6,8 +6,9 @@ linuxdoc-tools (0.9.68) UNRELEASED; urgency=low
 
   [ Agustin Martin Domingo ]
   * debian/control: Bump Standards-Version. No changes required.
+  * rtf-fix/Makefile: Use CPPFLAGS and LDFLAGS.
 
- -- Agustin Martin Domingo <agmartin at debian.org>  Tue, 29 May 2012 15:29:28 +0200
+ -- Agustin Martin Domingo <agmartin at debian.org>  Wed, 30 May 2012 16:11:14 +0200
 
 linuxdoc-tools (0.9.67) unstable; urgency=low
 
diff --git a/rtf-fix/Makefile b/rtf-fix/Makefile
index b56f1ed..7b02427 100644
--- a/rtf-fix/Makefile
+++ b/rtf-fix/Makefile
@@ -5,7 +5,7 @@ CFLAGS=-O
 all: rtf2rtf
 
 rtf2rtf: rtf2rtf.c
-	$(CC) $(CFLAGS) -o rtf2rtf rtf2rtf.c -lfl
+	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o rtf2rtf rtf2rtf.c -lfl
 
 rtf2rtf.c: rtf2rtf.l
 	$(LEX) -t rtf2rtf.l>rtf2rtf.c
@@ -13,6 +13,6 @@ rtf2rtf.c: rtf2rtf.l
 install: rtf2rtf
 	cp rtf2rtf /usr/local/bin
 
-clean: 
+clean:
 	/bin/rm -f rtf2rtf.c rtf2rtf core
-      
+

-- 
linuxdoc-tools package for Debian.



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