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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:15 UTC 2017


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

The following commit has been merged in the master branch:
commit 7b34668853843ce85b2c74baef84cefa5751ee8b
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Sep 25 05:44:14 2005 +0000

    Minor changes
---
 README | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/README b/README
index 11da98d..61ab493 100644
--- a/README
+++ b/README
@@ -10,16 +10,16 @@ The homepage of Exiv2 is:
 
 See doc/ChangeLog for a description of recent changes to Exiv2.
 
-Point your browser to doc/index.html for the complete Exiv2
-documentation.
+Point your browser to doc/index.html for the complete Exiv2 API
+documentation and metadata tags.
 
 
 Building and Installing
 =======================
 
-Exiv2 comes with a GNU configure script. Run the following commands
-from the top directory (containing this file) to configure, build and
-install the library and utility:
+Exiv2 comes with a GNU configure script and uses GNU Libtool. Run the
+following commands from the top directory (containing this file) to
+configure, build and install the library and utility:
 
     $ ./configure
     $ make
@@ -64,12 +64,6 @@ or submit bug reports directly to the bug tracking system at
 Developing with Exiv2
 =====================
 
-Exiv2 uses GNU Libtool in order to build shared libraries on a variety
-of systems. While this is very nice for making usable binaries, it can
-be a pain when trying to debug a program. For that reason, compilation
-of shared libraries can be turned off by specifying the
---disable-shared option to the configure script.
-
 If you downloaded the software directly from the subversion
 repository, and you want to build it using the GNU configure script,
 then you need to have GNU autoconf installed on your system and create
@@ -77,5 +71,11 @@ the configure script as the first step:
 
     $ make config
 
-To generate the documentation, you will further need python, doxygen, 
-graphviz and xsltproc. 
+To generate the documentation ($ make doc), you will further need
+python, doxygen, graphviz and xsltproc.
+
+Exiv2 uses GNU Libtool in order to build shared libraries on a variety
+of systems. While this is very nice for making usable binaries, it can
+be a pain when trying to debug a program. For that reason, compilation
+of shared libraries can be turned off by specifying the
+--disable-shared option to the configure script.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list