Add no-testcert.patch to not fail make-testcert.

This commit is contained in:
Timo Aaltonen 2011-11-01 11:48:27 -04:00
parent 9fddc744fa
commit ec04537237
3 changed files with 15 additions and 0 deletions

1
debian/changelog vendored
View File

@ -14,6 +14,7 @@ freeipa (2.1.3-1) UNRELEASED; urgency=low
* Add add_debian.py.patch, platform support code.
* Add include-stdint.patch from upstream to fix build errors.
* Add no-arrows.patch to not fail test_lang.
* Add no-testcert.patch to not fail make-testcert.
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 01 Nov 2011 10:52:25 -0400

13
debian/patches/no-testcert.patch vendored Normal file
View File

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 9d88025..9d1cbb5 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ lint:
test:
$(MAKE) -C install/po test_lang
- ./make-testcert
+# ./make-testcert
./make-test
release-update:

View File

@ -4,3 +4,4 @@ fix_dnsclient.py.patch
add_debian.py.patch
include-stdint.patch
no-arrows.patch
no-testcert.patch