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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
netifaces (0.10.4-0.1) unstable; urgency=low
* Non-maintainer upload.
[ Thomas Goirand ]
* New upstream release (Closes: #749106).
* Removed useless XS-Python-Version: >= 2.6 and X-Python3-Version: >= 3.1.
* Added extend-diff-ignore = "^[^/]*[.]egg-info/" in debian/source/options.
* Upstream renamed README into README.rst, updates debian/docs accordingly.
* Updated Standards-Version: to 3.9.5.
* Rewrote debian/copyright into parseable format 1.0.
* Fixed duplicate descriptions in debian/control.
* Canonical VCS URLs, now using collab-maint.
* Updated debian/watch file to use pypi.
* Set the Debian Python Modules Team as maintainer, and Mario & myself as
uploaders.
[ Mario Izquierdo ]
* Add patch build-in-python3.3.diff (build python3 packages)
(Python 3.x compatibility added by Kevin Kelley <kelleyk@kelleyk.net>)
https://pypi.python.org/pypi/netifaces-py3
* debian/rules: Use new debhelper (dh) instead of cdbs
-- Thomas Goirand <zigo@debian.org> Wed, 25 Jun 2014 10:24:29 +0000
netifaces (0.8-2) unstable; urgency=low
* Standards-Version bumped to 3.9.3 (no changes needed)
* New patch fix-hurd-build-AF_LINK.diff:
- define HAVE_AF_LINK=0 in GNU/Hurd (closes: #678358)
-- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Fri, 22 Jun 2012 13:53:47 +0200
netifaces (0.8-1) unstable; urgency=low
* New upstream version
-- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Sat, 10 Mar 2012 16:18:55 +0100
netifaces (0.6-2) unstable; urgency=low
* debian/control:
- fix typo s/interfaceface/interface/ (Closes: #649081)
- Update Homepage
-- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Thu, 17 Nov 2011 14:01:17 +0100
netifaces (0.6-1) unstable; urgency=low
* New upstream version
* Standards-Version bumped to 3.9.2 (no changes needed)
* Migrate to dh_python2
-- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Mon, 14 Nov 2011 22:11:05 +0100
netifaces (0.5-3) unstable; urgency=low
* Standards-Version bumped to 3.9.1 (no changes needed)
-- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Tue, 28 Sep 2010 15:40:34 +0200
netifaces (0.5-2.1) unstable; urgency=low
* Non-maintainer upload (with maintainer's permission).
* Add ‘Depends: ${python:Depends}’ (closes: #591992).
-- Jakub Wilk <jwilk@debian.org> Sat, 07 Aug 2010 18:32:31 +0200
netifaces (0.5-2) unstable; urgency=low
* Set Section: debug in python-netifaces-dbg
* Change iface to interface in debian/control Description
* Update Policy to 3.8.4 and change format to 3.0 (quilt)
-- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Tue, 02 Mar 2010 13:49:07 +0100
netifaces (0.5-1) unstable; urgency=low
* New upstream version
* Add VCS- fields in debian/control
* Fix lintian copyright-with-old-dh-make-debian-copyright
* Append (debug extension) to python-netifaces-dbg short description
* Bump up Standards-Version: 3.8.1 (no changes)
* Update debhelper and compat version to >= 7.0.0
* Remove debian/copyright Upstream text
-- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Sun, 22 Mar 2009 12:25:56 +0100
netifaces (0.4-1) unstable; urgency=low
* Initial release (Closes: #500394)
-- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Sat, 27 Sep 2008 22:24:40 +0200
|