[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:30 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=0086581

The following commit has been merged in the master branch:
commit 0086581e621e690bbbf933169b7bb10f74caf14f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Jun 30 05:42:05 2004 +0000

    Include top_srcdir and removed /usr/local/include
---
 config.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk
index a9679c0..a451e03 100644
--- a/config.mk
+++ b/config.mk
@@ -20,7 +20,7 @@
 # 02111-1307, USA.
 #
 # File:      config.mk
-# Version:   $Name:  $ $Revision: 1.3 $
+# Version:   $Name:  $ $Revision: 1.4 $
 # Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
 # History:   10-Dec-03, ahu: created
 #
@@ -73,7 +73,7 @@ ARCHIVE_SUFFIX = .a
 
 # **********************************************************************
 # Global includes, libraries and defines
-INCS = -I. -I$(incdir) -I/usr/local/include
+INCS = -I. -I$(top_srcdir) -I$(incdir)
 LIBS = -L. -L$(libdir) -L/usr/local/lib
 DEFS = 
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list