mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
Merge 1249d49079 into 653e4badeb
This commit is contained in:
commit
002dbb72f9
2 changed files with 11 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
barrier (2.4.0) unstable; urgency=medium
|
||||
|
||||
[ Andrew L. Moore ]
|
||||
* Extend PATH used by `dh_auto_test` to include `guiunittests`.
|
||||
|
||||
-- Andrew L. Moore (Server: elle.slewsys.org) <slewsys@gmail.com> Wed, 23 Aug 2022 02:25:23 +0000
|
||||
|
||||
barrier (2.3.3) UNRELEASED; urgency=medium
|
||||
|
||||
[ Aaron Bieber ]
|
||||
|
|
|
|||
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
EXTENDED_PATH := $(PATH):$(shell pwd)/build/bin
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=cmake --builddirectory=build -Pbuild/debian --parallel
|
||||
|
||||
override_dh_auto_test:
|
||||
PATH=$(EXTENDED_PATH) dh_auto_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue