[DebianGIS-dev] r1963 - packages/geos/trunk/debian

kobold at alioth.debian.org kobold at alioth.debian.org
Thu Mar 5 18:22:54 UTC 2009


Author: kobold
Date: 2009-03-05 18:22:54 +0000 (Thu, 05 Mar 2009)
New Revision: 1963

Modified:
   packages/geos/trunk/debian/changelog
   packages/geos/trunk/debian/control
   packages/geos/trunk/debian/copyright
   packages/geos/trunk/debian/rules
Log:
debian/copyright: updated.

Modified: packages/geos/trunk/debian/changelog
===================================================================
--- packages/geos/trunk/debian/changelog	2009-03-04 21:46:40 UTC (rev 1962)
+++ packages/geos/trunk/debian/changelog	2009-03-05 18:22:54 UTC (rev 1963)
@@ -1,5 +1,6 @@
-geos (3.0.3-1) UNRELEASED; urgency=low
+geos (3.0.3-1) unstable; urgency=low
 
+  [ Francesco Paolo Lovergine ]
   * New upstream release.
   * Updated debian/copyright adding copyright notice [lintian].
   * Policy bumped to 3.8.0 (no changes)
@@ -11,8 +12,11 @@
   * Moved to debhelper level 7. 
   * Some minor clean up in debian/rules.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 16 Feb 2009 00:21:50 +0100
+  [ Fabio Tranchitella ]
+  * debian/copyright: updated.
 
+ -- Fabio Tranchitella <kobold at debian.org>  Thu, 05 Mar 2009 18:59:10 +0100
+
 geos (3.0.0-5) unstable; urgency=low
 
   * debian/rules: fixed a FTBFS on arm eabi; patch from Riku Voipio.

Modified: packages/geos/trunk/debian/control
===================================================================
--- packages/geos/trunk/debian/control	2009-03-04 21:46:40 UTC (rev 1962)
+++ packages/geos/trunk/debian/control	2009-03-05 18:22:54 UTC (rev 1963)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7), dpatch, doxygen
+Build-Depends: debhelper (>= 7), dpatch, doxygen, swig, python-dev, ruby, ruby-dev
 Standards-Version: 3.8.0
 Homepage: http://trac.osgeo.org/geos/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/geos/trunk

Modified: packages/geos/trunk/debian/copyright
===================================================================
--- packages/geos/trunk/debian/copyright	2009-03-04 21:46:40 UTC (rev 1962)
+++ packages/geos/trunk/debian/copyright	2009-03-05 18:22:54 UTC (rev 1963)
@@ -1,15 +1,17 @@
 This package was debianized by Steve Halasz <debian at adkgis.org> on
 Fri, 22 Oct 2004 23:24:25 -0400.
 
-It was downloaded from: 
- http://geos.refractions.net/
+It was downloaded from: http://trac.osgeo.org/geos/
 
+The package is distributed as a bzip2 compressed tarball.
+The Debian maintainer repacked the tarball to be gzip compressed.
+
 The upstream contributors are listed in the AUTHORS file.
 
 Copyright:
 
-Copyright (C) 2001-2004 Vivid Solutions Inc.
-Copyright (C) 2005-2007 Refractions Research Inc.
+    Copyright (C) 2001-2004 Vivid Solutions Inc.
+    Copyright (C) 2005-2007 Refractions Research Inc.
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public License as

Modified: packages/geos/trunk/debian/rules
===================================================================
--- packages/geos/trunk/debian/rules	2009-03-04 21:46:40 UTC (rev 1962)
+++ packages/geos/trunk/debian/rules	2009-03-05 18:22:54 UTC (rev 1963)
@@ -51,12 +51,15 @@
 	mv config.guess config.guess.bak
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-		
-	CFLAGS="$(CFLAGS)" \
-		./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
-		--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info $(CONFFLAGS)
+	CFLAGS="$(CFLAGS)" ./configure \
+        --host=$(DEB_HOST_GNU_TYPE) \
+        --build=$(DEB_BUILD_GNU_TYPE) \
+        --enable-python \
+        --enable-ruby \
+		--prefix=/usr \
+        --mandir=\$${prefix}/share/man \
+        --infodir=\$${prefix}/share/info $(CONFFLAGS)
 
-
 #Architecture
 build: patch build-arch build-indep
 
@@ -112,7 +115,7 @@
 	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
+	rm $(CURDIR)/debian/libgeos-dev/usr/lib/libgeos-3.0.3.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