~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to raster/r.external/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
479
479
    if (title)
480
480
        G_put_cell_title(output, title);
481
481
 
482
 
    G_message(_("<%s> created"), output);
 
482
    G_message(_("Link to raster map <%s> created"), output);
483
483
}
484
484
 
485
485
int main(int argc, char *argv[])
658
658
        G_message(_("Imagery group <%s> created"), output);
659
659
    }
660
660
 
661
 
    G_done_msg(" ");
662
 
 
663
661
    exit(EXIT_SUCCESS);
664
662
}
665
663