Author: frankie Date: 2009-03-25 14:15:43 +0000 (Wed, 25 Mar 2009) New Revision: 2060
Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog packages/geotiff/libgeotiff-dfsg/trunk/debian/control packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff-dev.install packages/geotiff/libgeotiff-dfsg/trunk/debian/rules Log: Minor changes due to new upstream version. Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog =================================================================== --- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2009-03-25 12:47:30 UTC (rev 2059) +++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2009-03-25 14:15:43 UTC (rev 2060) @@ -2,7 +2,7 @@ * NOT RELEASED. * New upstream release - * Policy bumped to 3.8.0. + * Policy bumped to 3.8.1. * Debhelper compatibility set to 7. * Minor cleanups in debian/rules. Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/control =================================================================== --- packages/geotiff/libgeotiff-dfsg/trunk/debian/control 2009-03-25 12:47:30 UTC (rev 2059) +++ packages/geotiff/libgeotiff-dfsg/trunk/debian/control 2009-03-25 14:15:43 UTC (rev 2060) @@ -1,10 +1,10 @@ Source: libgeotiff-dfsg Priority: extra +Section: science Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]> Build-Depends: debhelper (>= 7), autotools-dev, proj, zlib1g-dev, libjpeg62-dev, libtiff4-dev, dpatch -Standards-Version: 3.8.0 -Section: science +Standards-Version: 3.8.1 Homepage: http://geotiff.maptools.org/ Package: libgeotiff-dev Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff-dev.install =================================================================== --- packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff-dev.install 2009-03-25 12:47:30 UTC (rev 2059) +++ packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff-dev.install 2009-03-25 14:15:43 UTC (rev 2060) @@ -1,3 +1,4 @@ usr/include/*.h usr/include/geotiff usr/include/*.inc usr/include/geotiff usr/lib/lib*.a +usr/lib/lib*.so Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules =================================================================== --- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2009-03-25 12:47:30 UTC (rev 2059) +++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2009-03-25 14:15:43 UTC (rev 2060) @@ -28,7 +28,8 @@ dh_testdir # Add here commands to configure the package. CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ - --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ + --includedir=\$${prefix}/include/geotiff build: build-stamp build-stamp: config.status _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

