diff -Nru pygame-1.9.4.post1+dfsg/debian/changelog pygame-1.9.4.post1+dfsg/debian/changelog --- pygame-1.9.4.post1+dfsg/debian/changelog 2018-11-04 17:48:21.000000000 +0000 +++ pygame-1.9.4.post1+dfsg/debian/changelog 2019-02-23 11:10:31.000000000 +0000 @@ -1,3 +1,9 @@ +pygame (1.9.4.post1+dfsg-3) unstable; urgency=high + + * Move header files to correct location. (Closes: #920030) + + -- Dominik George Sat, 23 Feb 2019 12:10:31 +0100 + pygame (1.9.4.post1+dfsg-2) unstable; urgency=medium * Team upload. diff -Nru pygame-1.9.4.post1+dfsg/debian/rules pygame-1.9.4.post1+dfsg/debian/rules --- pygame-1.9.4.post1+dfsg/debian/rules 2018-11-04 17:46:22.000000000 +0000 +++ pygame-1.9.4.post1+dfsg/debian/rules 2019-02-23 11:10:31.000000000 +0000 @@ -37,6 +37,9 @@ rm -rf debian/python*-pygame/usr/lib/python*/dist-packages/pygame/examples/ rm -rf debian/python*-pygame/usr/lib/python*/dist-packages/pygame/tests/ rm -rf debian/python*-pygame/usr/lib/python*/dist-packages/pygame/docs/ + for d in debian/python3-pygame/usr/include/python*; do \ + [ "$$d" = *m ] || mv "$$d" "$$d"m; \ + done override_dh_installdocs: python3 setup.py build_sphinx