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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:12 UTC 2017


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

The following commit has been merged in the master branch:
commit 501fadcdd65415b5eda88f738b249d8eb0d45c57
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Jul 2 14:33:30 2014 +0000

    svn_version handling dummy for MSVC (I'll deal with MSVC later).
---
 src/svn_version.sh | 2 +-
 src/version.hpp    | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/svn_version.sh b/src/svn_version.sh
index c0bd26a..26c9767 100755
--- a/src/svn_version.sh
+++ b/src/svn_version.sh
@@ -13,5 +13,5 @@ if [ ! -e svn_version.h ]; then
 	echo "#define SVN_VERSION $svn_version" > svn_version.h
 fi
 
-# That's All Folks!
+# That's all Folks!
 ##
diff --git a/src/version.hpp b/src/version.hpp
index 5cabde7..8ab16c8 100644
--- a/src/version.hpp
+++ b/src/version.hpp
@@ -37,7 +37,12 @@
 // + standard includes
 #include <string>
 
+// svn version has not been implemented yet for DevStudio
+#if     defined(_MSC_VER)
+#define SVN_VERSION 0
+#else
 #include "svn_version.h"
+#endif
 
 /*!
   @brief %Exiv2 MAJOR version number of the library used at compile-time.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list