Andreas Tille pushed to branch master at Debian Med / nanopolish


Commits:
4b032be7 by Andreas Tille at 2021-03-01T16:38:14+01:00
Since we need the executable createt inside build time test in autopkgtest this 
is enforced in dh_auto_build to circumvent nocheck.

- - - - -
a8c10474 by Andreas Tille at 2021-03-01T16:42:07+01:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+nanopolish (0.13.2-3) unstable; urgency=medium
+
+  * Since we need the executable createt inside build time test in autopkgtest
+    this is enforced in dh_auto_build to circumvent nocheck.
+    Closes: #983767
+
+ -- Andreas Tille <[email protected]>  Mon, 01 Mar 2021 16:39:39 +0100
+
 nanopolish (0.13.2-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -32,6 +32,16 @@ override_dh_auto_clean:
        $(RM) .depend
        mv Makefile~ Makefile
 
+override_dh_auto_build:
+       dh_auto_build
+       dh_auto_test
+
+### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+       echo "Since we need the executable createt inside build time test in 
autopkgtest this is enforced in dh_auto_build to circumvent nocheck."
+endif
+
 override_dh_install:
        dh_install
        for pl in `find debian -name "*.pl"` ; do \



View it on GitLab: 
https://salsa.debian.org/med-team/nanopolish/-/compare/0d4caf1e51a7040872879917e8290cfbcfed73fe...a8c10474a168a42e3bf73e72fc0af871d212b200

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/nanopolish/-/compare/0d4caf1e51a7040872879917e8290cfbcfed73fe...a8c10474a168a42e3bf73e72fc0af871d212b200
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