File: Don-t-use-debian-in-autoconf.patch

package info (click to toggle)
swarp 2.41.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,976 kB
  • sloc: ansic: 20,499; sh: 1,074; makefile: 78
file content (35 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (2)
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
35
From: Ole Streicher <olebole@debian.org>
Date: Sun, 2 Aug 2020 16:02:07 +0200
Subject: Don't use debian/ in autoconf

---
 Makefile.am  | 2 +-
 configure.ac | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7bec645..f80373f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,7 @@
 
 ACLOCAL_AMFLAGS		= -I m4
 AUTOMAKE_OPTIONS	= foreign no-dependencies
-SUBDIRS			= src man doc debian
+SUBDIRS			= src man doc
 dist_pkgdata_DATA	= xsl/swarp.xsl
 EXTRA_DIST		= autogen.sh AUTHORS BUGS ChangeLog COPYRIGHT \
 			  HISTORY INSTALL LICENSE README.md THANKS
diff --git a/configure.ac b/configure.ac
index eb2efcc..c94982e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,8 +240,6 @@ AC_MSG_RESULT([***************************************************************])
 AC_CONFIG_FILES([
 Makefile
 swarp.spec
-debian/Makefile
-debian/changelog
 doc/Makefile
 doc/src/conf.py
 man/Makefile