Skip to content

Commit

Permalink
Sync with Debian mentors upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Jan 29, 2020
1 parent 417a68c commit bbfd998
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 37 deletions.
21 changes: 8 additions & 13 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
pypureomapi (0.8-1) UNRELEASED; urgency=low

* New upstream release; Closes: #950061
* Implement more generic lookup functions
* move group examples to source
* improve documentation
* add new method add_host_supersede
* add optional timeout parameter
* add Python 3.6 compatibility
* add lookup_hostname and add_host_without_ip
* add pylint exceptions and Debian dh-python dependency

-- Dr. Torge Szczepanek <[email protected]> Wed, 29 Jan 2020 09:19:06 +0100
pypureomapi (0.8-1) unstable; urgency=medium

* New upstream release
* Add dh-python to build-dependency; Closes: #950061
* Use updated description from upstream
* Update Debian policy

-- Dr. Torge Szczepanek <[email protected]> Wed, 29 Jan 2020 09:58:32 +0100

pypureomapi (0.4-1.1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
9
33 changes: 12 additions & 21 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
Source: pypureomapi
Maintainer: Dr. Torge Szczepanek <[email protected]>
Standards-Version: 3.9.6
Standards-Version: 4.4.1
Section: python
Priority: extra
Priority: optional
Homepage: https://github.com/CygnusNetworks/pypureomapi
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10), python3, python3-all, dh-python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Build-Depends: debhelper (>= 9), python3, python3-all, dh-python
X-Python3-Version: >= 3.7

Package: python3-pypureomapi
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: ISC DHCP OMAPI protocol implementation in Python3
This module grew out of frustration about pyomapi and later pyomapic. The
extension modules mentioned can be used to query the ISC DHCP server for
information about leases. pyomapic does this job using swig and the static
library provided with ISC DHCP. It leaks and has basically no error checking.
Adding error checking later turned out to be a maintenance hell with swig, so
a pure Python implementation for omapi, pypureomapi was born. It can mostly
be used as a drop-in replacement for pyomapic.
This is the py3 version of the module.

Package: python3-pypureomapi-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: ISC DHCP OMAPI protocol implementation (common documentation)
This package provides usage documentation for the Python OMAPI implementation
pypureomapi is a Python implementation of the DHCP OMAPI protocol
used in the most popular Linux DHCP server from ISC.
It can be used to query and modify leases and other objects exported
by an ISC DHCP server.
The interaction can be authenticated using HMAC-MD5. Besides basic
ready to use operations, custom interaction can be implemented with
limited effort. It can be used as a drop-in replacement for pyomapic,
but provides error checking and extensibility beyond pyomapic.
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pypureomapi
Upstream-Contact: Dr. Torge Szczepanek <[email protected]>
Source: https://github.com/CygnusNetworks/pypureomapi
Expand Down
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (quilt)
3.0 (quilt)

0 comments on commit bbfd998

Please sign in to comment.