File: remove_debian_directory_from_automake_files.patch

package info (click to toggle)
netrik 1.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 3,272 kB
  • ctags: 729
  • sloc: ansic: 6,657; sh: 994; makefile: 114
file content (23 lines) | stat: -rw-r--r-- 757 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
Description: Don't require debian/Makefile.{am,in} to exist
Author: Axel Beckert <abe@debian.org>

Index: netrik/Makefile.am
===================================================================
--- netrik.orig/Makefile.am	2015-11-30 22:42:18.000000000 +0100
+++ netrik/Makefile.am	2015-11-30 22:43:15.000000000 +0100
@@ -1,4 +1,4 @@
-SUBDIRS = doc debian
+SUBDIRS = doc
 
 AUTOMAKE_OPTIONS = foreign
 
Index: netrik/configure.ac
===================================================================
--- netrik.orig/configure.ac	2015-11-30 22:06:27.918948062 +0100
+++ netrik/configure.ac	2015-11-30 22:45:26.146132900 +0100
@@ -109,4 +109,4 @@
 esac
 
 dnl generate Makefiles
-AC_OUTPUT(Makefile doc/Makefile debian/Makefile)
+AC_OUTPUT(Makefile doc/Makefile)