Author: kobold Date: 2006-10-20 11:22:19 +0000 (Fri, 20 Oct 2006) New Revision: 569
Removed: packages/geos/trunk/debian/patches/ Modified: packages/geos/trunk/debian/changelog packages/geos/trunk/debian/compat packages/geos/trunk/debian/control packages/geos/trunk/debian/libgeos-dev.install packages/geos/trunk/debian/rules packages/geos/trunk/debian/watch Log: Changes for the debian release 2.2.3-1. Modified: packages/geos/trunk/debian/changelog =================================================================== --- packages/geos/trunk/debian/changelog 2006-10-20 10:56:31 UTC (rev 568) +++ packages/geos/trunk/debian/changelog 2006-10-20 11:22:19 UTC (rev 569) @@ -1,8 +1,8 @@ -geos (2.2.1-2) unstable; urgency=low +geos (2.2.3-1) experimental; urgency=low - * Fix watch file + * New upstream release. (Closes: #370498) - -- Paul Wise <[EMAIL PROTECTED]> Tue, 1 Aug 2006 20:18:45 +0800 + -- Fabio Tranchitella <[EMAIL PROTECTED]> Tue, 10 Oct 2006 19:56:09 +0200 geos (2.2.1-1) unstable; urgency=low @@ -18,6 +18,8 @@ * Add homepages to the package descriptions. * Add a watchfile + * Upload sponsored by Peter Reinholdtsen + -- Steve Halasz <[EMAIL PROTECTED]> Sun, 15 Jan 2006 13:53:40 +0800 geos (2.1.4-2) unstable; urgency=low Modified: packages/geos/trunk/debian/compat =================================================================== --- packages/geos/trunk/debian/compat 2006-10-20 10:56:31 UTC (rev 568) +++ packages/geos/trunk/debian/compat 2006-10-20 11:22:19 UTC (rev 569) @@ -1 +1 @@ -4 +5 Modified: packages/geos/trunk/debian/control =================================================================== --- packages/geos/trunk/debian/control 2006-10-20 10:56:31 UTC (rev 568) +++ packages/geos/trunk/debian/control 2006-10-20 11:22:19 UTC (rev 569) @@ -2,9 +2,10 @@ Section: science Priority: optional Maintainer: Debian GIS Project <[email protected]> -Uploaders: Steve Halasz <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), doxygen, dpatch -Standards-Version: 3.6.2 +Uploaders: Steve Halasz <[EMAIL PROTECTED]>, Fabio Tranchitella <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5.0.0), dpatch +Build-Depends-Indep: doxygen +Standards-Version: 3.7.2.1 Package: libgeos-dev Section: libdevel Modified: packages/geos/trunk/debian/libgeos-dev.install =================================================================== --- packages/geos/trunk/debian/libgeos-dev.install 2006-10-20 10:56:31 UTC (rev 568) +++ packages/geos/trunk/debian/libgeos-dev.install 2006-10-20 11:22:19 UTC (rev 569) @@ -1,5 +1,5 @@ usr/bin/geos-config usr/include/* -usr/lib/lib*.a +usr/lib/*.a usr/lib/*.la -usr/lib/lib*.so +usr/lib/*.so Modified: packages/geos/trunk/debian/rules =================================================================== --- packages/geos/trunk/debian/rules 2006-10-20 10:56:31 UTC (rev 568) +++ packages/geos/trunk/debian/rules 2006-10-20 11:22:19 UTC (rev 569) @@ -41,9 +41,11 @@ dh_testdir # Add here commands to configure the package. ifneq "$(wildcard /usr/share/misc/config.sub)" "" + mv config.sub config.sub.bak cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" + mv config.guess config.guess.bak cp -f /usr/share/misc/config.guess config.guess endif @@ -71,11 +73,10 @@ clean-patched: dh_testdir dh_testroot - rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP# - - # Add here commands to clean up after the build process. + rm -f build-arch-stamp build-indep-stamp -$(MAKE) distclean - + [ -f config.sub.bak ] && mv config.sub.bak config.sub || true + [ -f config.guess.bak ] && mv config.guess.bak config.guess || true dh_clean install: install-indep install-arch @@ -119,22 +120,11 @@ dh_installchangelogs dh_installdocs dh_installexamples -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms -# dh_perl -# dh_python dh_makeshlibs dh_installdeb dh_shlibdeps Modified: packages/geos/trunk/debian/watch =================================================================== --- packages/geos/trunk/debian/watch 2006-10-20 10:56:31 UTC (rev 568) +++ packages/geos/trunk/debian/watch 2006-10-20 11:22:19 UTC (rev 569) @@ -1,2 +1,2 @@ version=2 -http://geos.refractions.net/geos-([0-9.]*)\.tar\.bz2 debian uupdate +http://geos.refractions.net/geos-([0-9.])*\.tar\.bz2 debian uupdate _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

