summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourdan2007-01-12 14:05:52 +0000
committerfourdan2007-01-12 14:05:52 +0000
commite4ecc5d4cbb248914a2f0f9a94f568a55b097c58 (patch)
treeeec9a6e1514c3cdf8b64043bacc3767c89ec6220
parentce1e8e3bd0b56e38fcf8a18e08d12ed412685d4b (diff)
downloadivy-cplusplus-e4ecc5d4cbb248914a2f0f9a94f568a55b097c58.zip
ivy-cplusplus-e4ecc5d4cbb248914a2f0f9a94f568a55b097c58.tar.gz
ivy-cplusplus-e4ecc5d4cbb248914a2f0f9a94f568a55b097c58.tar.bz2
ivy-cplusplus-e4ecc5d4cbb248914a2f0f9a94f568a55b097c58.tar.xz
Update package for Debian Etch
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
3 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 003b91d..a8fe677 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ifeq ($(os),Darwin)
else
PERHAPS64 := $(shell uname --machine | perl -ne "print /64/ ? '64' : '';")
LIB:= lib$(PERHAPS64)
- XTLIB = -L/usr/X11R6/$(LIB)
+ XTLIB = -L/usr/$(LIB) -L/usr/X11R6/$(LIB)
CPPFLAGS = -MMD -I/usr/X11R6/include
DSO_EXT = .so
LD = g++ -shared -fPIC
diff --git a/debian/changelog b/debian/changelog
index 98ef73f..4493116 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivy-cpp (1.0-6) unstable; urgency=low
+
+ * Update package for Debian Etch
+
+ -- Olivier Fourdan <fourdan@cena.fr> Fri, 12 Jan 2007 15:05:36 +0100
+
ivy-cpp (1.0-5) unstable; urgency=low
* New build.
diff --git a/debian/control b/debian/control
index 80db993..2154de3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ivy-cpp
Priority: extra
Section: devel
Maintainer: Alexandre Bustico <alexandre.bustico@cena.fr>
-Build-Depends: debhelper (>> 4.0.0), libc6-dev, xlibs-dev | libx11-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev | mesa-common-dev, libpcre3-dev, xlibs-static-dev | libxxf86vm-dev
+Build-Depends: debhelper (>> 4.0.0), libc6-dev, libc6-dev, xlibs-dev | libx11-dev | xorg-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev | mesa-common-dev, libpcre3-dev, xlibs-static-dev | libxxf86vm-dev, glfw
Standards-Version: 3.6.1
Package: ivy-cpp-dev