Author: kobold Date: 2009-03-05 19:59:49 +0000 (Thu, 05 Mar 2009) New Revision: 1967
Added: packages/geos/trunk/debian/python-geos.install Modified: packages/geos/trunk/debian/changelog packages/geos/trunk/debian/control packages/geos/trunk/debian/rules Log: python and ruby packages Modified: packages/geos/trunk/debian/changelog =================================================================== --- packages/geos/trunk/debian/changelog 2009-03-05 18:59:41 UTC (rev 1966) +++ packages/geos/trunk/debian/changelog 2009-03-05 19:59:49 UTC (rev 1967) @@ -14,9 +14,10 @@ * Some minor clean up in debian/rules. [ Fabio Tranchitella ] + * debian/control: added libgeos-ruby1.8 and python-geos. (Closes: #509679) * debian/copyright: updated. - -- Fabio Tranchitella <[email protected]> Thu, 05 Mar 2009 18:59:10 +0100 + -- Fabio Tranchitella <[email protected]> Thu, 05 Mar 2009 20:18:57 +0100 geos (3.0.0-5) unstable; urgency=low Modified: packages/geos/trunk/debian/control =================================================================== --- packages/geos/trunk/debian/control 2009-03-05 18:59:41 UTC (rev 1966) +++ packages/geos/trunk/debian/control 2009-03-05 19:59:49 UTC (rev 1967) @@ -75,3 +75,25 @@ OpenGIS Consortium Simple Features Specification for SQL. . This package contains the documentation for the GEOS API. + +Package: python-geos +Section: python +Architecture: any +Depends: libgeos-3.0.3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Description: GEOS bindings for Python + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the Python bindings for GEOS. + +Package: libgeos-ruby1.8 +Section: interpreters +Architecture: any +Depends: libgeos-3.0.3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: GEOS bindings for Ruby + GEOS provides a spatial object model and fundamental geometric + functions. It implements the geometry model defined in the + OpenGIS Consortium Simple Features Specification for SQL. + . + This package contains the Ruby bindings for GEOS. Added: packages/geos/trunk/debian/python-geos.install =================================================================== --- packages/geos/trunk/debian/python-geos.install (rev 0) +++ packages/geos/trunk/debian/python-geos.install 2009-03-05 19:59:49 UTC (rev 1967) @@ -0,0 +1 @@ +usr/lib/python2.5/site-packages Modified: packages/geos/trunk/debian/rules =================================================================== --- packages/geos/trunk/debian/rules 2009-03-05 18:59:41 UTC (rev 1966) +++ packages/geos/trunk/debian/rules 2009-03-05 19:59:49 UTC (rev 1967) @@ -90,25 +90,22 @@ dh_testroot dh_prep -i dh_installdirs -i - - # Add here commands to install the indep part of the package into # debian/libgeos-doc - # Install doxygen html files install -m 644 doc/doxygen_docs/html/* debian/libgeos-doc/usr/share/doc/libgeos-doc/html - # Install example program source install -m 644 doc/example.cpp debian/libgeos-doc/usr/share/doc/libgeos-doc/examples install -m 644 debian/Makefile.example debian/libgeos-doc/usr/share/doc/libgeos-doc/examples/Makefile - - #dh_install -i + # debian/libgeos-ruby1.8 + install -m 644 debian/tmp/usr/local/lib/site_ruby/1.8 \ + debian/libgeos-ruby1.8/usr/lib/ruby/1.8 + dh_install -i install-arch: dh_testdir dh_testroot dh_prep -s dh_installdirs -s - # Add here commands to install the arch part of the package into # debian/tmp. $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp @@ -140,6 +137,7 @@ # Build architecture independant packages using the common target. binary-indep: build-indep install-indep + dh_pycentral -p python-geos $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common # Build architecture dependant packages using the common target. _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

