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 <[EMAIL PROTECTED]>  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


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

Reply via email to