[DebianGIS-dev] r2632 - packages/geos/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Wed Dec 16 16:33:50 UTC 2009
Author: frankie
Date: 2009-12-16 16:33:50 +0000 (Wed, 16 Dec 2009)
New Revision: 2632
Modified:
packages/geos/trunk/debian/changelog
packages/geos/trunk/debian/libgeos-dev.install
packages/geos/trunk/debian/rules
Log:
Do not install .la files.
Modified: packages/geos/trunk/debian/changelog
===================================================================
--- packages/geos/trunk/debian/changelog 2009-12-16 16:14:24 UTC (rev 2631)
+++ packages/geos/trunk/debian/changelog 2009-12-16 16:33:50 UTC (rev 2632)
@@ -4,8 +4,9 @@
* Removed kobold among uploaders because no more active on DebianGIS packages.
* Policy bumped to 3.8.3, without changes.
* Changed a bit debian/rules to manage RC patch version.
+ * Now, it does not install libtool helper file .la, as currently deprecated.
- -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 16 Dec 2009 17:09:57 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 16 Dec 2009 17:28:43 +0100
geos (3.1.1-1) unstable; urgency=low
Modified: packages/geos/trunk/debian/libgeos-dev.install
===================================================================
--- packages/geos/trunk/debian/libgeos-dev.install 2009-12-16 16:14:24 UTC (rev 2631)
+++ packages/geos/trunk/debian/libgeos-dev.install 2009-12-16 16:33:50 UTC (rev 2632)
@@ -1,5 +1,4 @@
usr/bin/geos-config
usr/include/*
usr/lib/*.a
-usr/lib/*.la
usr/lib/*.so
Modified: packages/geos/trunk/debian/rules
===================================================================
--- packages/geos/trunk/debian/rules 2009-12-16 16:14:24 UTC (rev 2631)
+++ packages/geos/trunk/debian/rules 2009-12-16 16:33:50 UTC (rev 2632)
@@ -120,6 +120,7 @@
mkdir -p debian/libgeos-ruby1.8/usr/lib/ruby/
cp -ax debian/tmp/usr/local/lib/site_ruby/1.8 \
debian/libgeos-ruby1.8/usr/lib/ruby/1.8
+ find debian/libgeos-ruby*/usr/lib/ruby -name "*.la" -delete || true
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
More information about the Pkg-grass-devel
mailing list