# HG changeset patch # User Paul Boddie # Date 1254165115 -7200 # Node ID 0c5c9d28caf8e07d85119046592a0150e247dabe # Parent cc3267e28fa8b9e3b0a09553f0cbdbcde0d3bfda Removed script references. diff -r cc3267e28fa8 -r 0c5c9d28caf8 packages/ubuntu-gutsy/python-desktop/debian/rules --- a/packages/ubuntu-gutsy/python-desktop/debian/rules Mon Sep 28 21:10:42 2009 +0200 +++ b/packages/ubuntu-gutsy/python-desktop/debian/rules Mon Sep 28 21:11:55 2009 +0200 @@ -18,8 +18,8 @@ touch $@ build-python-scripts: - python setup.py build_scripts - touch $@ + #python setup.py build_scripts + #touch $@ clean: dh_testdir @@ -41,7 +41,7 @@ python$* setup.py install_lib --install-dir $(CURDIR)/debian/python-sqlliterals/usr/lib/python$*/site-packages install-python-scripts: - python setup.py install_scripts --install-dir $(CURDIR)/debian/python-sqlliterals/usr/bin + #python setup.py install_scripts --install-dir $(CURDIR)/debian/python-sqlliterals/usr/bin # Build architecture-independent files here.