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


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

The following commit has been merged in the master branch:
commit 300ce827665b064a46535c00c1c1c156e110ec28
Author: Robin Mills <robin at clanmills.com>
Date:   Tue Feb 24 16:50:40 2015 +0000

    src/svn_version.sh - remove undesired output
---
 src/svn_version.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/svn_version.sh b/src/svn_version.sh
index 4b6021d..ff962e9 100755
--- a/src/svn_version.sh
+++ b/src/svn_version.sh
@@ -10,7 +10,7 @@ s=$?
 
 ##
 # from Jenkins, svn is almost always a disaster because
-# Jenkins SVN Jenkins is 1.7 and the build machine is normally at least 1.8
+# Jenkins SVN Plugin is 1.7 and the build machine is normally at least 1.8
 if [ "$s" == "0" ]; then
 	svn_version=$(svn info .. | grep ^Revision | cut -f 2 -d' ')
     if [ -z "$svn_version"   ]; then svn_version=0 ; fi
@@ -20,7 +20,7 @@ fi
 
 ##
 # report svn_version to output
-set | grep svn_version
+set | grep svn_version | grep -v -e BASH | grep -v -e $svn_version_h
 
 ##
 # sniff svn_version in svn_version.h and delete the file if incorrect

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list