[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:libhnj-deb/debian changelog,1.4,1.5 rules,1.2,1.3



Update of /home/halls/cvs/debian-openoffice/libhnj-deb/debian
In directory gluck:/tmp/cvs-serv28654

Modified Files:
	changelog rules 
Log Message:
compile altlinuxhyph library actually with sparc-linux-gcc, too - not just libhnj

Index: changelog
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/libhnj-deb/debian/changelog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- changelog	10 Jan 2004 15:17:28 -0000	1.4
+++ changelog	13 Jan 2004 17:29:44 -0000	1.5
@@ -1,9 +1,11 @@
-libhnj (0.1.1-2.pre3) unstable; urgency=low
+libhnj (0.1.1-3) unstable; urgency=low
 
   * fix cut'n'paste error and typo in the libaltlinuxhyph-dev
     description [RE]
+  * compile altlinuxhyph library actually with sparc-linux-gcc, too - not
+    just libhnj [RE]
 
- -- Rene Engelhard <rene@debian.org>  Sat, 10 Jan 2004 16:12:59 +0100
+ -- Rene Engelhard <rene@debian.org>  Tue, 13 Jan 2004 09:29:56 +0100
 
 libhnj (0.1.1-2) unstable; urgency=low
 

Index: rules
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/libhnj-deb/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules	6 Jan 2004 11:47:26 -0000	1.2
+++ rules	13 Jan 2004 17:29:44 -0000	1.3
@@ -49,9 +49,9 @@
 	# apply patch
 	patch -p0 < debian/altlinuxhyph.diff
 	# build altlinuxhyph library
-	gcc -DHAVE_CONFIG_H -I. -I. -I. $(CFLAGS) -DUNX -fsigned-char -ansi \
+	$(CC) -DHAVE_CONFIG_H -I. -I. -I. $(CFLAGS) -DUNX -fsigned-char -ansi \
 		-pedantic -c hyphen.c
-	gcc -DHAVE_CONFIG_H -I. -I. -I. $(CFLAGS) -DUNX -fsigned-char -ansi \
+	$(CC) -DHAVE_CONFIG_H -I. -I. -I. $(CFLAGS) -DUNX -fsigned-char -ansi \
 		-pedantic -c hnjalloc.c
 	ar -rc libhnj.a hnjalloc.o hyphen.o
 	ranlib libhnj.a



Reply to: