[Python-modules-team] Bug#751267: pu: package pydap/2.2.6.7-1.1
Julien Cristau
julien.cristau at logilab.fr
Wed Jun 11 15:21:14 UTC 2014
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org at packages.debian.org
Usertags: pu
python-dap in stable is affected by #709376, which causes spurious
warnings from python in unrelated scripts.
Proposed debdiff:
diff -Nru pydap-2.2.6.7/debian/changelog pydap-2.2.6.7/debian/changelog
--- pydap-2.2.6.7/debian/changelog 2011-09-01 21:34:24.000000000 +0200
+++ pydap-2.2.6.7/debian/changelog 2014-06-11 16:00:07.000000000 +0200
@@ -1,3 +1,10 @@
+pydap (2.2.6.7-1.1) wheezy; urgency=low
+
+ * Non-maintainer upload.
+ * Add "dap" to namespace_packages in setup.py (Closes: #709376)
+
+ -- Julien Cristau <julien.cristau at logilab.fr> Wed, 11 Jun 2014 16:00:05 +0200
+
pydap (2.2.6.7-1) unstable; urgency=low
* Initial release (Closes: #640037)
diff -Nru pydap-2.2.6.7/debian/patches/namespace.diff pydap-2.2.6.7/debian/patches/namespace.diff
--- pydap-2.2.6.7/debian/patches/namespace.diff 1970-01-01 01:00:00.000000000 +0100
+++ pydap-2.2.6.7/debian/patches/namespace.diff 2014-06-11 15:59:38.000000000 +0200
@@ -0,0 +1,13 @@
+Index: pydap-2.2.6.7/setup.py
+===================================================================
+--- pydap-2.2.6.7.orig/setup.py
++++ pydap-2.2.6.7/setup.py
+@@ -59,7 +59,7 @@ The latest version is available in a `Su
+ url='http://pydap.org/',
+ license='MIT',
+ packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
+- namespace_packages=['dap.plugins', 'dap.responses'],
++ namespace_packages=['dap', 'dap.plugins', 'dap.responses'],
+ include_package_data=True,
+ zip_safe=False,
+ install_requires=[
diff -Nru pydap-2.2.6.7/debian/patches/series pydap-2.2.6.7/debian/patches/series
--- pydap-2.2.6.7/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ pydap-2.2.6.7/debian/patches/series 2014-06-11 15:59:19.000000000 +0200
@@ -0,0 +1 @@
+namespace.diff
-- System Information:
Debian Release: 7.5
APT prefers stable
APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
Julien Cristau <julien.cristau at logilab.fr>
Logilab http://www.logilab.fr/
Informatique scientifique & gestion de connaissances
More information about the Python-modules-team
mailing list