Skip to content

Commit 2782727

Browse files
committed
Really make packaging happy this time
1 parent 3bf0817 commit 2782727

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.6" date="2017-10-19">
21+
<release version="0.1.7" 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.7) xenial; urgency=medium
2+
3+
* Really make packaging happy
4+
5+
-- Daniel Fore <daniel@Yoga> Thu, 19 Oct 2017 11:05:22 -0700
6+
17
com.github.danrabbit.harvey (0.1.6) xenial; urgency=medium
28

39
* Make packaging happy about tests

debian/control

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Source: com.github.danrabbit.harvey
22
Section: x11
33
Priority: extra
44
Maintainer: Daniel Foré <[email protected]>
5-
Build-Depends: debhelper (>= 9),
5+
Build-Depends: appstream,
6+
debhelper (>= 9),
7+
desktop-file-utils,
68
libgtk-3-dev,
79
meson,
810
valac

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 -v
26+
cd debian/build && ninja test
2727

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

0 commit comments

Comments
 (0)