The following commit has been merged in the upstream branch: commit bc114b1f344da57d33f4deaf4b3cb12fbd0838df Author: Francesco Paolo Lovergine <fran...@debian.org> Date: Wed Feb 22 12:18:46 2012 +0100
Fixed typo in path name. diff --git a/debian/rules b/debian/rules index c37f083..a818b17 100755 --- a/debian/rules +++ b/debian/rules @@ -120,8 +120,8 @@ install-arch: debian/libgeos-ruby1.8/usr/lib/ruby/1.8 find debian/libgeos-ruby*/usr/lib/ruby -name "*.la" -delete || true # add C++ headers to C++ dev package install file - cp debian/libgeos++dev.install.in debian/libgeos++dev.install - find debian/tmp/usr/include/geos -name "*.h" -a ! -name "export.h" | sed -e 's/^debian\/tmp\///' >>debian/libgeos++dev.install + cp debian/libgeos++-dev.install.in debian/libgeos++-dev.install + find debian/tmp/usr/include/geos -name "*.h" -a ! -name "export.h" | sed -e 's/^debian\/tmp\///' >>debian/libgeos++-dev.install # Must not depend on anything. This is to be called by # binary-arch/binary-indep -- Geometry engine for Geographic Information Systems _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel