[Forensics-changes] [yara] 114/415: Changes in revision control
    Hilko Bengen 
    bengen at moszumanska.debian.org
       
    Thu Apr  3 05:42:52 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch debian
in repository yara.
commit a337d3f0c6bb023309dd4638578c5b3d95ab7663
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu Aug 4 11:27:57 2011 +0000
    Changes in revision control
---
 REVISION     | 1 +
 configure    | 3 +--
 configure.ac | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/REVISION b/REVISION
new file mode 100644
index 0000000..5364121
--- /dev/null
+++ b/REVISION
@@ -0,0 +1 @@
+#define REVISION "129"
diff --git a/configure b/configure
index d574b42..113fcf9 100755
--- a/configure
+++ b/configure
@@ -3919,14 +3919,13 @@ ac_config_files="$ac_config_files Makefile"
 subdirs="$subdirs libyara"
 
 
-REVISION=`svnversion $srcdir`
+REVISION=`svnversion $srcdir | sed 's/[A-Z]//g'`
 which svnversion > /dev/null; \
 if test $? -ne 0  || test "x$REVISION" = "xexported"
   then REVISION=`cat $srcdir/REVISION`
   else echo "#define REVISION \"$REVISION\"">$srcdir/REVISION
 fi
 
-
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
diff --git a/configure.ac b/configure.ac
index d7ffc0e..3706228 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,12 +19,11 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile])
 AC_CONFIG_SUBDIRS([libyara])
 
-REVISION=`svnversion $srcdir`
+REVISION=`svnversion $srcdir | sed 's/[[A-Z]]//g'`
 which svnversion > /dev/null; \
 if test $? -ne 0  || test "x$REVISION" = "xexported"
   then REVISION=`cat $srcdir/REVISION`
   else echo "#define REVISION \"$REVISION\"">$srcdir/REVISION
 fi
 AC_SUBST(REVISION)
-
 AC_OUTPUT
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
    
    
More information about the forensics-changes
mailing list