diff -u tilecache-2.03/debian/changelog tilecache-2.03/debian/changelog --- tilecache-2.03/debian/changelog +++ tilecache-2.03/debian/changelog @@ -1,3 +1,12 @@ +tilecache (2.03-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules + - move all the files operation before dh_pysupport call; thanks to Josselin + Mouette for the bug report and patch; Closes: #517311 + + -- Sandro Tosi Fri, 10 Apr 2009 18:38:17 +0200 + tilecache (2.03-1) unstable; urgency=low * New upstream release. diff -u tilecache-2.03/debian/rules tilecache-2.03/debian/rules --- tilecache-2.03/debian/rules +++ tilecache-2.03/debian/rules @@ -55,10 +55,10 @@ dh_link dh_compress dh_fixperms + chmod +x $(PREFIX)/usr/lib/python*/site-packages/TileCache/Service.py + chmod +x $(PREFIX)/usr/lib/python*/site-packages/TileCache/Client.py + rm $(PREFIX)/usr/lib/python*/site-packages/TileCache/Caches/S3.py # Suggests python-boto instead. dh_pysupport - chmod +x $(PREFIX)$(PYSUPPORT)/TileCache/Service.py - chmod +x $(PREFIX)$(PYSUPPORT)/TileCache/Client.py - rm $(PREFIX)$(PYSUPPORT)/TileCache/Caches/S3.py # Suggests python-boto instead. dh_installdeb dh_gencontrol dh_md5sums