~bruce.ma/ubuntu/precise/cheese/fix-992163-version1

« back to all changes in this revision

Viewing changes to src/vapi/config.vapi

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-20 20:43:10 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20120220204310-pjj7tjhu9bmeeiod
Tags: 3.3.90-0ubuntu1
* New upstream release.
* debian/libcheese-dev.install: Use a wildcard to catch all header
  files
* debian/rules: Recommend nautilus-sendto 
* debian/patches/01_hide-share-feature.patch: Dropped, obsolete

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
namespace Config
3
3
{
4
4
  public const string GETTEXT_PACKAGE;
 
5
  public const string DATADIR;
5
6
  public const string PACKAGE_DATADIR;
6
7
  public const string PACKAGE_LOCALEDIR;
7
8
  public const string PACKAGE_NAME;
8
9
  public const string PACKAGE_VERSION;
 
10
  public const string PACKAGE_TARNAME;
9
11
  public const string VERSION;
10
12
}