File: remove-upstream-debian-directory-setting.patch

package info (click to toggle)
ed2k-hash 0.4.0%2Bds-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 864 kB
  • sloc: cpp: 1,259; ansic: 1,110; sh: 878; makefile: 49
file content (46 lines) | stat: -rw-r--r-- 1,159 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
36
37
38
39
40
41
42
43
44
45
46
Description: remove upstream debian directory setting
Author: =?utf-8?b?IlNaIExpbiAo5p6X5LiK5pm6KSI=?= <szlin@debian.org>
Forwarded: not-needed
Last-Update: 2018-09-12

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

diff --git a/Makefile.am b/Makefile.am
index 82ab308..faa7fc3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = ed2k_hash debian
+SUBDIRS = ed2k_hash
 
 EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO 
 
diff --git a/Makefile.in b/Makefile.in
index 9bd8854..fd9c0bf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -111,7 +111,7 @@ sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-SUBDIRS = ed2k_hash debian
+SUBDIRS = ed2k_hash
 
 EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO 
 subdir = .
diff --git a/configure.ac b/configure.ac
index 0126a64..18332ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,6 @@ dnl ===========================
 
 AC_OUTPUT([
 ./Makefile
-debian/Makefile
 ed2k_hash/Makefile
 ed2k_hash/docs/Makefile
 ed2k_hash/docs/en/Makefile