File: control

package info (click to toggle)
nemo-python 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 436 kB
  • ctags: 140
  • sloc: xml: 1,699; ansic: 783; python: 209; makefile: 133; sh: 9
file content (29 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: nemo-python
Section: python
Priority: optional
Maintainer: Debian Cinnamon Team <pkg-cinnamon-team@lists.alioth.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>,
           Margarita Manterola <marga@debian.org>,
           Fabio Fantoni <fantonifabio@tiscali.it>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               gtk-doc-tools,
               libnemo-extension-dev (>= 1.0.3),
               python-dev,
               python-gi-dev,
Homepage: https://github.com/linuxmint/nemo-extensions/
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/git/pkg-cinnamon/nemo-python.git
Vcs-Git: https://anonscm.debian.org/git/pkg-cinnamon/nemo-python.git

Package: nemo-python
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         gir1.2-nemo-3.0 (>= 3.0),
Conflicts: python-nemo
Provides: python-nemo
Replaces: python-nemo
Description: Python bindings for nemo components
 Python bindings for Nemo, to allow creation of Nemo extensions in Python.
 This allows creating property page and menu item extensions.