~ubuntu-branches/ubuntu/jaunty/synaptic/jaunty-updates

« back to all changes in this revision

Viewing changes to common/rpackage.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-14 12:42:42 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081114124242-whkcg0a11p5y5uur
Tags: 0.62.2ubuntu1
* Merge from debian, remaining changes:
  - ubuntu icons for supported applications
  - launchpad-integration
  - support section metapackages
  - x-ubuntu-gettext-domain in desktop file
  - support end time calculation

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
   const char *description();
135
135
   const char *installedFiles();
136
136
 
137
 
   // get changelog file from the debian server (debian only of course)
 
137
   // get changelog file from the debian server 
138
138
   string getChangelogFile(pkgAcquire *fetcher);
 
139
   // get screenshot file from the debian server 
 
140
   string getScreenshotFile(pkgAcquire *fetcher);
139
141
 
140
142
   vector<string> provides();
141
143