diff --git a/debian/changelog b/debian/changelog index 1f45c5165..b39fa88c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 01 Nov 2011 10:52:25 -0400 diff --git a/debian/patches/no-testcert.patch b/debian/patches/no-testcert.patch new file mode 100644 index 000000000..27af82f0c --- /dev/null +++ b/debian/patches/no-testcert.patch @@ -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: diff --git a/debian/patches/series b/debian/patches/series index 7ef3c81d6..6b2a5790f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ fix_dnsclient.py.patch add_debian.py.patch include-stdint.patch no-arrows.patch +no-testcert.patch