Skip to content

Commit

Permalink
Make liftoff packaging happy about tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 19, 2017
1 parent f431758 commit 3bf0817
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/com.github.danrabbit.harvey.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<binary>com.github.danrabbit.harvey</binary>
</provides>
​<releases>
<release version="0.1.5" date="2017-10-19">
<release version="0.1.6" date="2017-10-19">
​ <description>
​ <ul>
​ <li>Add HiDPI icons support</li>
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
com.github.danrabbit.harvey (0.1.6) xenial; urgency=medium

* Make packaging happy about tests

-- Daniel Fore <daniel@Yoga> Thu, 19 Oct 2017 11:00:35 -0700

com.github.danrabbit.harvey (0.1.5) xenial; urgency=medium

* Add HiDPI icons support
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ override_dh_auto_build:
cd debian/build && ninja -v

override_dh_auto_test:
cd debian/build && ninja test
cd debian/build && ninja -v

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

0 comments on commit 3bf0817

Please sign in to comment.