Alexandre Detiste pushed to branch master at Debian Med / q2-types


Commits:
488fcdac by Alexandre Detiste at 2025-10-27T13:16:09+01:00
replace old py.test-3 symlink with canonical program

- - - - -
bd304914 by Alexandre Detiste at 2025-10-27T13:16:44+01:00
trim d/rules with new, shorter syntax

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -27,13 +27,11 @@ debian/control: debian/control.in debian/changelog
 #        is not ideal, since the only tested python version is the default one.
 override_dh_auto_test:
 #ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-#      dh_auto_test -- -s custom --test-args="cd {build_dir}; py.test-3 
--cov=q2_types"
+#      dh_auto_test -- -s custom --test-args="cd {build_dir}; pytest 
--cov=q2_types"
 #endif
 
-override_dh_install:
-       dh_install
+execute_after_dh_install:
        find debian -name ".coverage*" -delete
 
-override_dh_auto_clean:
-       dh_auto_clean
+execute_after_dh_auto_clean:
        rm -fr q2_types.egg-info/PKG-INFO q2_types.egg-info/SOURCES.txt 
q2_types.egg-info/dependency_links.txt q2_types.egg-info/entry_points.txt 
q2_types.egg-info/not-zip-safe q2_types.egg-info/top_level.txt



View it on GitLab: 
https://salsa.debian.org/med-team/q2-types/-/compare/de72fce9b84168649c2931f44fd06c96eefc05eb...bd3049147fc1d94917237fd174348956668effa0

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/q2-types/-/compare/de72fce9b84168649c2931f44fd06c96eefc05eb...bd3049147fc1d94917237fd174348956668effa0
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