~ubuntu-branches/ubuntu/feisty/strigi/feisty-backports

« back to all changes in this revision

Viewing changes to src/daemon/dbus/makecode.pl

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2006-11-12 19:23:58 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061112192358-bopz8iu9cr8bosyc
Tags: 0.3.9-1
* New upstream release
* Remove patch to inotify support option, merged upstream
* Add poppler-utils and wv as Depends
* Include utils.mk to rules
* Add deepfind, deepgrep, luceneindexer and xmlindexer to
  strigi-daemon.install
* Update strigi-daemon.lintian-overrides for 0.3.9 version

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        "bool" => "b",
22
22
        "std::vector<std::string>" => "as",
23
23
        "std::set<std::string>" => "as",
24
 
        "Hits" => "a(sdsssxxa{ss})",
 
24
        "Hits" => "a(sdsssxta(ss))",
25
25
        "std::map<std::string, std::string>" => "a{ss}",
26
26
        "std::vector<char>" => "ay",
27
 
        "std::multimap<int, std::string>" => "a(is)"
 
27
        "std::multimap<int, std::string>" => "a(is)",
 
28
        "uint64_t" => "t"
28
29
);
29
30
 
30
31
sub splitArguments {