Michael R. Crusoe pushed to branch master at Debian Med / seqan-raptor


Commits:
c66eaa9a by Michael R. Crusoe at 2023-07-13T12:53:38+02:00
d/rules: only list missing files; don't error

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -13,6 +13,7 @@ seqan-raptor (3.0.0+ds-1) UNRELEASED; urgency=medium
     docs instead of downloading.
   * d/patches/doxygen_update: adjust options for older Doxygen 1.9.4
   * d/not-installed: acknowledge that chopper is not installed
+  * d/rules: only list missing files; don't error
 
  -- Michael R. Crusoe <[email protected]>  Tue, 11 Jul 2023 16:24:53 +0200
 


=====================================
debian/rules
=====================================
@@ -27,8 +27,5 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS) 
$(DEB_BUILD_PROFILES)))
        mkdir doc_build && cd doc_build && cmake ../test/documentation && 
$(MAKE) &&  ctest . --output-on-failure
 endif
 
-### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
-#override_dh_auto_test:
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-#      do_stuff_for_testing
-#endif
+override_dh_missing:
+       dh_missing --list-missing



View it on GitLab: 
https://salsa.debian.org/med-team/seqan-raptor/-/commit/c66eaa9a61b6d7dc8ac35e012c220153616cd42e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/seqan-raptor/-/commit/c66eaa9a61b6d7dc8ac35e012c220153616cd42e
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to