From eda9c57a628ebf1083f87789842d5403c6e05122 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 1 Apr 2020 16:57:33 -0400 Subject: [PATCH] remove genmkfile --- Makefile | 18 ------------------ debian/control | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 80c52f4..0000000 --- a/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/make -f - -## Copyright (C) 2012 - 2020 ENCRYPTED SUPPORT LP -## See the file COPYING for copying conditions. - -## genmkfile - Makefile - version 1.5 - -## This is a copy. -## master location: -## https://github.com/Whonix/genmkfile/blob/master/usr/share/genmkfile/Makefile - -GENMKFILE_PATH ?= /usr/share/genmkfile -GENMKFILE_ROOT_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) - -export GENMKFILE_PATH -export GENMKFILE_ROOT_DIR - -include $(GENMKFILE_PATH)/makefile-full diff --git a/debian/control b/debian/control index 29efff3..952dbc4 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Source: security-misc Section: misc Priority: optional Maintainer: Patrick Schleizer -Build-Depends: debhelper (>= 12), genmkfile, config-package-dev, dh-apparmor, +Build-Depends: debhelper (>= 12), config-package-dev, dh-apparmor, ronn Homepage: https://github.com/Whonix/security-misc Vcs-Browser: https://github.com/Whonix/security-misc