Nilesh Patra pushed to branch master at Debian Med / nanosv
Commits: b4de72e0 by Nilesh Patra at 2021-10-25T03:32:29+05:30 Remove references to nose, there are no tests in this package - - - - - 964cf74e by Nilesh Patra at 2021-10-25T03:32:29+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +nanosv (1.2.4+git20190409.c1ae30c-6) unstable; urgency=medium + + * Team Upload. + * Remove references to nose, there are no tests in this package + + -- Nilesh Patra <[email protected]> Mon, 25 Oct 2021 03:29:04 +0530 + nanosv (1.2.4+git20190409.c1ae30c-5) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -9,7 +9,6 @@ Build-Depends: debhelper-compat (= 13), python3-all, help2man, python3-vcf, - python3-nose Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/nanosv Vcs-Git: https://salsa.debian.org/med-team/nanosv.git ===================================== debian/rules ===================================== @@ -12,9 +12,7 @@ override_dh_auto_install: PYTHONPATH=./debian/nanosv/usr/lib/$(shell py3versions -d)/dist-packages/ help2man --include=debian/NanoSV.h2m ./debian/nanosv/usr/bin/NanoSV > $(CURDIR)/debian/NanoSV.1 override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} -m nose -v" -endif + echo "I: Do nothing" override_dh_auto_clean: dh_auto_clean View it on GitLab: https://salsa.debian.org/med-team/nanosv/-/compare/a67de0dfc4b33f4ef029cb2af8ab79fe5da17aa6...964cf74e84bc978c14e467097d6329c01b7e4940 -- View it on GitLab: https://salsa.debian.org/med-team/nanosv/-/compare/a67de0dfc4b33f4ef029cb2af8ab79fe5da17aa6...964cf74e84bc978c14e467097d6329c01b7e4940 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
