From c4e91bc3c0ee8b5217ad4a1400b0094309590188 Mon Sep 17 00:00:00 2001
From: "Jeremiah C. Foster" <jeremiah.foster@puri.sm>
Date: Thu, 11 Jun 2020 20:27:35 -0400
Subject: [PATCH] Uncommenting rules/clean:: and --not-automatic-dbgsym

---
 debian/rules | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 60363b17..b6a1bfc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ LDFLAGS += "-Wl,--as-needed"
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DH_VERBOSE = 1
 export BUILD=
+export VERSION = 1.2-3
 
 %:
 	dh $@
@@ -25,7 +26,7 @@ override_dh_auto_install:
 	dh_auto_install -Smeson
 
 # avoid NEW queue in PureOS
-# export DH_OPTIONS += --no-automatic-dbgsym
+export DH_OPTIONS += --no-automatic-dbgsym
 
 # DEB_MAKE_INSTALL_TARGET := install PREFIX=$(CURDIR)/debian/flashrom/usr
 
@@ -34,8 +35,8 @@ override_dh_auto_install:
 # 	@# Copy udev rules file into debian/ so that dh_installudev finds it.
 # 	cp util/z60_flashrom.rules debian/flashrom.udev
 
-# clean::
-# 	rm -f .dependencies .features .libdeps
-# 	rm -f debian/flashrom.udev
+clean::
+	rm -f .dependencies .features .libdeps
+	rm -f debian/flashrom.udev
 
 # common-binary-post-install-arch:: list-missing
-- 
GitLab