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

« back to all changes in this revision

Viewing changes to .pc/debian-changes-0.5.40-0ubuntu1/src/config.vala

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-10 19:49:56 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110310194956-cdoytq2fp9y39pgr
Tags: 0.5.42-0ubuntu1
* New upstream release.
  - Dash file Lens – Rename “Favourite Folders” category header to “Folders”
    (LP: #723866)
  - looking for 'places' icons in the wrong location (LP: #727672)

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.40";
16
 
}