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
|
python-getdns (1.0.0~b1-1) unstable; urgency=medium
* new upstream version
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sat, 16 Jul 2016 11:19:56 +0200
python-getdns (0.6.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Scott Kitterman ]
* New upstream release
-- Scott Kitterman <scott@kitterman.com> Thu, 07 Apr 2016 01:11:29 -0400
python-getdns (0.6.0-1) unstable; urgency=medium
* Imported Upstream version 0.6.0
* Update patches for 0.6.0 release
-- Ondřej Surý <ondrej@debian.org> Wed, 27 Jan 2016 10:44:54 +0100
python-getdns (0.5.0-2) unstable; urgency=medium
* Backport upstream fix to back out STARTTLS support to align to
upstream getdns changes (Closes: #810260)
-- Scott Kitterman <scott@kitterman.com> Fri, 15 Jan 2016 15:22:12 -0500
python-getdns (0.5.0-1) unstable; urgency=medium
[ SVN-Git Migration ]
* Migrate packaging to git with git-dpm
[ Scott Kitterman ]
* New upstream release
* Agreed maintainer change to DPMT
- Update maintainer/uploaders and point to DPMT git repository in debian/
control
* Add support for python3
- Create new python3-getdns binary
- Split documentation and examples into separate python-getdns-doc package
so they are not duplicated
- Adjust debian/rules and install files
* Update copyright year in debian/copyright
-- Scott Kitterman <scott@kitterman.com> Tue, 29 Dec 2015 12:52:27 -0500
python-getdns (0.3.1-2) unstable; urgency=medium
* import upstream fix for segfault from Context.run()
* fix package description
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 17 Jun 2015 14:38:10 -0400
python-getdns (0.3.1-1) unstable; urgency=medium
* New Upstream version (Closes: #783786)
* joined the packaging team, adding myself to uploaders.
-- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Thu, 30 Apr 2015 00:55:28 -0400
python-getdns (0.2.1-2) unstable; urgency=medium
* Merge extra Scott Kitterman's changes from 0.2.0-2 into the repository
+ Adjust build-depends to fix FTBFS:
- Change python-all (>= 2.6.6-3) build-dep to python-all-dev (>= 2.6.6-3)
+ Add Build-depend on dh-python to ensure the latest version is used
* Add Vcs-* to debian/control
* No DPMT maintenance
-- Ondřej Surý <ondrej@debian.org> Thu, 26 Feb 2015 09:35:43 +0100
python-getdns (0.2.1-1) unstable; urgency=medium
* New upstream version 0.2.1
* Depend on getdns >= 0.1.6
* Update patches for 0.2.1 release
-- Ondřej Surý <ondrej@debian.org> Wed, 25 Feb 2015 11:04:29 +0100
python-getdns (0.2.0-1) unstable; urgency=low
* Initial release (Closes: #767890)
* Build-Depend on fixed version of libgetdns-dev
-- Ondřej Surý <ondrej@debian.org> Mon, 03 Nov 2014 11:21:39 +0100
|