~ubuntu-branches/debian/sid/libindicate/sid

« back to all changes in this revision

Viewing changes to bindings/python/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov
  • Date: 2010-06-20 14:01:00 UTC
  • mfrom: (4.1.14 maverick)
  • Revision ID: james.westby@ubuntu.com-20100620140100-59y3fqqmp9nfp8gr
Tags: 0.4.1-1
* Merge from Ubuntu.
  Closes: #560122
* debian/control:
  - Set Maintainer to pkg-ayatana.
  - Add myself as Uploader.
  - Update Vcs-* fields.
  - Standards-Version: 3.8.4
  - Update package descriptions.
  - -doc package is Arch:all
  - -doc package does not need to depend on the lib.
* debian/copyright:
  - Convert to DEP5 format.
  - Add Ken and Sebastien, according to changelog.
  - Add bindings/ and examples/ copyrights.
* debian/{control,rules}:
  - Force python2.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Python bindings for libindicate.
 
2
 
3
# Copyright 2009 Canonical Ltd.
 
4
 
5
# Authors:
 
6
#     Eitan Isaacson <eitan@ascender.com>
 
7
 
8
# This program is free software: you can redistribute it and/or modify it 
 
9
# under the terms of either or both of the following licenses:
 
10
 
11
# 1) the GNU Lesser General Public License version 3, as published by the 
 
12
# Free Software Foundation; and/or
 
13
# 2) the GNU Lesser General Public License version 2.1, as published by 
 
14
# the Free Software Foundation.
 
15
 
16
# This program is distributed in the hope that it will be useful, but 
 
17
# WITHOUT ANY WARRANTY; without even the implied warranties of 
 
18
# MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR 
 
19
# PURPOSE.  See the applicable version of the GNU Lesser General Public 
 
20
# License for more details.
 
21
 
22
# You should have received a copy of both the GNU Lesser General Public 
 
23
# License version 3 and version 2.1 along with this program.  If not, see 
 
24
# <http://www.gnu.org/licenses/>
 
25
 
 
26
from _indicate import *