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


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

The following commit has been merged in the master branch:
commit 04e15e7814a10038c21bbbe3a51f30dae2c3e946
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Dec 25 17:10:46 2014 +0000

    trunk: fixes to syncing the eps files (this isn't finished, the jenkins svn plugin uses svn 1.7 grrrrrrr).
---
 config/Makefile.in | 1 +
 jenkins_build.sh   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/config/Makefile.in b/config/Makefile.in
index 20dfddd..1926a38 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -71,6 +71,7 @@ samples: config/config.mk
 	cd samples && $(MAKE) $(MAKECMDGOALS)
 
 tests:
+	cd test && $(MAKE) teste && cd ..
 	cd test && $(MAKE) test
 
 teste testx testv:
diff --git a/jenkins_build.sh b/jenkins_build.sh
index e6b9b7c..6ee9a2e 100755
--- a/jenkins_build.sh
+++ b/jenkins_build.sh
@@ -122,6 +122,7 @@ if [ -e config/config.mk ]; then
        mkdir bin
     fi
     make distclean
+    if [ -e test/data/eps ]; then rm -rf test/data/eps ; fi
 fi
 
 ##

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list