[med-svn] [python-pbcore] 09/12: Remove handling for pbdataset 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 2423b551ae276383db283b87779224a7d3f7f99a
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Mon Apr 11 22:49:31 2016 -0700
Remove handling for pbdataset script
It has moved out of the pbcore package and into pbcoretools.
---
debian/pbdataset.1 | 13 -------------
debian/python-pbcore.manpages | 1 -
debian/rules | 2 --
3 files changed, 16 deletions(-)
diff --git a/debian/pbdataset.1 b/debian/pbdataset.1
deleted file mode 100644
index 00d69db..0000000
--- a/debian/pbdataset.1
+++ /dev/null
@@ -1,13 +0,0 @@
-.TH PBDATASET 1 "September 2015" 1.2.3
-
-.SH NAME
-
-pbdataset - Pacific Biosciences data curation
-
-.SH DESCRIPTION
-
-This program allows for working with Pacific Biosciences data files
-through the pbcore library. More detailed information is available
-in this package's documentation in /usr/share/doc/python-pbcore
-(also viewable in a doc-base client) and by invoking
-\f[B]pbdataset \-\-help\f[R].
diff --git a/debian/python-pbcore.manpages b/debian/python-pbcore.manpages
index 5416b04..0347f48 100644
--- a/debian/python-pbcore.manpages
+++ b/debian/python-pbcore.manpages
@@ -1,2 +1 @@
-debian/pbdataset.1
debian/pbopen.1
diff --git a/debian/rules b/debian/rules
index f867f98..6f97bad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,7 @@ override_dh_auto_build:
override_dh_install:
dh_install
- find $(DESTDIR) -type f -exec sed -i 's/dataset\.py/pbdataset/g' {} +
mv $(DESTDIR)/usr/bin/.open $(DESTDIR)/usr/bin/pbopen
- mv $(DESTDIR)/usr/bin/dataset.py $(DESTDIR)/usr/bin/pbdataset
override_dh_installdocs:
dh_installdocs -X _source
--
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