mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add no-testcert.patch to not fail make-testcert.
This commit is contained in:
parent
9fddc744fa
commit
ec04537237
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -14,6 +14,7 @@ freeipa (2.1.3-1) UNRELEASED; urgency=low
|
|||||||
* Add add_debian.py.patch, platform support code.
|
* Add add_debian.py.patch, platform support code.
|
||||||
* Add include-stdint.patch from upstream to fix build errors.
|
* Add include-stdint.patch from upstream to fix build errors.
|
||||||
* Add no-arrows.patch to not fail test_lang.
|
* 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
|
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 01 Nov 2011 10:52:25 -0400
|
||||||
|
|
||||||
|
13
debian/patches/no-testcert.patch
vendored
Normal file
13
debian/patches/no-testcert.patch
vendored
Normal 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:
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -4,3 +4,4 @@ fix_dnsclient.py.patch
|
|||||||
add_debian.py.patch
|
add_debian.py.patch
|
||||||
include-stdint.patch
|
include-stdint.patch
|
||||||
no-arrows.patch
|
no-arrows.patch
|
||||||
|
no-testcert.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user