[Pkg-voip-commits] r3551 - wengophone/trunk/debian/patches/debian

mnencia at alioth.debian.org mnencia at alioth.debian.org
Mon May 14 15:22:12 UTC 2007


Author: mnencia
Date: 2007-05-14 15:22:11 +0000 (Mon, 14 May 2007)
New Revision: 3551

Modified:
   wengophone/trunk/debian/patches/debian/cmake-svnrelease-from-debian-changelog.patch
Log:
Corrected cmake-svnrelease-from-debian-changelog syntax to make cmake glad


Modified: wengophone/trunk/debian/patches/debian/cmake-svnrelease-from-debian-changelog.patch
===================================================================
--- wengophone/trunk/debian/patches/debian/cmake-svnrelease-from-debian-changelog.patch	2007-05-14 13:29:29 UTC (rev 3550)
+++ wengophone/trunk/debian/patches/debian/cmake-svnrelease-from-debian-changelog.patch	2007-05-14 15:22:11 UTC (rev 3551)
@@ -1,7 +1,7 @@
 Index: wengophone-2.1.0~rc2-svn10386/owbuild/owbuild/OWGetSvnRevision.cmake
 ===================================================================
 --- wengophone-2.1.0~rc2-svn10386.orig/owbuild/owbuild/OWGetSvnRevision.cmake	2007-05-13 11:23:24.000000000 +0200
-+++ wengophone-2.1.0~rc2-svn10386/owbuild/owbuild/OWGetSvnRevision.cmake	2007-05-13 12:10:33.000000000 +0200
++++ wengophone-2.1.0~rc2-svn10386/owbuild/owbuild/OWGetSvnRevision.cmake	2007-05-14 17:19:00.000000000 +0200
 @@ -53,7 +53,32 @@
  			set(${revision} 0)
  		endif (SVN_REVISION_RESULT_VARIABLE EQUAL 0)
@@ -18,7 +18,7 @@
 +			message("-- Generating subversion revison using debian/changelog")
 +				execute_process(
 +					COMMAND
-+						/usr/bin/perl -e '$_=<>;$_=~/^.*svn(.*?)-.*$/;print $1' ${DEBIAN_CHANGELOG}
++						/usr/bin/perl -e "\$_=<>;\$_=~/^.*svn\(.*?\)-.*\$/;print \$1" ${DEBIAN_CHANGELOG}
 +					RESULT_VARIABLE
 +						SVN_REVISION_RESULT_VARIABLE
 +					OUTPUT_VARIABLE




More information about the Pkg-voip-commits mailing list