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

CVS:libhnj-deb/debian changelog,1.1.1.1,1.2 rules,1.1.1.1,1.2



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

Modified Files:
	changelog rules 
Log Message:
compile with sparc-linux-g{++,cc} on sparc

Index: rules
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/libhnj-deb/debian/rules,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- rules	1 Jan 2004 23:38:14 -0000	1.1.1.1
+++ rules	6 Jan 2004 11:47:26 -0000	1.2
@@ -18,6 +18,14 @@
 	INSTALL_PROGRAM += -s
 endif
 
+ifneq (,$(findstring sparc,$(DEB_HOST_GNU_TYPE)))
+        CXX=sparc-linux-g++
+        CC=sparc-linux-gcc
+else
+        CXX=g++
+        CC=gcc
+endif
+
 # shared library versions, option 1
 #version=2.0.5
 #major=2
@@ -29,7 +37,8 @@
 
 config.status: configure patch-stamp
 	dh_testdir
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
+	CXX="$(CXX)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
+		./configure --host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
 		--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
@@ -68,7 +77,7 @@
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
-	rm -f libhnj.a
+	rm -f libhnj.a config.log
 	dh_clean
 
 install: build

Index: changelog
===================================================================
RCS file: /home/halls/cvs/debian-openoffice/libhnj-deb/debian/changelog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- changelog	1 Jan 2004 23:38:14 -0000	1.1.1.1
+++ changelog	6 Jan 2004 11:47:26 -0000	1.2
@@ -1,3 +1,9 @@
+libhnj (0.1.1-1.pre2) unstable; urgency=low
+
+  * compile with sparc-linux-g{++,cc} on sparc 
+
+ -- Rene Engelhard <rene@debian.org>  Tue,  6 Jan 2004 12:38:55 +0100
+
 libhnj (0.1.1-1) unstable; urgency=low
 
   * Initial Release.



Reply to: