Skip to content
Snippets Groups Projects
Commit c4e91bc3 authored by Jeremiah Foster's avatar Jeremiah Foster :zap:
Browse files

Uncommenting rules/clean:: and --not-automatic-dbgsym

parent 6f2dbe55
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment