~ubuntu-branches/ubuntu/karmic/synaptic/karmic

« back to all changes in this revision

Viewing changes to common/rpackage.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-09-22 17:49:45 UTC
  • Revision ID: james.westby@ubuntu.com-20090922174945-3hs06w6ihzeno8pu
Tags: 0.62.7ubuntu4
* common/sections_trans.cc:
  - fix typo in gnu-r section description
* po/fr.po:
  - updated, thanks to Stéphane Blondon, closes: #543981
* po/sl.po:
  - updated, thanks to Matej Urbančič
* take the "Origin" field from the release file into account
  when looking for supported packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
   
172
172
   // get label of download site
173
173
   string label();
 
174
 
 
175
   // get origin (Origin tag from the release file)
 
176
   string origin();
174
177
   
175
178
   const char *maintainer();
176
179
   const char *vendor();