[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6166-gcd2c328
Stephen Gran
steve at lobefin.net
Sun Apr 11 22:04:15 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit e2abe78bef45e5e2f404512bcf095f7df1142240
Author: Stephen Gran <steve at lobefin.net>
Date: Sun Apr 11 19:39:17 2010 +0100
pull newer split-tarball.sh
Signed-off-by: Stephen Gran <steve at lobefin.net>
diff --git a/contrib/split-tarball.sh b/contrib/split-tarball.sh
index 9e2457c..9fcf6f5 100755
--- a/contrib/split-tarball.sh
+++ b/contrib/split-tarball.sh
@@ -32,15 +32,26 @@ mv libclamunrar $UNRARDIR
cp -R m4/ $UNRARDIR
cp -R config/ $UNRARDIR
cp configure.in $UNRARDIR
+cp platform.h.in $UNRARDIR
cp COPYING{,.unrar,.LGPL} $UNRARDIR
cd ../
tar -czf $DFSGPKG clamav-$2+dfsg/
cd $UNRARDIR
echo "Preparing unrar package"
+# The sed sorcery below makes sure that the AC_OUTPUT in the unrar package looks
+# like:
+# AC_OUTPUT([
+# libclamunrar_iface/Makefile
+# Makefile
+# platform.h
+# ])
+# It also removes ltdl, and renames the AC_CONFIG_SRCDIR parameter to an
+# existing file.
sed -i '/AC_OUTPUT/,/])/ {
-/^AC_OUTPUT/p
-s/^libclamav\/Makefile/libclamunrar_iface\/Makefile/p
+/^AC_OUTPUT(\[$/p
+s/^clamscan\/Makefile/libclamunrar_iface\/Makefile/p
/^Makefile/p
+/^platform.h/p
/^])/p
d
}
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list