This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-shapely.

commit 032c83b8a55f141e93613206b42cb484009a0d2d
Author: Pietro Battiston <m...@pietrobattiston.it>
Date:   Thu Jun 24 16:34:24 2010 +0200

    added debian/patches
---
 debian/patches/do-not-install-examples-as-scripts | 18 ++++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/do-not-install-examples-as-scripts 
b/debian/patches/do-not-install-examples-as-scripts
new file mode 100644
index 0000000..353b766
--- /dev/null
+++ b/debian/patches/do-not-install-examples-as-scripts
@@ -0,0 +1,18 @@
+Description: Do not install examples as scripts
+ Scripts in examples dir are already installed in
+ /usr/share/doc/python-shapely/examples
+ and should not be installed in /usr/bin.
+Author: Pietro Battiston <too...@email.it>
+Forwarded: yes
+
+--- python-shapely-1.2.1.orig/setup.py
++++ python-shapely-1.2.1/setup.py
+@@ -29,7 +29,7 @@ setup_args = dict(
+     url                 = 'http://trac.gispython.org/lab/wiki/Shapely',
+     long_description    = readme_text,
+     packages            = ['shapely', 'shapely.geometry'],
+-    scripts             = ['examples/dissolve.py', 'examples/intersect.py'],
++#    scripts             = ['examples/dissolve.py', 'examples/intersect.py'],
+     test_suite          = 'shapely.tests.test_suite',
+     classifiers         = [
+         'Development Status :: 5 - Production/Stable',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6d3430f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+do-not-install-examples-as-scripts

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-shapely.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to