File: skip-rfc-subdir.patch

package info (click to toggle)
dovecot 1%3A2.4.1%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 46,224 kB
  • sloc: ansic: 596,204; makefile: 7,825; sh: 6,005; cpp: 1,866; perl: 487; yacc: 412; lex: 320; python: 253; xml: 232
file content (34 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From: Noah Meyerhans <noahm@debian.org>
Date: Thu, 21 May 2020 21:48:59 -0700
Subject: Don't try to build doc/rfc subdir components
Forwarded: not-needed
---
 pigeonhole/configure.ac    | 1 -
 pigeonhole/doc/Makefile.am | 1 -
 pigeonhole/doc/Makefile.in | 1 -
 3 files changed, 3 deletions(-)

Index: dovecot/pigeonhole/configure.ac
===================================================================
--- dovecot.orig/pigeonhole/configure.ac
+++ dovecot/pigeonhole/configure.ac
@@ -258,7 +258,6 @@ doc/Makefile
 doc/man/Makefile
 doc/example-config/Makefile
 doc/example-config/conf.d/Makefile
-doc/rfc/Makefile
 doc/extensions/Makefile
 doc/locations/Makefile
 doc/plugins/Makefile
Index: dovecot/pigeonhole/doc/Makefile.am
===================================================================
--- dovecot.orig/pigeonhole/doc/Makefile.am
+++ dovecot/pigeonhole/doc/Makefile.am
@@ -1,7 +1,6 @@
 SUBDIRS = \
 	man \
 	example-config \
-	rfc \
 	extensions \
 	locations \
 	plugins