Skip to content

Commit

Permalink
Fix debian packaging for sid update
Browse files Browse the repository at this point in the history
  • Loading branch information
cygnusb committed Jan 29, 2020
1 parent e087f1f commit 36728ea
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 36 deletions.
27 changes: 10 additions & 17 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,32 +1,25 @@
pypureomapi (0.8) UNRELEASED; urgency=low
pypureomapi (0.8-1) UNRELEASED; urgency=low

* New upstream release; Closes: #950061
* Implement more generic lookup functions
* move group examples to source
* improve documentation

-- Dr. Torge Szczepanek <[email protected]> Mon, 11 Feb 2019 13:29:22 +0100

pypureomapi (0.7) unstable; urgency=low

* add new method add_host_supersede

-- Dr. Torge Szczepanek <[email protected]> Fri, 21 Sep 2018 15:14:59 +0200

pypureomapi (0.6) unstable; urgency=low

* 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]> Thu, 30 Mar 2017 13:53:19 +0200
-- Dr. Torge Szczepanek <[email protected]> Wed, 29 Jan 2020 09:19:06 +0100

pypureomapi (0.5) unstable; urgency=low
pypureomapi (0.4-1.1) unstable; urgency=medium

* add lookup_hostname and add_host_without_ip
* add pylint exceptions and Debian dh-python dependency
* Non-maintainer upload.
* Drop python2 support; Closes: #937509

-- Dr. Torge Szczepanek <[email protected]> Mon, 21 Nov 2016 15:53:04 +0100
-- Sandro Tosi <[email protected]> Fri, 04 Oct 2019 22:02:53 -0400

pypureomapi (0.4) unstable; urgency=low
pypureomapi (0.4-1) unstable; urgency=low

[ Dr. Torge Szczepanek ]
* Switch License to Apache 2.0
Expand Down
19 changes: 3 additions & 16 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
Source: pypureomapi
Maintainer: Dr. Torge Szczepanek <[email protected]>
Standards-Version: 4.3.0
Standards-Version: 3.9.6
Section: python
Priority: extra
Homepage: https://github.com/CygnusNetworks/pypureomapi
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10), python (>= 2.6), python-all, python3, python3-all, dh-python
Build-Depends: debhelper (>= 10), python3, python3-all, dh-python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-pypureomapi
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: ISC DHCP OMAPI protocol implementation in Python2
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 py2 version of the module.

Package: python3-pypureomapi
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Expand All @@ -35,7 +22,7 @@ Description: ISC DHCP OMAPI protocol implementation in Python3
be used as a drop-in replacement for pyomapic.
This is the py3 version of the module.

Package: python-pypureomapi-doc
Package: python3-pypureomapi-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Upstream-Contact: Dr. Torge Szczepanek <[email protected]>
Source: https://github.com/CygnusNetworks/pypureomapi

Files: *
Copyright: 2010-2019, Cygnus Networks GmbH <[email protected]>
Copyright: 2010-2020, Cygnus Networks GmbH <[email protected]>
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
export PYBUILD_NAME=pypureomapi

%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (native)
3.0 (quilt)

0 comments on commit 36728ea

Please sign in to comment.