File: 01-no_Makefiles_in_debian_dir.patch

package info (click to toggle)
codeblocks 16.01%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 85,352 kB
  • sloc: cpp: 665,947; ansic: 48,306; sh: 32,198; xml: 29,690; makefile: 6,054; asm: 3,827; python: 3,251; f90: 1,202; pascal: 839; yacc: 291; perl: 261; sed: 16
file content (16 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Cosme Domínguez <cosme.ddiaz@gmail.com>
Subject: we don't want Makefiles, in debian directory, linked to build system of upstream tarball
Forwarded: no

--- a/Makefile.am
+++ b/Makefile.am
@@ -20,8 +20,7 @@
 		BUILD \
 		COMPILERS \
 		$(srcdir)/update* \
-		ChangeLog.xsl \
-		debian
+		ChangeLog.xsl
 
 clean-zipfiles:
 	find . -name "*.zip" | xargs rm -f