[med-svn] [python-pbcore] 06/12: Add patch to prevent installation of relocated script
Afif Elghraoui
afif at moszumanska.debian.org
Tue Apr 12 06:31:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository python-pbcore.
commit 092ab67d70a2e56581e57c6ff7f4f9d6f5b5c45c
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Mon Apr 11 22:06:14 2016 -0700
Add patch to prevent installation of relocated script
---
debian/patches/deprecate-dataset.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/deprecate-dataset.patch b/debian/patches/deprecate-dataset.patch
new file mode 100644
index 0000000..450fd2c
--- /dev/null
+++ b/debian/patches/deprecate-dataset.patch
@@ -0,0 +1,14 @@
+Description: pbdataset was moved to another package
+Author: Afif Elghraoui <afif at debian.org>
+Forwarded: not-needed
+Last-Update: 2016-04-11
+--- python-pbcore.orig/setup.py
++++ python-pbcore/setup.py
+@@ -51,7 +51,6 @@
+ zip_safe = False,
+ test_suite = 'nose.collector',
+ entry_points = { "console_scripts" : [ ".open = pbcore.io.opener:entryPoint" ] },
+- scripts=['bin/dataset.py'],
+ install_requires=_get_local_requirements(_REQUIREMENTS_FILE),
+ tests_require=_get_local_requirements(_REQUIREMENTS_TEST_FILE)
+ )
diff --git a/debian/patches/series b/debian/patches/series
index db4588e..84151f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ doc-theme.patch
enable-build-time-testing.patch
remove-unnecessary-cython-dep.patch
pysam-0.9.0.patch
+deprecate-dataset.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list