[DebianGIS-dev] r1434 - packages/geos/trunk/debian
kobold at alioth.debian.org
kobold at alioth.debian.org
Thu Mar 20 07:56:29 UTC 2008
Author: kobold
Date: 2008-03-20 07:56:28 +0000 (Thu, 20 Mar 2008)
New Revision: 1434
Modified:
packages/geos/trunk/debian/changelog
packages/geos/trunk/debian/rules
Log:
* debian/rules: the library itself (.so file) shouldn't be in the -dev
package. (Closes: #471745)
Modified: packages/geos/trunk/debian/changelog
===================================================================
--- packages/geos/trunk/debian/changelog 2008-03-19 18:57:47 UTC (rev 1433)
+++ packages/geos/trunk/debian/changelog 2008-03-20 07:56:28 UTC (rev 1434)
@@ -1,3 +1,10 @@
+geos (3.0.0-3) unstable; urgency=low
+
+ * debian/rules: the library itself (.so file) shouldn't be in the -dev
+ package. (Closes: #471745)
+
+ -- Fabio Tranchitella <kobold at debian.org> Thu, 20 Mar 2008 08:30:03 +0100
+
geos (3.0.0-2) unstable; urgency=low
* Upload to unstable.
Modified: packages/geos/trunk/debian/rules
===================================================================
--- packages/geos/trunk/debian/rules 2008-03-19 18:57:47 UTC (rev 1433)
+++ packages/geos/trunk/debian/rules 2008-03-20 07:56:28 UTC (rev 1434)
@@ -107,9 +107,10 @@
# Add here commands to install the arch part of the package into
# debian/tmp.
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
dh_install -s --sourcedir=debian/tmp
dh_installman -plibgeos-dev debian/geos-config.1
+ # remove the library from the -dev package
+ rm $(CURDIR)/debian/libgeos-dev/usr/lib/libgeos-3.0.0.so
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
More information about the Pkg-grass-devel
mailing list