summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourdan2007-02-13 08:32:45 +0000
committerfourdan2007-02-13 08:32:45 +0000
commita0bf06671eff4f02d9949a8401633738282fe0b7 (patch)
treeafa10eb25a87c637382d60a5fa61774aaa42bb20
parent02c687b22dfc6192fb1333787543db4f64519295 (diff)
downloadivy-c-a0bf06671eff4f02d9949a8401633738282fe0b7.zip
ivy-c-a0bf06671eff4f02d9949a8401633738282fe0b7.tar.gz
ivy-c-a0bf06671eff4f02d9949a8401633738282fe0b7.tar.bz2
ivy-c-a0bf06671eff4f02d9949a8401633738282fe0b7.tar.xz
Update debian ChangeLog
-rw-r--r--debian/changelog11
-rwxr-xr-xdebian/rules2
2 files changed, 12 insertions, 1 deletions
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 <estienne@cena.fr> 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 <fourdan@cena.fr> 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: