From 5d630c2514e9b87b554c9b952bc06426baee0892 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 10 Jan 2021 01:16:26 +0000 Subject: [PATCH] Revert "debian/rules: Also clean the scstadmin/scstadmin soft link" Since the soft link scstadmin/scstadmin is under source control, do not remove it while removing build artefacts. See also commit b3435fbddadf ("debian/rules: Also clean the scstadmin/scstadmin soft link"). git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9330 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b7ca75918..3a0fa9f47 100755 --- a/debian/rules +++ b/debian/rules @@ -24,8 +24,7 @@ VERSION:=$(shell head -n1 debian/changelog | sed 's/.*(\([0-9.]*\).*).*/\1/') clean: dh_testdir && \ dh_prep -Xqla_isp/TAGS -Xdebian/changelog && \ - scripts/clean-source-tree -x debian/changelog && \ - rm -f scstadmin/scstadmin + scripts/clean-source-tree -x debian/changelog build: make 2release && \