File: 30-skip-tests-at-dh-build.patch

package info (click to toggle)
nethogs 0.8.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,640 kB
  • sloc: cpp: 2,706; ansic: 317; python: 134; makefile: 76; sh: 69
file content (17 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: POC skip tests at dh_auto_build
Author: Samuel Henrique <samueloph@debian.org>
Forwarded: not-needed
Last-Update: 2021-12-25
Index: nethogs/Makefile
===================================================================
--- nethogs.orig/Makefile
+++ nethogs/Makefile
@@ -3,7 +3,7 @@ export VERSION := $(shell ./determineVer
 #export PREFIX := /usr
 export PREFIX ?= /usr/local
 
-all: decpcap_test test nethogs
+all: nethogs
 
 .PHONY: tgz release check install install_lib install_dev uninstall uninstall_lib nethogs libnethogs decpcap_test test clean all
 tgz: clean