Skip to content

Commit

Permalink
debian/control: mark package as incompatible with gtk3 >= 3.20
Browse files Browse the repository at this point in the history
Addresses #13.
  • Loading branch information
Jens John committed May 9, 2016
1 parent fc42118 commit b79a1e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
bunsen-themes (8.3.1-2) bunsen-hydrogen; urgency=medium

* Mark theme suite as incompatible with gtk3 >= 3.20. This will make the
themes unavailable on stretch and newer but ensure that users do not end
up with broken themes.

-- Jens John <[email protected]> Mon, 10 May 2016 00:17:34 +0900

bunsen-themes (8.3.1-1) bunsen-hydrogen; urgency=low

* Non-maintainer upload.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/BunsenLabs/bunsen-themes.git

Package: bunsen-themes
Architecture: all
Depends: gtk2-engines-murrine, gtk2-engines-pixbuf, libgtk-3-0, ${misc:Depends}
Depends: gtk2-engines-murrine, gtk2-engines-pixbuf, libgtk-3-0 (<< 3.20), ${misc:Depends}
Suggests: openbox, lightdm-gtk-greeter
Description: GTK, Openbox, and Li themes for Bunsen and Debian Jessie
Made by hhh from the Crunchbang forums
Expand Down

0 comments on commit b79a1e6

Please sign in to comment.