diff options
author | Benjamin Barenblat <bbaren@debian.org> | 2019-12-28 10:19:09 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@debian.org> | 2019-12-28 10:19:09 -0500 |
commit | 76ac7209d5e261a6078fdfdde5c7dac851300c01 (patch) | |
tree | e22e05868ae9d65c5b6aca55729e686734e251cd | |
parent | c2ac40b7fd493b2240557e51b42ab7889f1cbcc6 (diff) |
Delete unused build dependency on libunique-dev
GTK 3 supersedes libunique, and transmission-remote-gtk no longer
depends on it. Remove it from the build dependencies.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ea3ba26..f112674 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +transmission-remote-gtk (1.4.1-2) UNRELEASED; urgency=medium + + * Delete unused build dependency on libunique-dev (closes: #947516). + + -- Benjamin Barenblat <bbaren@debian.org> Sat, 28 Dec 2019 09:58:22 -0500 + transmission-remote-gtk (1.4.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 77acc72..3a33704 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,6 @@ Build-Depends: libjson-glib-dev (>= 0.8), libnotify-dev, libproxy-dev, - libunique-dev, perl, Standards-Version: 4.3.0 Homepage: https://github.com/transmission-remote-gtk/transmission-remote-gtk |