Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package djangorestframework The grid.png file was being installed in the wrong place, and only with the python3 package. This was bug #858811. Now fixed. diff -Nru djangorestframework-3.4.0/debian/changelog djangorestframework-3.4.0/debian/changelog --- djangorestframework-3.4.0/debian/changelog 2016-07-15 19:44:23.000000000 +1000 +++ djangorestframework-3.4.0/debian/changelog 2017-03-27 18:15:43.000000000 +1100 @@ -1,3 +1,9 @@ +djangorestframework (3.4.0-2) unstable; urgency=medium + + * Don't move grid.png to wrong spot in python3 package. Closes: #858811. + + -- Brian May <b...@debian.org> Mon, 27 Mar 2017 18:15:43 +1100 + djangorestframework (3.4.0-1) unstable; urgency=medium * New upstream release. diff -Nru djangorestframework-3.4.0/debian/rules djangorestframework-3.4.0/debian/rules --- djangorestframework-3.4.0/debian/rules 2016-07-15 20:10:08.000000000 +1000 +++ djangorestframework-3.4.0/debian/rules 2017-03-27 18:01:14.000000000 +1100 @@ -15,13 +15,6 @@ 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" \ unblock djangorestframework/3.4.0-2 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (100, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)