[med-svn] [Git][med-team/seqan-raptor][master] d/rules: better clean up after ourselves.
    Michael R. Crusoe (@crusoe) 
    gitlab at salsa.debian.org
       
    Fri Aug 25 14:39:31 BST 2023
    
    
  
Michael R. Crusoe pushed to branch master at Debian Med / seqan-raptor
Commits:
0e68cccb by Michael R. Crusoe at 2023-08-25T15:37:12+02:00
d/rules: better clean up after ourselves.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ seqan-raptor (3.0.1+ds-4) UNRELEASED; urgency=medium
 
   * d/tests/*: added post-install running of the CLI tests againsted the
     installed binary.
+  * d/rules: better clean up after ourselves.
 
  -- Michael R. Crusoe <crusoe at debian.org>  Fri, 25 Aug 2023 13:59:55 +0200
 
=====================================
debian/rules
=====================================
@@ -72,5 +72,19 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
 	dh_auto_install --indep --builddir doc_build
 endif
 
+override_dh_auto_clean-arch:
+	dh_auto_clean
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
+	dh_auto_clean --sourcedirectory=test/unit --builddirectory build_unit
+	#dh_auto_clean --sourcedirectory=test/performance --builddirectory build_performance
+	#dh_auto_clean --sourcedirectory=test/header --builddirectory build_header
+	dh_auto_clean --sourcedirectory=test/snippet --builddirectory build_snippet
+endif
+
+override_dh_auto_clean-indep:
+ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
+	dh_auto_clean --indep --builddir doc_build
+endif
+
 override_dh_missing:
 	dh_missing --list-missing
View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/commit/0e68cccb5f6a8b30553165c4c42aa110acb519ee
-- 
View it on GitLab: https://salsa.debian.org/med-team/seqan-raptor/-/commit/0e68cccb5f6a8b30553165c4c42aa110acb519ee
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230825/4119da10/attachment-0001.htm>
    
    
More information about the debian-med-commit
mailing list