Skip to content

Commit 4ae2ff6

Browse files
committed
Fix depends
1 parent 0573db5 commit 4ae2ff6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.danrabbit.nimbus (0.1.3) xenial; urgency=medium
2+
3+
* Actually really fix runtime depends this time
4+
5+
-- Daniel Fore <[email protected]> Tue, 02 May 2017 17:14:27 -0700
6+
17
com.github.danrabbit.nimbus (0.1.2) xenial; urgency=medium
28

39
* Fix runtime depends

debian/control

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ Build-Depends: debhelper (>= 9),
88
libgweather-3-dev,
99
meson,
1010
valac
11-
Depends: geoclue-2.0
1211
Standards-Version: 3.9.3
1312

1413
Package: com.github.danrabbit.nimbus
1514
Architecture: any
16-
Depends: ${misc:Depends}, ${shlibs:Depends}
15+
Depends: ${misc:Depends}, ${shlibs:Depends}, geoclue-2.0
1716
Description: See outside without going there
1817
See the current temperature and weather conditions for your location with this minimal color-changing applet.

0 commit comments

Comments
 (0)