Package: neon27
Version: 0.28.6-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu karmic ubuntu-patch
Hi!
The neon package has a built-in testsuite that would be handy to run
during the build. I've attached a patch that enables this.
Thanks,
-Kees
--
Kees Cook @debian.org
diff -u neon27-0.28.2/debian/rules neon27-0.28.2/debian/rules
--- neon27-0.28.2/debian/rules
+++ neon27-0.28.2/debian/rules
@@ -41,6 +41,7 @@
build-openssl: ${BUILDDIR}/neon-openssl/config.status
dh_testdir
cd $(BUILDDIR)/neon-openssl/ && $(MAKE)
+ cd $(BUILDDIR)/neon-openssl/ && $(MAKE) check
touch build-openssl
@@ -53,6 +54,7 @@
sed -i "s/libneon\./libneon-gnutls\./g" \
neon-config neon.pc Makefile src/Makefile test/Makefile
cd $(BUILDDIR)/neon-gnutls/ && $(MAKE)
+ cd $(BUILDDIR)/neon-gnutls/ && $(MAKE) check
touch build-gnutls