summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-06-12 22:27:49 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2012-06-12 22:49:55 +0100
commit97f606d7c5cfb7bbf2e714d48b81bb5e9276b120 (patch)
tree27214caa4fecea16d7f631fa42a58303ce9569cf
parent40993022751e5d6dee368d00adc4c817a6da978d (diff)
downloadtransmission-remote-cli-97f606d7c5cfb7bbf2e714d48b81bb5e9276b120.tar.gz
Upstream has dropped .py extension
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/bash-completion-debian-rename.patch20
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules1
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
reinelt]reinelt1-0/+7 new ideas for TODO git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@107 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-09[lcd4linux @ 2001-03-09 14:24:49 by ltoetsch]ltoetsch3-7/+18 exec: Scale_x ->Min/Max_x git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@106 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-09[lcd4linux @ 2001-03-09 13:08:11 by ltoetsch]ltoetsch12-86/+384 Added Text driver git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@105 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-09[lcd4linux @ 2001-03-09 12:14:24 by reinelt]reinelt4-21/+34 minor cleanups git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@104 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-08[lcd4linux @ 2001-03-08 15:25:38 by ltoetsch]ltoetsch9-93/+214 improved exec git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@103 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-08[lcd4linux @ 2001-03-08 09:02:04 by reinelt]reinelt4-133/+21 seti client cleanup git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@102 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-08[lcd4linux @ 2001-03-08 08:39:54 by reinelt]reinelt2-4/+12 fixed two typos git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@101 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-07[lcd4linux @ 2001-03-07 18:10:21 by ltoetsch]ltoetsch10-110/+319 added e(x)ec commands git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@100 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-05[lcd4linux @ 2001-03-05 18:20:21 by reinelt]reinelt2-13/+25 TOTO list update git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@99 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-04[lcd4linux @ 2001-03-04 15:01:12 by ltoetsch]ltoetsch1-3/+3 Added PNG git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@98 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-03-02[lcd4linux @ 2001-03-02 20:18:12 by reinelt]reinelt3-36/+89 allow compile on systems without net/if_ppp.h git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@97 3ae390bd-cb1e-0410-b409-cd5a39f66f1f