File: make_testable.patch

package info (click to toggle)
cram 0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 336 kB
  • sloc: python: 908; makefile: 50; sh: 20
file content (19 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: change Makefile variables overridable
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Forwarded: no
Last-Update: 2016-03-04

---

--- cram-0.7.orig/Makefile
+++ cram-0.7/Makefile
@@ -1,7 +1,7 @@
-COVERAGE=coverage
+COVERAGE?=python-coverage
 PREFIX=/usr/local
 export PREFIX
-PYTHON=python
+PYTHON?=python
 
 all: build