[Python-modules-commits] [mutagen] 09/09: Fix nonsense in debian/rules.

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Aug 3 21:42:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository mutagen.

commit 69c7c7ee96c205dc9648f1cd9758535ccc13f45f
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Wed Aug 3 12:25:30 2016 +0200

    Fix nonsense in debian/rules.
---
 debian/python-mutagen-doc.docs |  2 +-
 debian/rules                   | 10 ++--------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/debian/python-mutagen-doc.docs b/debian/python-mutagen-doc.docs
index a8ae8ed..01a402c 100644
--- a/debian/python-mutagen-doc.docs
+++ b/debian/python-mutagen-doc.docs
@@ -1 +1 @@
-docs/html
+.pybuild/docs/*
diff --git a/debian/rules b/debian/rules
index f9c88cc..45fdbd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,14 +26,8 @@ override_dh_auto_build:
 	   http_proxy='127.0.0.1:9' \
 	   https_proxy='127.0.0.1:9' \
 	   sphinx-build -N -b html docs/ $(CURDIR)/.pybuild/docs/html/
-endif
-
-override_dh_auto_build:
-	dh_auto_build
-	PYTHONPATH=$(CURDIR) docs/id3_frames_gen.py > docs/api/id3_frames.rst
-	$(MAKE) -C docs
-	mv docs/_build docs/html
 	$(MAKE) -C docs/man
+endif
 
 
 override_dh_auto_install:
@@ -51,7 +45,7 @@ override_dh_installchangelogs:
 
 override_dh_clean:
 	dh_clean
-	rm -rf docs/html docs/man/_man
+	rm -rf docs/man/_man
 
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mutagen.git



More information about the Python-modules-commits mailing list