[Python-modules-commits] [djangorestframework] 01/01: Don't move grid.png to wrong spot in python3 package.

Brian May bam at moszumanska.debian.org
Mon Mar 27 07:15:39 UTC 2017


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

bam pushed a commit to branch master
in repository djangorestframework.

commit ec76b46c0a89050725e14e536e56910bab9a6998
Author: Brian May <bam at debian.org>
Date:   Mon Mar 27 18:02:02 2017 +1100

    Don't move grid.png to wrong spot in python3 package.
---
 debian/changelog | 6 ++++++
 debian/rules     | 7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a5266e9..cb7df8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+djangorestframework (3.4.0-2) UNRELEASED; urgency=medium
+
+  * Don't move grid.png to wrong spot in python3 package. Closes: #858811.
+
+ -- Brian May <bam at debian.org>  Mon, 27 Mar 2017 18:01:31 +1100
+
 djangorestframework (3.4.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 3cb0feb..caa7382 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,13 +15,6 @@ override_dh_auto_build:
 	mkdir $(CURDIR)/docs.debian
 	LC_ALL=C.UTF-8 PYTHONPATH=/usr/share/mkdocs/themes mkdocs build && mv site docs.debian/html
 
-override_dh_python3:
-	dh_python3
-	set -e 
-	install -d $(CURDIR)/debian/python3-djangorestframework/usr/share/doc/python3-djangorestframework/img/
-	mv -f $(CURDIR)/debian/python3-djangorestframework/usr/lib/python3/dist-packages/rest_framework/static/rest_framework/img/grid.png \
-	$(CURDIR)/debian/python3-djangorestframework/usr/share/doc/python3-djangorestframework/img/
-
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
 	PYBUILD_TEST_ARGS="{interpreter} $(CURDIR)/runtests.py --nolint" \

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



More information about the Python-modules-commits mailing list