summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2016-10-23 11:28:23 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2016-10-23 14:00:21 -0400
commit2a244d67c5c865182c14ca23494e4e1d59024c22 (patch)
tree86b135a94205f8c2b0d22587cddf680abd513a42
parentd46792a6faf578cd7a9e07db95434f4e160f827e (diff)
Remove out-of-date patches
-rw-r--r--debian/patches/addDesktopKeywords.diff15
-rw-r--r--debian/patches/series3
-rw-r--r--debian/patches/updatePOTFILES.in.diff13
-rw-r--r--debian/patches/useBaseFilesLicensePath.diff15
4 files changed, 0 insertions, 46 deletions
diff --git a/debian/patches/addDesktopKeywords.diff b/debian/patches/addDesktopKeywords.diff
deleted file mode 100644
index 011f75d..0000000
--- a/debian/patches/addDesktopKeywords.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Add Keywords entry to .desktop file
- This patch squashes three upstream commits into one. The Origin header in this
- patch references the first commit; the others are
- https://code.google.com/p/transmission-remote-gtk/source/detail?r=2481b17214e72530d19ff654258e0ee5d541c0a6
- and
- https://code.google.com/p/transmission-remote-gtk/source/detail?r=98eb06aaeb6ee3d1f1440c3000311e73367778d7.
-Origin: upstream, https://code.google.com/p/transmission-remote-gtk/source/detail?r=9044e0971b9186cd7697988527090e4ee1f1e046
-Bug: https://code.google.com/p/transmission-remote-gtk/issues/detail?id=234
---- a/src/transmission-remote-gtk.desktop.in
-+++ b/src/transmission-remote-gtk.desktop.in
-@@ -8,3 +8,4 @@ TryExec=transmission-remote-gtk
- Type=Application
- MimeType=application/x-bittorrent;x-scheme-handler/magnet;
- Categories=Network;FileTransfer;P2P;GTK;
-+Keywords=p2p;bittorrent;transmission;rpc;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9c52550..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-updatePOTFILES.in.diff
-addDesktopKeywords.diff
-useBaseFilesLicensePath.diff
diff --git a/debian/patches/updatePOTFILES.in.diff b/debian/patches/updatePOTFILES.in.diff
deleted file mode 100644
index 6a6f78b..0000000
--- a/debian/patches/updatePOTFILES.in.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: Update POTFILES.in
-Origin: upstream, https://code.google.com/p/transmission-remote-gtk/source/detail?r=317e075ed232519c491d34220735614c257b4587
-Bug: https://code.google.com/p/transmission-remote-gtk/issues/detail?id=233
---- a/po/POTFILES.in
-+++ b/po/POTFILES.in
-@@ -6,6 +6,7 @@ src/remote-exec.c
- src/requests.c
- src/session-get.c
- src/torrent.c
-+src/torrent-cell-renderer.c
- src/trg-about-window.c
- src/trg-cell-renderer-epoch.c
- src/trg-cell-renderer-eta.c
diff --git a/debian/patches/useBaseFilesLicensePath.diff b/debian/patches/useBaseFilesLicensePath.diff
deleted file mode 100644
index 79d7214..0000000
--- a/debian/patches/useBaseFilesLicensePath.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Use correct path for GPL
-Bug-Debian: https://bugs.debian.org/791553
-Forwarded: not-needed
-Author: Benjamin Barenblat <bbaren@mit.edu>
---- a/configure.ac
-+++ b/configure.ac
-@@ -52,7 +52,7 @@ AM_CONDITIONAL([WIN32], test "$WIN32" =
- CFLAGS="$CFLAGS -IC:/MinGW/msys/1.0/include"
- #endif
-
--trglicense='${docdir}-$(PACKAGE_VERSION)/COPYING'
-+trglicense='/usr/share/common-licenses/GPL-2'
- AC_SUBST(trglicense)
- GETTEXT_PACKAGE=AC_PACKAGE_NAME
- AC_SUBST(GETTEXT_PACKAGE)