[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:19 UTC 2017


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

The following commit has been merged in the master branch:
commit d6bd8aedee7ce841512970582bd578d98e0db622
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon May 10 13:19:47 2004 +0000

    Added install-sh and mkinstalldirs, cleanup
---
 config.mk | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/config.mk b/config.mk
index 6ac13dd..a9679c0 100644
--- a/config.mk
+++ b/config.mk
@@ -20,7 +20,7 @@
 # 02111-1307, USA.
 #
 # File:      config.mk
-# Version:   $Name:  $ $Revision: 1.2 $
+# Version:   $Name:  $ $Revision: 1.3 $
 # Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
 # History:   10-Dec-03, ahu: created
 #
@@ -85,9 +85,10 @@ ARFLAGS = rcuv
 
 # **********************************************************************
 # Installation programs
-INSTALL_EXE = /usr/bin/install
-INSTALL_PROGRAM = $(INSTALL_EXE) -c -p
-INSTALL_DATA = $(INSTALL_EXE) -c -m 644 -p
+INSTALL_EXE = $(top_srcdir)/install-sh
+INSTALL_PROGRAM = $(INSTALL_EXE) -c
+INSTALL_DATA = $(INSTALL_EXE) -c -m 644
+INSTALL_DIRS = $(top_srcdir)/mkinstalldirs
 
 # **********************************************************************
 # Other programs
@@ -96,8 +97,7 @@ RM = @rm -vf
 # **********************************************************************
 # Directories
 prefix = ..
-#exec_prefix = ${prefix}
-exec_prefix = ~
+exec_prefix = /usr/local
 
 # Source directory
 srcdir = .
@@ -105,11 +105,4 @@ srcdir = .
 # Installation directories
 bindir = ${exec_prefix}/bin
 incdir = ${exec_prefix}/include
-idldir = ${exec_prefix}/idl
 libdir = ${exec_prefix}/lib
-mandir = ${prefix}/man
-man1dir = $(mandir)/man1
-man1ext = 1
-man3dir = $(mandir)/man3
-man3ext = 3
-datadir = ${prefix}/share

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list