tag 373528 + patch
thanks

Hi,

Attached is the diff for my python-dns 2.3.0-5.1 NMU.

-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff -u python-dns-2.3.0/debian/control python-dns-2.3.0/debian/control
--- python-dns-2.3.0/debian/control
+++ python-dns-2.3.0/debian/control
@@ -2,12 +2,15 @@
 Section: python
 Priority: optional
 Maintainer: Joerg Wendland <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1), python-dev, cdbs
+Build-Depends: debhelper (>= 5.0.37.1), python-dev (>= 2.3.5-10), cdbs (>= 
0.4.41)
+Build-Depends-Indep: python-support
+XS-Python-Version: all
 Standards-Version: 3.6.0
 
 Package: python-dns
 Architecture: all
 Depends: ${python:Depends}
+XB-Python-Version: ${python:Versions}
 Description: pydns - DNS client module for Python
  This Python module provides an DNS API for looking up
  DNS entries with Python applications.
diff -u python-dns-2.3.0/debian/changelog python-dns-2.3.0/debian/changelog
--- python-dns-2.3.0/debian/changelog
+++ python-dns-2.3.0/debian/changelog
@@ -1,3 +1,14 @@
+python-dns (2.3.0-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update for new python policy. Closes: #373528
+  * Fix lintian errors:
+    - Convert changelog in UTF8.
+    - Move debhelper, cdbs and python-dev to Build-Depends as they are needed
+      for the clean target.
+
+ -- Raphael Hertzog <[EMAIL PROTECTED]>  Sat, 17 Jun 2006 22:22:03 +0200
+
 python-dns (2.3.0-5) unstable; urgency=low
 
   * debian/control:
@@ -47,7 +58,7 @@
   * New upstream release.
   * Add python2.1-dev to Build-dep. (closes: Bug#146917)
   * Add examples from tests/ and tools/ to docs. (closes: Bug#150362)
-  * Add Michael Ströder to upstream authors.
+  * Add Michael Ströder to upstream authors.
 
  -- Joerg Wendland <[EMAIL PROTECTED]>  Sun,  7 Jul 2002 14:26:29 +0200
 
diff -u python-dns-2.3.0/debian/rules python-dns-2.3.0/debian/rules
--- python-dns-2.3.0/debian/rules
+++ python-dns-2.3.0/debian/rules
@@ -2,13 +2,12 @@
 
+DEB_PYTHON_SYSTEM=pysupport
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL := ${DEB_PYTHON_INSTALL_ARGS_ALL} \
-       --install-lib /usr/lib/site-python
-
 clean::
        rm -f DNS/*.pyc
 
 install/python-dns::
-       rm -f debian/python-dns/usr/lib/site-python/DNS/win32dns.py
+       find debian/python-dns -name win32dns.py | xargs rm -f
 
reverted:
--- python-dns-2.3.0/debian/python-dns.install
+++ python-dns-2.3.0.orig/debian/python-dns.install
@@ -1 +0,0 @@
-debian/tmp/usr/lib/site-python/DNS/*.py usr/lib/sity-python/DNS/

Reply via email to