~zeitgeist-sharp/zeitgeist-sharp/packaging

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Manish Sinha
  • Date: 2010-11-20 22:17:35 UTC
  • Revision ID: manishsinha.tech@gmail.com-20101120221735-qxkv2g3piop880os
Added Debian packaging files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: zeitgeist-sharp
 
2
Section: cli-mono
 
3
Priority: optional
 
4
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
 
5
Uploaders: Jo Shields <directhex@apebox.org>
 
6
Build-Depends: debhelper (>= 7.0.50)
 
7
Build-Depends-Indep: cli-common-dev (>= 0.5.7),
 
8
 mono-devel (>= 2.4.3),
 
9
 mono-xbuild,
 
10
 libndesk-dbus1.0-cil-dev,
 
11
 libndesk-dbus-glib1.0-cil-dev,
 
12
 libglib2.0-cil-dev
 
13
Standards-Version: 3.9.1
 
14
Homepage: https://launchpad.net/zeitgeist-sharp
 
15
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/zeitgeist-sharp.git
 
16
Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/zeitgeist-sharp.git
 
17
 
 
18
Package: libzeitgeist-cil-dev
 
19
Architecture: all
 
20
Depends: libzeitgeist0.1-cil (= ${binary:Version}), ${misc:Depends}
 
21
Description: CLI bindings for Zeitgeist Project - development files
 
22
 zeitgeist-sharp is a managed C# wrapper of the Zeitgeist DBus API. 
 
23
 It exposes Log (Querying the events) , Blacklist, Monitor and 
 
24
 DataSources.
 
25
 .
 
26
 This package contains the development files needed to compile CLI 
 
27
 applications which use this library.
 
28
 
 
29
Package: libzeitgeist0.1-cil
 
30
Architecture: all
 
31
Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
 
32
Description: CLI bindings for Zeitgeist Project
 
33
 zeitgeist-sharp is a managed C# wrapper of the Zeitgeist DBus API. 
 
34
 It exposes Log (Querying the events) , Blacklist, Monitor and 
 
35
 DataSources.
 
36
 .
 
37
 This package contains the managed CLI bindings for zeitgeist-sharp, 
 
38
 which are needed to run CLI applications which use this library.