Author: frankie Date: 2009-05-09 18:24:31 +0000 (Sat, 09 May 2009) New Revision: 2193
Modified: packages/grass/trunk/debian/changelog packages/grass/trunk/debian/control packages/grass/trunk/debian/control.in Log: Proper fix of gprojects.h requirements. Modified: packages/grass/trunk/debian/changelog =================================================================== --- packages/grass/trunk/debian/changelog 2009-05-09 18:04:41 UTC (rev 2192) +++ packages/grass/trunk/debian/changelog 2009-05-09 18:24:31 UTC (rev 2193) @@ -1,7 +1,8 @@ -grass (6.4.0~rc4-2) unstable; urgency=low +grass (6.4.0~rc4-2) unstable; urgency=high - * NOT RELEASED YET * Removed superfluous /usr/share/doc/grass<version> empty directory. + * Added libproj-dev to grass-dev reqs. + (closes: #527655) -- Francesco Paolo Lovergine <[email protected]> Sat, 18 Apr 2009 01:04:36 +0200 Modified: packages/grass/trunk/debian/control =================================================================== --- packages/grass/trunk/debian/control 2009-05-09 18:04:41 UTC (rev 2192) +++ packages/grass/trunk/debian/control 2009-05-09 18:24:31 UTC (rev 2193) @@ -48,7 +48,7 @@ Package: grass-dev Section: devel Architecture: any -Depends: grass (= ${binary:Version}) +Depends: grass (= ${binary:Version}), libproj-dev Suggests: pkg-config Provides: grass64-dev Description: GRASS GIS development files Modified: packages/grass/trunk/debian/control.in =================================================================== --- packages/grass/trunk/debian/control.in 2009-05-09 18:04:41 UTC (rev 2192) +++ packages/grass/trunk/debian/control.in 2009-05-09 18:24:31 UTC (rev 2193) @@ -48,7 +48,7 @@ Package: grass-dev Section: devel Architecture: any -Depends: grass (= ${binary:Version}) +Depends: grass (= ${binary:Version}), libproj-dev Suggests: pkg-config Provides: gr...@version@-dev Description: GRASS GIS development files _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

