Skip to content

Commit 3bf0817

Browse files
committed
Make liftoff packaging happy about tests
1 parent f431758 commit 3bf0817

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

data/com.github.danrabbit.harvey.appdata.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<binary>com.github.danrabbit.harvey</binary>
1919
</provides>
2020
​<releases>
21-
<release version="0.1.5" date="2017-10-19">
21+
<release version="0.1.6" date="2017-10-19">
2222
​ <description>
2323
​ <ul>
2424
​ <li>Add HiDPI icons support</li>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.danrabbit.harvey (0.1.6) xenial; urgency=medium
2+
3+
* Make packaging happy about tests
4+
5+
-- Daniel Fore <daniel@Yoga> Thu, 19 Oct 2017 11:00:35 -0700
6+
17
com.github.danrabbit.harvey (0.1.5) xenial; urgency=medium
28

39
* Add HiDPI icons support

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
9

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ override_dh_auto_build:
2323
cd debian/build && ninja -v
2424

2525
override_dh_auto_test:
26-
cd debian/build && ninja test
26+
cd debian/build && ninja -v
2727

2828
override_dh_auto_install:
2929
cd debian/build && DESTDIR=${CURDIR}/debian/com.github.danrabbit.harvey ninja install

0 commit comments

Comments
 (0)