[Python-modules-commits] r31892 - in packages/python-getdns/trunk (13 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Feb 21 21:33:43 UTC 2015


    Date: Saturday, February 21, 2015 @ 21:33:42
  Author: kitterman
Revision: 31892

[svn-inject] Applying Debian modifications (0.2.0-1) to trunk

Added:
  packages/python-getdns/trunk/debian/
  packages/python-getdns/trunk/debian/changelog
  packages/python-getdns/trunk/debian/compat
  packages/python-getdns/trunk/debian/control
  packages/python-getdns/trunk/debian/copyright
  packages/python-getdns/trunk/debian/patches/
  packages/python-getdns/trunk/debian/patches/remove-rpath.patch
  packages/python-getdns/trunk/debian/patches/series
  packages/python-getdns/trunk/debian/python-getdns.docs
  packages/python-getdns/trunk/debian/python-getdns.examples
  packages/python-getdns/trunk/debian/rules
  packages/python-getdns/trunk/debian/source/
  packages/python-getdns/trunk/debian/source/format


Property changes on: packages/python-getdns/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-getdns/trunk/debian/changelog
===================================================================
--- packages/python-getdns/trunk/debian/changelog	                        (rev 0)
+++ packages/python-getdns/trunk/debian/changelog	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1,6 @@
+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

Added: packages/python-getdns/trunk/debian/compat
===================================================================
--- packages/python-getdns/trunk/debian/compat	                        (rev 0)
+++ packages/python-getdns/trunk/debian/compat	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1 @@
+9

Added: packages/python-getdns/trunk/debian/control
===================================================================
--- packages/python-getdns/trunk/debian/control	                        (rev 0)
+++ packages/python-getdns/trunk/debian/control	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1,27 @@
+Source: python-getdns
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ondřej Surý <ondrej at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               libgetdns-dev (>= 0.1.5-2~),
+               python-all (>= 2.6.6-3)
+Standards-Version: 3.9.6
+Homepage: http://getdnsapi.org/
+
+Package: python-getdns
+Architecture: any
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Description: modern asynchronous DNS API (python bindings)
+ getdns is a modern asynchronous DNS API.  It implements DNS entry
+ points from a design developed and vetted by application developers,
+ in an API specification edited by Paul Hoffman.  With the development
+ of this API, we intend to offer application developers a modernized
+ and flexible way to access DNS security (DNSSEC) and other powerful
+ new DNS features; a particular hope is to inspire application
+ developers towards innovative security solutions in their
+ applications.
+ .
+ This package contains pythong bindings for the library.

Added: packages/python-getdns/trunk/debian/copyright
===================================================================
--- packages/python-getdns/trunk/debian/copyright	                        (rev 0)
+++ packages/python-getdns/trunk/debian/copyright	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1,61 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: getdns-python-bindings
+Source: https://github.com/getdnsapi/getdns-python-bindings
+
+Files: *
+Copyright: 2014, Verisign, Inc., NLnet Labs
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2014 Ondřej Surý <ondrej at debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the name of the <ORGANIZATION> nor the names of its
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: packages/python-getdns/trunk/debian/patches/remove-rpath.patch
===================================================================
--- packages/python-getdns/trunk/debian/patches/remove-rpath.patch	                        (rev 0)
+++ packages/python-getdns/trunk/debian/patches/remove-rpath.patch	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1,14 @@
+--- python-getdns.orig/setup.py
++++ python-getdns/setup.py
+@@ -39,11 +39,8 @@ long_description = ( 'getdns is a set of
+ 
+ CFLAGS = [ '-g' ]
+ getdns_module = Extension('getdns',
+-                    include_dirs = [ '/usr/local/include', ],
+                     libraries = [ 'ldns', 'getdns', 'getdns_ext_event' ],
+-                    library_dirs = [ '/usr/local/lib' ],
+                     sources = [ 'getdns.c', 'pygetdns_util.c', 'fd_poller.c', 'context.c' ],
+-                    runtime_library_dirs = [ '/usr/local/lib' ]
+                     )
+ 
+ setup(name='getdns',

Added: packages/python-getdns/trunk/debian/patches/series
===================================================================
--- packages/python-getdns/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-getdns/trunk/debian/patches/series	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1 @@
+remove-rpath.patch

Added: packages/python-getdns/trunk/debian/python-getdns.docs
===================================================================
--- packages/python-getdns/trunk/debian/python-getdns.docs	                        (rev 0)
+++ packages/python-getdns/trunk/debian/python-getdns.docs	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1 @@
+README.md

Added: packages/python-getdns/trunk/debian/python-getdns.examples
===================================================================
--- packages/python-getdns/trunk/debian/python-getdns.examples	                        (rev 0)
+++ packages/python-getdns/trunk/debian/python-getdns.examples	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1 @@
+examples/*

Added: packages/python-getdns/trunk/debian/rules
===================================================================
--- packages/python-getdns/trunk/debian/rules	                        (rev 0)
+++ packages/python-getdns/trunk/debian/rules	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils


Property changes on: packages/python-getdns/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-getdns/trunk/debian/source/format
===================================================================
--- packages/python-getdns/trunk/debian/source/format	                        (rev 0)
+++ packages/python-getdns/trunk/debian/source/format	2015-02-21 21:33:42 UTC (rev 31892)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list