[med-svn] [python-htseq] 09/15: Use upstream scripts to build and clean.
Diane Trout
diane-guest at moszumanska.debian.org
Thu Jun 12 21:55:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
diane-guest pushed a commit to branch master
in repository python-htseq.
commit 1f420b792f898a403304a8af8e327e1e6e299d67
Author: Diane Trout <diane at ghic.org>
Date: Wed Jun 11 16:58:39 2014 -0700
Use upstream scripts to build and clean.
---
debian/changelog | 1 +
debian/rules | 6 ++----
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7e7e502..9965075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ htseq (0.6.1p1-1) UNRELEASED; urgency=medium
(upstream's release process deletes source files)
* Add build-dependency on python-debian for get-orig-source
* New upstream release.
+ * Use upstream scripts to build and clean.
-- Diane Trout <diane at ghic.org> Wed, 11 Jun 2014 16:30:42 -0700
diff --git a/debian/rules b/debian/rules
index a21d137..d236a12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,7 @@ override_dh_auto_test: $(PYTHON2:%=test-python%)
endif
override_dh_auto_build:
- make -C src
- python setup.py build
+ ./build_it
# build the man pages for the binary package
python setup.py build_sphinx -b man
@@ -39,8 +38,7 @@ override_dh_sphinxdoc-arch:
# dh_sphinxdoc doesn't fail silently when there are no docs
override_dh_auto_clean:
- make -C src clean
- rm -rf dist build MANIFEST
+ ./clean
rm -rf *.egg-info
dh_auto_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-htseq.git
More information about the debian-med-commit
mailing list