diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2016-05-30 17:06:03 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2016-05-30 17:06:03 -0400 |
commit | 4e526acfb28ca68322009c5a958b9926cf3c8413 (patch) | |
tree | 44cd8aaa85ff3849ce80ee658e530ad811cb4997 /debian | |
parent | 8651cfea7fad6c0f366a0ace34b26371aff23d9f (diff) |
Fix possible GPL violation (closes Debian #825859)
This (somewhat unsatisfactorily) also ‘fixes’ Debian #810103.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index b4fd52a..80d0d6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +transmission-remote-gtk (1.1.1-3) unstable; urgency=high + + * Fix possible GPL violation by removing libappindicator support + (closes: #825859, #810103). + + -- Benjamin Barenblat <bbaren@mit.edu> Mon, 30 May 2016 17:03:25 -0400 + transmission-remote-gtk (1.1.1-2) unstable; urgency=low * Update Standards-Version. diff --git a/debian/control b/debian/control index 7e18697..996a874 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, intltool (>= 0.35.0), - libappindicator3-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libjson-glib-dev (>= 0.8), libgeoip-dev, @@ -15,7 +14,7 @@ Build-Depends: libnotify-dev, libproxy-dev, libunique-dev -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: https://code.google.com/p/transmission-remote-gtk/ Vcs-Git: git://benjamin.barenblat.name/debian-transmission-remote-gtk.git Vcs-Browser: https://benjamin.barenblat.name/gitweb/?p=debian-transmission-remote-gtk.git diff --git a/debian/rules b/debian/rules index 5c47643..f7e0c91 100755 --- a/debian/rules +++ b/debian/rules @@ -13,4 +13,4 @@ override_dh_autoreconf: .PHONY: override_dh_auto_configure override_dh_auto_configure: - dh_auto_configure -- --disable-silent-rules + dh_auto_configure -- --without-libappindicator --disable-silent-rules |