You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.6 KiB
40 lines
1.6 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../heimdal/heimdal-1.3.3-no-hcrypto-manpages.diff |
|
# Copyright (C) 2012 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
Do not install hcrypto related manpages |
|
|
|
--- heimdal-1.3.3/doc/Makefile.am.orig 2012-07-23 21:07:19.812569337 +0200 |
|
+++ heimdal-1.3.3/doc/Makefile.am 2012-07-23 21:09:12.969864233 +0200 |
|
@@ -57,7 +57,7 @@ |
|
chmod +x vars.texi.tmp |
|
mv vars.texi.tmp vars.texi |
|
|
|
-PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind |
|
+PROJECTS = hdb hx509 gssapi krb5 ntlm wind |
|
|
|
doxyout doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy |
|
@find $(srcdir)/doxyout -type d ! -perm -200 -exec chmod u+w {} ';' ; \ |
|
--- heimdal-1.3.3/doc/Makefile.in.orig 2012-07-23 21:07:23.512938829 +0200 |
|
+++ heimdal-1.3.3/doc/Makefile.in 2012-07-23 21:08:39.981947266 +0200 |
|
@@ -373,7 +373,7 @@ |
|
texi_subst = sed -e 's,[@]dbdir[@],$(localstatedir),g' \ |
|
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' |
|
|
|
-PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind |
|
+PROJECTS = hdb hx509 gssapi krb5 ntlm wind |
|
heimdal_TEXINFOS = \ |
|
ack.texi \ |
|
apps.texi \
|
|
|