diff -Nru /tmp/8xO6pna54S/dictdlib-2.0.3/debian/changelog /tmp/0lU5KwHp5k/dictdlib-2.0.3.1/debian/changelog --- /tmp/8xO6pna54S/dictdlib-2.0.3/debian/changelog 2003-08-18 23:00:45.000000000 +0200 +++ /tmp/0lU5KwHp5k/dictdlib-2.0.3.1/debian/changelog 2006-10-27 01:39:49.000000000 +0200 @@ -1,3 +1,10 @@ +dictdlib (2.0.3.1) unstable; urgency=low + + * NMU. + * Convert package to updated python policy. Closes: #380777. + + -- Matthias Klose Fri, 27 Oct 2006 01:38:44 +0200 + dictdlib (2.0.3) unstable; urgency=low * Updated for Python 2.3. diff -Nru /tmp/8xO6pna54S/dictdlib-2.0.3/debian/control /tmp/0lU5KwHp5k/dictdlib-2.0.3.1/debian/control --- /tmp/8xO6pna54S/dictdlib-2.0.3/debian/control 2003-08-18 22:59:32.000000000 +0200 +++ /tmp/0lU5KwHp5k/dictdlib-2.0.3.1/debian/control 2006-10-27 01:40:49.000000000 +0200 @@ -1,14 +1,18 @@ Source: dictdlib -Section: interpreters +Section: python Priority: optional Maintainer: John Goerzen -Build-Depends-Indep: debhelper (>> 3.0.0), python2.3, python2.3-dev +Build-Depends-Indep: debhelper (>> 3.0.0), python-dev, python-central +XS-Python-Version: all Standards-Version: 3.5.2 -Package: python2.3-dictdlib +Package: python-dictdlib Architecture: all -Depends: python2.3 +Depends: ${python:Depends} Suggests: dictd +Conflicts: python2.3-dictdlib, python2.4-dictdlib +Replaces: python2.3-dictdlib, python2.4-dictdlib +XB-Python-Version: ${python:Versions} Description: Python library for generating dictd dictionaries This library is useful if you want to write Python programs that generate dictd dictionaries. diff -Nru /tmp/8xO6pna54S/dictdlib-2.0.3/debian/rules /tmp/0lU5KwHp5k/dictdlib-2.0.3.1/debian/rules --- /tmp/8xO6pna54S/dictdlib-2.0.3/debian/rules 2003-08-18 23:00:37.000000000 +0200 +++ /tmp/0lU5KwHp5k/dictdlib-2.0.3.1/debian/rules 2006-10-27 01:38:38.000000000 +0200 @@ -9,8 +9,8 @@ # This is the debhelper compatibility version to use. export DH_COMPAT=3 -PYTHON=python2.3 -PACKAGE=python2.3-dictdlib +PYTHON=python +PACKAGE=python-dictdlib ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) @@ -88,6 +88,7 @@ dh_strip dh_compress dh_fixperms + dh_pycentral # dh_makeshlibs dh_installdeb # dh_perl