[Python-modules-commits] [pyjokes] 06/09: Add patch to disable unneeded binary
Ethan Ward
ethanward-guest at moszumanska.debian.org
Fri Aug 11 18:13:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository pyjokes.
commit 2628a732a04f4983c0ba3d8c1e201135d8f78644
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Fri Aug 11 12:15:45 2017 -0500
Add patch to disable unneeded binary
---
debian/patches/0001-Disable-unneeded-binary.patch | 23 +++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 24 insertions(+)
diff --git a/debian/patches/0001-Disable-unneeded-binary.patch b/debian/patches/0001-Disable-unneeded-binary.patch
new file mode 100644
index 0000000..fc61fef
--- /dev/null
+++ b/debian/patches/0001-Disable-unneeded-binary.patch
@@ -0,0 +1,23 @@
+From: Ethan Ward <ethan.ward at mycroft.ai>
+Date: Fri, 11 Aug 2017 12:14:16 -0500
+Subject: Disable unneeded binary
+
+---
+ setup.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 5a4a8a5..85f5da9 100644
+--- a/setup.py
++++ b/setup.py
+@@ -40,8 +40,8 @@ setup(
+ url="https://github.com/pyjokes/pyjokes",
+ packages=find_packages(),
+ long_description=read('README.rst'),
+- scripts=['scripts/pyjoke',
+- 'scripts/pyjokes'],
++ scripts=['scripts/pyjoke'],
++ # 'scripts/pyjokes'],
+ classifiers=[
+ "Development Status :: 4 - Beta",
+ "Topic :: Utilities",
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..42103f6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Disable-unneeded-binary.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyjokes.git
More information about the Python-modules-commits
mailing list