Author: frankie Date: 2009-02-09 13:02:45 +0000 (Mon, 09 Feb 2009) New Revision: 1860
Modified: packages/gdal/branches/1.5/debian/changelog packages/gdal/branches/1.5/debian/compat packages/gdal/branches/1.5/debian/rules Log: Minor upgrade with a few upstream fixes. Modified: packages/gdal/branches/1.5/debian/changelog =================================================================== --- packages/gdal/branches/1.5/debian/changelog 2009-02-09 12:06:43 UTC (rev 1859) +++ packages/gdal/branches/1.5/debian/changelog 2009-02-09 13:02:45 UTC (rev 1860) @@ -2,8 +2,10 @@ * New upstream release for 1.5 branch. * Removed patch gcc4.4.dpatch merged upstream. + * dh_movefiles changed in dh_install in debian/rules. + * compat changed to 5 to be coherent with debian/control. - -- Francesco Paolo Lovergine <[email protected]> Mon, 09 Feb 2009 12:42:11 +0100 + -- Francesco Paolo Lovergine <[email protected]> Mon, 09 Feb 2009 14:01:41 +0100 gdal (1.5.3-1) experimental; urgency=low Modified: packages/gdal/branches/1.5/debian/compat =================================================================== --- packages/gdal/branches/1.5/debian/compat 2009-02-09 12:06:43 UTC (rev 1859) +++ packages/gdal/branches/1.5/debian/compat 2009-02-09 13:02:45 UTC (rev 1860) @@ -1 +1 @@ -4 +5 Modified: packages/gdal/branches/1.5/debian/rules =================================================================== --- packages/gdal/branches/1.5/debian/rules 2009-02-09 12:06:43 UTC (rev 1859) +++ packages/gdal/branches/1.5/debian/rules 2009-02-09 13:02:45 UTC (rev 1860) @@ -141,7 +141,7 @@ binary-common: dh_testdir dh_testroot - dh_movefiles + dh_install --sourcedir=i$(CURDIR)/debian/tmp --autodest dh_installdocs dh_installchangelogs NEWS dh_link _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

