From e39e89e48f8d6afd91566ac5e039e99545045a86 Mon Sep 17 00:00:00 2001 From: fourdan Date: Thu, 18 May 2006 11:18:01 +0000 Subject: Rework the Makefile for cleaner installation, redo the debian packaging administration files for better lib/dev files splitting, move the Ivy header files to a new Ivy/ subdir to avoid conflicts with other existing system headers (beware, that *will* break existing code that needs to look in the the new path for headers inclusion) --- debian/ivy-c-dev.dirs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/ivy-c-dev.dirs (limited to 'debian/ivy-c-dev.dirs') diff --git a/debian/ivy-c-dev.dirs b/debian/ivy-c-dev.dirs new file mode 100644 index 0000000..4cfc12a --- /dev/null +++ b/debian/ivy-c-dev.dirs @@ -0,0 +1,2 @@ +usr/X11R6/lib +usr/lib -- cgit v1.1 From 1f3c03814fc2939a234232229a7127cdc706c470 Mon Sep 17 00:00:00 2001 From: fourdan Date: Fri, 2 Jun 2006 07:41:56 +0000 Subject: Fix proper installation PATH, set PREFIX if not set. --- debian/ivy-c-dev.dirs | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/ivy-c-dev.dirs') diff --git a/debian/ivy-c-dev.dirs b/debian/ivy-c-dev.dirs index 4cfc12a..ad9ae40 100644 --- a/debian/ivy-c-dev.dirs +++ b/debian/ivy-c-dev.dirs @@ -1,2 +1,3 @@ +usr/include/Ivy usr/X11R6/lib usr/lib -- cgit v1.1 From f70181ffe0b37952384ff5e0ce0185541828014f Mon Sep 17 00:00:00 2001 From: fourdan Date: Fri, 12 Jan 2007 13:36:35 +0000 Subject: Update package for Debian Etch --- debian/ivy-c-dev.dirs | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/ivy-c-dev.dirs') diff --git a/debian/ivy-c-dev.dirs b/debian/ivy-c-dev.dirs index ad9ae40..db43e9f 100644 --- a/debian/ivy-c-dev.dirs +++ b/debian/ivy-c-dev.dirs @@ -1,3 +1,2 @@ usr/include/Ivy -usr/X11R6/lib usr/lib -- cgit v1.1