[Python-modules-commits] [python-getdns] 04/05: [ Ondřej Nový ] [ Scott Kitterman ] New upstream release

Scott Kitterman kitterman at moszumanska.debian.org
Thu Apr 7 05:24:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository python-getdns.

commit 4d921d66c86a55ddbb9315addefafd18a848f6f0
Merge: 32dfa38 7658b0d
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Apr 7 01:11:29 2016 -0400

    [ Ondřej Nový ]
    [ Scott Kitterman ]
    New upstream release

 README.md                              |  2 +-
 debian/.git-dpm                        |  6 +++---
 debian/changelog                       |  6 +++++-
 debian/patches/0001-remove-rpath.patch | 10 ++++++----
 examples/client_subnet.py              | 36 ++++++++--------------------------
 pygetdns_util.c                        |  8 ++++----
 6 files changed, 27 insertions(+), 41 deletions(-)

diff --cc debian/.git-dpm
index 7ad3299,0000000..8288d82
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 94fe4f960f59f919ce0dfbad870a991f51044d29
- 94fe4f960f59f919ce0dfbad870a991f51044d29
- e10dc03cb6c822499a3919498c69116e6546d448
++7658b0d6aee69ef972d95ece304db8606205007c
++7658b0d6aee69ef972d95ece304db8606205007c
++64844280ecc464f1d3f89340d7f944dcfb0fd165
 +64844280ecc464f1d3f89340d7f944dcfb0fd165
 +python-getdns_0.6.1.orig.tar.gz
 +8c4d231ace7a9baf9f50388d61c4fa23c0d4e962
 +50843
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 0a7a8af,0000000..ee44011
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,78 -1,0 +1,82 @@@
 +python-getdns (0.6.0-2) UNRELEASED; urgency=medium
 +
++  [ Ondřej Nový ]
 +  * Fixed VCS URL (https)
 +
-  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:07:12 +0200
++  [ Scott Kitterman ]
++  * New upstream release
++
++ -- Scott Kitterman <scott at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at debian.org>  Mon, 03 Nov 2014 11:21:39 +0100
diff --cc debian/patches/0001-remove-rpath.patch
index d1c2ae5,0000000..bec9b8a
mode 100644,000000..100644
--- a/debian/patches/0001-remove-rpath.patch
+++ b/debian/patches/0001-remove-rpath.patch
@@@ -1,27 -1,0 +1,29 @@@
- From 2b45a40f340ed639e8e5d0218266b533001f3ab3 Mon Sep 17 00:00:00 2001
++From 7658b0d6aee69ef972d95ece304db8606205007c Mon Sep 17 00:00:00 2001
 +From: =?UTF-8?q?=3D=3Futf-8=3Fq=3FOnd=3DC5=3D99ej=5FSur=3DC3=3DBD=3F=3D?=
 + <ondrej at debian.org>
 +Date: Sun, 1 Mar 2015 10:38:43 +0100
 +Subject: remove-rpath
 +
 +Patch-Name: 0001-remove-rpath.patch
 +---
 + setup.py | 3 ---
 + 1 file changed, 3 deletions(-)
 +
- --- python-getdns.orig/setup.py
- +++ python-getdns/setup.py
- @@ -51,13 +51,10 @@ if not ((platform_version[0] == '3') or
++diff --git a/setup.py b/setup.py
++index 39434af..fa47a5b 100644
++--- a/setup.py
+++++ b/setup.py
++@@ -51,13 +51,10 @@ if not ((platform_version[0] == '3') or (platform_version == ['2', '7'])):
 +     os._exit(1)
 + 
 + getdns_module = Extension('getdns',
 +-                    include_dirs = [ '/usr/local/include', ],
 +                     libraries = [ 'getdns', 'getdns_ext_event', 'event' ],
 +-                    library_dirs = [ '/usr/local/lib', lib_dir ],
 +                     sources = [ 'getdns.c', 'pygetdns_util.c', 'context.c',
 +                                 'context_util.c', 'result.c' ],
 +                           extra_compile_args = CFLAGS,
 +-                    runtime_library_dirs = [ '/usr/local/lib', lib_dir ],
 +                     )
 + 
 + setup(name='getdns',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-getdns.git



More information about the Python-modules-commits mailing list