From a0bf06671eff4f02d9949a8401633738282fe0b7 Mon Sep 17 00:00:00 2001 From: fourdan Date: Tue, 13 Feb 2007 08:32:45 +0000 Subject: Update debian ChangeLog --- debian/changelog | 11 +++++++++++ debian/rules | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9430f61..8852b53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +ivy-c (3.9.2-1) unstable; urgency=low + + * Apply patch from Michel Estienne for Solaris, + * Change Makefile and debian rules build to be able to build on Sarge and + on Etch + * Use LDFLAGS in Makefile, use pkg-config if available to get X11 installation + path so that the Xt lib gets installed in the correct location even on newer + Xorg 7.x. + + -- Olivier Fourdan Mon, 12 Feb 2007 17:36:06 +0100 + ivy-c (3.9.1-2) unstable; urgency=low * Update package for Debian Etch diff --git a/debian/rules b/debian/rules index ccdbd89..e9a9d03 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ configure-stamp: build: build-stamp build-stamp: configure-stamp dh_testdir - cd src && $(MAKE) all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.4/) TCLLIB=$(-ltcl8.4) CFLAGS="-g -fPIC -D_REENTRANT" + cd src && $(MAKE) all MAJOR=$(MAJOR) MINOR=$(MINOR) TCLINC=$(-I/usr/include/tcl8.4/) TCLLIB=$(-ltcl8.4) CFLAGS="-g -fPIC -D_REENTRANT" LDFLAGS="-L/usr/X11R6/lib" touch build-stamp clean: -- cgit v1.1