Timo Aaltonen pushed to tag apitrace-8.0+repack-2 at X Strike Force / app / apitrace
Commits: 48329890 by Julien Cristau at 2019-09-15T09:06:04Z rules: fix built-using to have the source package version, not binNMU. - - - - - 76b1e5c5 by Timo Aaltonen at 2019-09-17T08:19:52Z release to sid - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,9 @@ apitrace (8.0+repack-2) unstable; urgency=medium - * rules: Attempt to fix built-using to have the source package - version, not binNMU. + * rules: fix built-using to have the source package version, not + binNMU. (Closes: #939899) - -- Timo Aaltonen <[email protected]> Thu, 12 Sep 2019 15:46:48 +0300 + -- Timo Aaltonen <[email protected]> Tue, 17 Sep 2019 11:17:54 +0300 apitrace (8.0+repack-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -28,15 +28,9 @@ override_dh_missing: dh_missing --fail-missing override_dh_gencontrol: - echo "built-using:Depends=zlib (= $(shell dpkg-query -s zlib1g-dev \ - | grep Version: \ - | cut -d' ' -f2 \ - | sed 's/+.*//'))" \ + dpkg-query -f 'built-using:Depends=$${source:Package} (= $${source:Version})\n' --show zlib1g-dev \ >> debian/apitrace-tracers.substvars - echo "built-using:Depends=snappy (= $(shell dpkg-query -s libsnappy-dev \ - | grep Version: \ - | cut -d' ' -f2 \ - | sed 's/+.*//'))" \ + dpkg-query -f 'built-using:Depends=$${source:Package} (= $${source:Version})\n' --show libsnappy-dev \ >> debian/apitrace-tracers.substvars dh_gencontrol View it on GitLab: https://salsa.debian.org/xorg-team/app/apitrace/compare/69a011857d07531d2ef98dff1fe9cc83b3721668...76b1e5c5c8472549ddbc9d0a39b9fcd5a9f7539a -- View it on GitLab: https://salsa.debian.org/xorg-team/app/apitrace/compare/69a011857d07531d2ef98dff1fe9cc83b3721668...76b1e5c5c8472549ddbc9d0a39b9fcd5a9f7539a You're receiving this email because of your account on salsa.debian.org.

