File: do_not_handle_python_by_upstream_build_system.patch

package info (click to toggle)
gubbins 3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,940 kB
  • sloc: ansic: 5,069; python: 4,964; sh: 236; makefile: 133; cpp: 27
file content (14 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
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