diff -u newt-0.51.6/debian/changelog newt-0.51.6/debian/changelog --- newt-0.51.6/debian/changelog +++ newt-0.51.6/debian/changelog @@ -1,3 +1,11 @@ +newt (0.51.6-3.backports.org.1) unstable; urgency=low + + * recompiled for http://www.backports.org/ + + used python2.1 instead of python2.3 + + removed version from slang1-utf8-dev build-dependency + + -- Norbert Tretkowski Tue, 01 Jun 2004 01:02:46 -0300 + newt (0.51.6-4) unstable; urgency=low * Change Catalan po file to reflect UTF-8 encoding. diff -u newt-0.51.6/debian/rules newt-0.51.6/debian/rules --- newt-0.51.6/debian/rules +++ newt-0.51.6/debian/rules @@ -14,7 +14,7 @@ VERSION=0.51.6 SONAME=0.51 -PYVER=2.3 +PYVER=2.1 LIB_PKG=libnewt$(SONAME) DEV_PKG=libnewt-dev diff -u newt-0.51.6/debian/control newt-0.51.6/debian/control --- newt-0.51.6/debian/control +++ newt-0.51.6/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Alastair McKinstry Standards-Version: 3.6.1.0 -Build-Depends: dbs, python2.3-dev, sgmltools-lite, slang1-utf8-dev (>= 1.4.5-2), tcl8.3-dev, libpopt-dev, debhelper (>=4.1.1), gettext +Build-Depends: dbs, python2.1-dev, sgmltools-lite, slang1-utf8-dev, tcl8.3-dev, libpopt-dev, debhelper (>=4.1.1), gettext Package: libnewt-dev Architecture: any @@ -11,7 +11,7 @@ Priority: optional Conflicts: newt0.30-dev, newt0.25-dev, libnewt-utf8-dev Replaces: newt0.30-dev, newt0.25-dev, libnewt-utf8-dev -Depends: ${shlibs:Depends}, libnewt0.51 (=${Source-Version}), ${libcdev}, slang1-utf8-dev (>= 1.4.5-2) +Depends: ${shlibs:Depends}, libnewt0.51 (=${Source-Version}), ${libcdev}, slang1-utf8-dev Description: Developer's toolkit for newt windowing library These are the header files and libraries for developing applications which use newt. Newt is a windowing toolkit for text mode, which provides diff -u newt-0.51.6/debian/python-newt.dirs newt-0.51.6/debian/python-newt.dirs --- newt-0.51.6/debian/python-newt.dirs +++ newt-0.51.6/debian/python-newt.dirs @@ -1,2 +1,2 @@ -usr/lib/python2.3 -usr/lib/python2.3/site-packages +usr/lib/python2.1 +usr/lib/python2.1/site-packages diff -u newt-0.51.6/debian/python-newt.install newt-0.51.6/debian/python-newt.install --- newt-0.51.6/debian/python-newt.install +++ newt-0.51.6/debian/python-newt.install @@ -1,2 +1,2 @@ -python2.3/_snackmodule.so usr/lib/python2.3/site-packages -snack.py usr/lib/python2.3/site-packages +python2.1/_snackmodule.so usr/lib/python2.1/site-packages +snack.py usr/lib/python2.1/site-packages diff -u newt-0.51.6/debian/patches/20_buildfixes.patch newt-0.51.6/debian/patches/20_buildfixes.patch --- newt-0.51.6/debian/patches/20_buildfixes.patch +++ newt-0.51.6/debian/patches/20_buildfixes.patch @@ -255,7 +255,7 @@ SONAME = @SONAME@ -PYTHONVERS = $(shell ls -d /usr/include/python* | sed "s|/usr/include/||g") -+PYTHONVERS = python2.3 ++PYTHONVERS = python2.1 WHIPTCLSO=whiptcl.so