File: control

package info (click to toggle)
kmodpy 0.1.10-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: python: 730; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 828 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: kmodpy
Maintainer: Chrysostomos Nanakos <cnanakos@debian.org>
Section: python
Priority: optional
X-Python-Version: >= 2.7
Build-Depends: python-setuptools, python-all, debhelper (>= 9), dh-python
Homepage: https://github.com/cnanakos/kmodpy
Standards-Version: 3.9.6
Vcs-Git: git://github.com/cnanakos/kmodpy.git -b debian
Vcs-Browser: https://github.com/cnanakos/kmodpy/tree/debian/debian

Package: python-kmodpy
Architecture: linux-any
Depends: ${misc:Depends}, ${python:Depends}, libkmod2 (>=18-1)
Description: Python binding for kmod
 The libkmod2 is a library that provides an API for insertion, removal,
 configuration and listing of kernel modules.
 .
 kmodpy is a Python ctypes wrapper module for libkmod, exposing common module
 operations: listing installed modules, modprobe, modinfo, show_depends and
 rmmod.