Skip to content

Commit

Permalink
Really make packaging happy this time
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Oct 19, 2017
1 parent 3bf0817 commit 2782727
Show file tree
Hide file tree
Showing 4 changed files with 11 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.6" date="2017-10-19">
<release version="0.1.7" 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.7) xenial; urgency=medium

* Really make packaging happy

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

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

* Make packaging happy about tests
Expand Down
4 changes: 3 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Source: com.github.danrabbit.harvey
Section: x11
Priority: extra
Maintainer: Daniel Foré <daniel@elementary.io>
Build-Depends: debhelper (>= 9),
Build-Depends: appstream,
debhelper (>= 9),
desktop-file-utils,
libgtk-3-dev,
meson,
valac
Expand Down
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 -v
cd debian/build && ninja test

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

0 comments on commit 2782727

Please sign in to comment.