# HG changeset patch # User Paul Boddie # Date 1225065121 -3600 # Node ID 88f6c5226a98e2a9c0103674da16da8f83764d24 # Parent 3d8024411e41fb6074891f79bb2ed35b44ae640c Removed script rules. diff -r 3d8024411e41 -r 88f6c5226a98 packages/ubuntu-gutsy/python-astgrep/debian/rules --- a/packages/ubuntu-gutsy/python-astgrep/debian/rules Mon Oct 27 00:51:22 2008 +0100 +++ b/packages/ubuntu-gutsy/python-astgrep/debian/rules Mon Oct 27 00:52:01 2008 +0100 @@ -15,8 +15,8 @@ touch $@ build-python-scripts: - python setup.py build_scripts - touch $@ + #python setup.py build_scripts + #touch $@ clean: dh_testdir @@ -38,7 +38,7 @@ python$* setup.py install_lib --install-dir $(CURDIR)/debian/python-astgrep/usr/lib/python$*/site-packages install-python-scripts: - python setup.py install_scripts --install-dir $(CURDIR)/debian/python-astgrep/usr/bin + #python setup.py install_scripts --install-dir $(CURDIR)/debian/python-astgrep/usr/bin # Build architecture-independent files here.