shedskin-packaging

Changeset

29:eb9f585b9637
2010-10-18 Paul Boddie raw files shortlog changelog graph Fixed the removal of the manpage to not fail when the manpage is absent. rel-0-6
debian/rules (file)
     1.1 --- a/debian/rules	Mon Oct 18 00:35:50 2010 +0200
     1.2 +++ b/debian/rules	Mon Oct 18 00:41:05 2010 +0200
     1.3 @@ -26,7 +26,7 @@
     1.4  	dh_testroot
     1.5  	rm -f *-stamp
     1.6  	rm -rf build*
     1.7 -	rm debian/shedskin.1
     1.8 +	rm -f debian/shedskin.1
     1.9  	find . -name '*.py[co]' | xargs rm -f
    1.10  	dh_clean
    1.11