File: 01-no_Makefiles_in_debian_dir.patch

package info (click to toggle)
codeblocks 25.03%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 93,984 kB
  • sloc: cpp: 695,462; xml: 32,163; ansic: 28,821; sh: 12,117; makefile: 9,126; asm: 3,827; python: 2,289; f90: 1,619; perl: 261; sed: 16; java: 4
file content (24 lines) | stat: -rw-r--r-- 645 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
From: =?utf-8?q?Cosme_Dom=C3=ADnguez?= <cosme.ddiaz@gmail.com>
Date: Mon, 28 Oct 2019 15:00:00 -1000
Subject: we don't want Makefiles, in debian directory,
 linked to build system of upstream tarball

Forwarded: no
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0e2c886..c0da25c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,8 +26,7 @@ EXTRA_DIST = bootstrap \
 		$(srcdir)/update* \
 		ChangeLog.xsl \
 		codeblocks.appdata.xml \
-		codeblocks-contrib.metainfo.xml \
-		debian
+		codeblocks-contrib.metainfo.xml
 
 clean-zipfiles:
 	find . -name "*.zip" | xargs rm -f