[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:25 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=0f01822
The following commit has been merged in the master branch:
commit 0f01822264efc91811ac90db87a08523b91b3849
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sun May 10 09:30:46 2015 +0000
Moved internal headers into the src/ directory. Only published headers remain in include/exiv2/.
---
{include/exiv2 => src}/actions.hpp | 2 +-
{include/exiv2 => src}/getopt_win32.h | 0
{include/exiv2 => src}/i18n.h | 0
{include/exiv2 => src}/private.h | 0
{include/exiv2 => src}/timegm.h | 0
{include/exiv2 => src}/tzfile.h | 0
6 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exiv2/actions.hpp b/src/actions.hpp
similarity index 99%
copy from include/exiv2/actions.hpp
copy to src/actions.hpp
index b9785ef..747d31e 100644
--- a/include/exiv2/actions.hpp
+++ b/src/actions.hpp
@@ -181,7 +181,7 @@ namespace Action {
//! Print the label for a summary line
void printLabel(const std::string& label) const;
//! Print image Structure information
- int printStructure(std::ostream& out,Exiv2::printStructureOption_e option);
+ int printStructure(std::ostream& out, Exiv2::PrintStructureOption option);
/*!
@brief Print one summary line with a label (if provided) and requested
data. A line break is printed only if a label is provided.
diff --git a/include/exiv2/getopt_win32.h b/src/getopt_win32.h
similarity index 100%
copy from include/exiv2/getopt_win32.h
copy to src/getopt_win32.h
diff --git a/include/exiv2/i18n.h b/src/i18n.h
similarity index 100%
copy from include/exiv2/i18n.h
copy to src/i18n.h
diff --git a/include/exiv2/private.h b/src/private.h
similarity index 100%
copy from include/exiv2/private.h
copy to src/private.h
diff --git a/include/exiv2/timegm.h b/src/timegm.h
similarity index 100%
copy from include/exiv2/timegm.h
copy to src/timegm.h
diff --git a/include/exiv2/tzfile.h b/src/tzfile.h
similarity index 100%
copy from include/exiv2/tzfile.h
copy to src/tzfile.h
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list