[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 00:54:20 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit d236bc985fd95927ef6e8c18b05247c4fa5c3eab
Author: Török Edvin <edwin at clamav.net>
Date:   Tue Jun 30 17:05:20 2009 +0300

    fix version number for exported repositories.

diff --git a/libclamav/Makefile.am b/libclamav/Makefile.am
index 73e4989..6fc8690 100644
--- a/libclamav/Makefile.am
+++ b/libclamav/Makefile.am
@@ -310,7 +310,7 @@ version.h.tmp:
 	REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null)";\
 	if test $$? -ne 0; then\
 	   REVISION="r$$(LANG=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)";\
-	   if test "$$REVISION" = "exported"; then\
+	   if test "$$REVISION" = "rexported"; then\
 	    REVISION="";\
 	   fi;\
 	fi;\
diff --git a/libclamav/Makefile.in b/libclamav/Makefile.in
index ebeb602..98c3e06 100644
--- a/libclamav/Makefile.in
+++ b/libclamav/Makefile.in
@@ -1757,7 +1757,7 @@ version.h.tmp:
 	REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null)";\
 	if test $$? -ne 0; then\
 	   REVISION="r$$(LANG=C svnversion "$(top_srcdir)" 2>/dev/null || echo exported)";\
-	   if test "$$REVISION" = "exported"; then\
+	   if test "$$REVISION" = "rexported"; then\
 	    REVISION="";\
 	   fi;\
 	fi;\

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list