~ubuntu-branches/ubuntu/natty/unity-place-files/natty

« back to all changes in this revision

Viewing changes to .pc/debian-changes-0.5.46-0ubuntu4/src/config.vala

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-04-11 09:19:25 UTC
  • Revision ID: james.westby@ubuntu.com-20110411091925-f29ujgc1vw9vi189
Tags: 0.5.46-0ubuntu4
debian/control: Drop libzeitgeist-gio Recommends:, which is NBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Config {
 
2
 
 
3
  const string PREFIX = "/usr";
 
4
  
 
5
  const string DATADIR = "/usr/share";
 
6
  
 
7
  const string PKGDATADIR = "/usr/share/unity";
 
8
  
 
9
  const string BINDIR = "/usr/bin";
 
10
  
 
11
  const string LOCALEDIR = "/usr/share/locale";
 
12
  
 
13
  const string PACKAGE = "unity-place-files";
 
14
  
 
15
  const string VERSION = "0.5.46";
 
16
}