Andreas Tille pushed to branch master at Debian Med / ufasta
Commits: 1fbd1f21 by Andreas Tille at 2020-06-23T09:48:11+02:00 Cleanup after testing - - - - - 61e87b36 by Andreas Tille at 2026-03-10T09:01:47+01:00 Replace pkg-config with pkgconf in Build-Depends - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ ufasta (0.0.3+git20190131.85d60d1-1) UNRELEASED; urgency=medium * Initial release (Closes: #<bug>) + * Replace pkg-config with pkgconf in Build-Depends -- Andreas Tille <[email protected]> Sun, 21 Jun 2020 15:41:52 +0200 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Section: science Priority: optional Build-Depends: debhelper-compat (= 13), yaggo, - pkg-config, + pkgconf, libboost-regex-dev Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/ufasta ===================================== debian/copyright ===================================== @@ -3,7 +3,7 @@ Upstream-Name: ufasta Source: https://github.com/alekseyzimin/ufasta Files: * -Copyright: 2014-2019 Aleksey Zimin +Copyright: 2014-2019 Aleksey Zimin <[email protected]> License: to_be_clarified Files: debian/* ===================================== debian/rules ===================================== @@ -3,19 +3,7 @@ # DH_VERBOSE := 1 export LC_ALL=C.UTF-8 -include /usr/share/dpkg/default.mk -# this provides: -# DEB_SOURCE: the source package name -# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision) -# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision -# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch -# DEB_VERSION_UPSTREAM: the package's upstream version -# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog -# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as -# specified by <https://reproducible-builds.org/specs/source-date-epoch/> - -# for hardening you might like to uncomment this: -# export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ @@ -25,5 +13,6 @@ override_dh_auto_configure: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - dh_auto_test || true + dh_auto_test + find tests -name "*.log" -delete endif View it on GitLab: https://salsa.debian.org/med-team/ufasta/-/compare/6121a2f7477f9f4f8ea73b6fcf4a94be42048aa3...61e87b36e05f17824f06c745747e8c494d66d53a -- View it on GitLab: https://salsa.debian.org/med-team/ufasta/-/compare/6121a2f7477f9f4f8ea73b6fcf4a94be42048aa3...61e87b36e05f17824f06c745747e8c494d66d53a 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
