File: do_not_handle_python_by_upstream_build_system.patch

package info (click to toggle)
gubbins 3.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,008 kB
  • sloc: python: 5,347; ansic: 5,080; sh: 242; makefile: 130; cpp: 27
file content (14 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Tille <tille@debian.org>
Last-Update: 2015-11-19
Description: Installation for Python files does not work that
 way and this is done manually in debian/rules

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 EXTRA_DIST=debian/* tests/*.h tests/data/*
-SUBDIRS=src release python
+SUBDIRS=src release
 ACLOCAL_AMFLAGS=-I m4
 CFLAGS := -std=gnu99
 # include "check-code-coverage" rule