[Pkg-clamav-commits] [SCM] non-free RAR support for ClamAV branch, debian/unstable, updated. 733baee86fab7368c610cf25df56d2259ca4c544
Michael Tautschnig
mt at debian.org
Fri Apr 16 19:16:16 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 733baee86fab7368c610cf25df56d2259ca4c544
Author: Michael Tautschnig <mt at debian.org>
Date: Fri Apr 16 21:12:31 2010 +0200
Added chmod a+x configure
- In fact, I somehow created a broken .orig.tar.gz that lacks all the top-level
files. Sorry.
Signed-off-by: Michael Tautschnig <mt at debian.org>
diff --git a/debian/changelog b/debian/changelog
index d7ddb21..bdf05a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libclamunrar (0.96-2) unstable; urgency=low
+
+ * Make configure executable (caused by buggy packaging)
+
+ -- Michael Tautschnig <mt at debian.org> Fri, 16 Apr 2010 21:12:18 +0200
+
libclamunrar (0.96-1) unstable; urgency=low
* New upstream version
diff --git a/debian/rules b/debian/rules
index 51a0b02..6339585 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,7 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
+ chmod a+x configure
./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --disable-clamav
--
non-free RAR support for ClamAV
More information about the Pkg-clamav-commits
mailing list