diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-06-12 22:27:49 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-06-12 22:49:55 +0100 |
commit | 97f606d7c5cfb7bbf2e714d48b81bb5e9276b120 (patch) | |
tree | 27214caa4fecea16d7f631fa42a58303ce9569cf | |
parent | 40993022751e5d6dee368d00adc4c817a6da978d (diff) | |
download | transmission-remote-cli-97f606d7c5cfb7bbf2e714d48b81bb5e9276b120.tar.gz |
Upstream has dropped .py extension
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/bash-completion-debian-rename.patch | 20 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
4 files changed, 2 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog index 4759d14..b7a3683 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ transmission-remote-cli (1.3.1-1) UNRELEASED; urgency=low * New upstream release - Fixes progress bar issue when used with two-column characters - Updated bash-completion script + * Upstream has dropped .py extension; We can drop our rename d/rules entry + and our bash-completion rename patch now too. -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 12 Jun 2012 22:22:29 +0100 diff --git a/debian/patches/bash-completion-debian-rename.patch b/debian/patches/bash-completion-debian-rename.patch deleted file mode 100644 index 6bdd589..0000000 --- a/debian/patches/bash-completion-debian-rename.patch +++ /dev/null @@ -1,20 +0,0 @@ -Description: Rename Bash completion function to conform to Debian name -Author: Jonathan McCrohan <jmccrohan@gmail.com> -Date: Fri May 25 01:33:32 IST 2012 ---- ---- transmission-remote-cli-1.3.orig/transmission-remote-cli-bash-completion.sh -+++ transmission-remote-cli-1.3/transmission-remote-cli-bash-completion.sh -@@ -1,6 +1,6 @@ - #!/bin/bash - --_transmission-remote-cli.py () { -+_transmission-remote-cli () { - local cur prev opts - - _get_comp_words_by_ref cur prev -@@ -14,4 +14,4 @@ _transmission-remote-cli.py () { - fi - } - --complete -F _transmission-remote-cli.py transmission-remote-cli.py -+complete -F _transmission-remote-cli transmission-remote-cli diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index f71ba2f..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -bash-completion-debian-rename.patch diff --git a/debian/rules b/debian/rules index edae779..79024fe 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ #export DH_VERBOSE=1 override_dh_install: - mv transmission-remote-cli.py transmission-remote-cli dh_install transmission-remote-cli /usr/bin/ dh_install |