Andreas Tille pushed to branch master at Debian Med / dwgsim
Commits: 0b3c1568 by Andreas Tille at 2019-01-08T12:02:45Z Point Vcs fields to salsa.debian.org - - - - - 0dc26c50 by Andreas Tille at 2019-01-08T12:02:45Z Standards-Version: 4.3.0 - - - - - 05205fcf by Andreas Tille at 2019-01-08T12:03:23Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - b264d8d8 by Andreas Tille at 2019-01-08T12:04:51Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +dwgsim (0.1.12-2) unstable; urgency=medium + + * Team upload. + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.3.0 + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target + + -- Andreas Tille <[email protected]> Tue, 08 Jan 2019 13:03:23 +0100 + dwgsim (0.1.12-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 11~), samtools (>= 1.7-2), python-markdown, zlib1g-dev -Standards-Version: 4.1.3 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/dwgsim.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/dwgsim.git +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/med-team/dwgsim +Vcs-Git: https://salsa.debian.org/med-team/dwgsim.git Homepage: https://github.com/nh13/DWGSIM/ Package: dwgsim ===================================== debian/rules ===================================== @@ -14,5 +14,7 @@ override_dh_auto_build: markdown_py -f README.html README.md override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ln -s /usr/share/doc/samtools/examples samtools dh_auto_test +endif View it on GitLab: https://salsa.debian.org/med-team/dwgsim/compare/9252fd494a1089f62fea21da74b0e150bbc09fbe...b264d8d84423199699ab7b6c567c410d0176f5ea -- View it on GitLab: https://salsa.debian.org/med-team/dwgsim/compare/9252fd494a1089f62fea21da74b0e150bbc09fbe...b264d8d84423199699ab7b6c567c410d0176f5ea 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
