summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-30 13:53:16 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-30 13:53:16 -0400
commit634965e7c1d3c3a96962aeccd25ae85584a5a2c0 (patch)
tree98aa53007782780ede6514d1ed009a62dae4f757 /debian/rules
parentdpkg-buildpackages fixes (diff)
downloadstackrpms-acer-chromebook-634965e7c1d3c3a96962aeccd25ae85584a5a2c0.tar.gz
stackrpms-acer-chromebook-634965e7c1d3c3a96962aeccd25ae85584a5a2c0.tar.bz2
stackrpms-acer-chromebook-634965e7c1d3c3a96962aeccd25ae85584a5a2c0.zip
deb should be ready now
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 92debe2..45b851e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,5 @@ override_dh_gencontrol:
make -C src deplist DISTRO=devuan DEPTYPE=dep SEPARATOR=',' | grep -vE 'make\[[0-9]' >> debian/${APPNAME}.substvars
dh_gencontrol
+execute_after_dh_auto_clean:
+ rm -f debian/*.substvars || :
bgstack15