diff -u ethereal-0.10.6/debian/changelog ethereal-0.10.6/debian/changelog --- ethereal-0.10.6/debian/changelog +++ ethereal-0.10.6/debian/changelog @@ -1,3 +1,13 @@ +ethereal (0.10.6-0.backports.org.1) unstable; urgency=high + + * recompiled for http://www.backports.org/ + + recuced required version of libgtk2.0-dev build-dependency + + used libpcap-dev instead of libpcap0.7-dev in build-dependencies + + used python2.1 instead of python2.3 + + added versions to libtool and autoconf build-dependencies + + -- Norbert Tretkowski Fri, 27 Aug 2004 18:31:25 +0200 + ethereal (0.10.6-1) unstable; urgency=high * New upstream realease. diff -u ethereal-0.10.6/debian/control ethereal-0.10.6/debian/control --- ethereal-0.10.6/debian/control +++ ethereal-0.10.6/debian/control @@ -3,7 +3,8 @@ Priority: optional Maintainer: Frederic Peters Standards-Version: 3.6.1.0 -Build-Depends: libgtk2.0-dev (>=2.4.0-0), libpcap0.7-dev, flex, libz-dev, debhelper (>= 3.0), libtool, python, automake, autoconf, autotools-dev, libadns1-dev, xsltproc, docbook-xsl (>= 1.64.1.0-0), libpcre3-dev +Build-Depends: libgtk2.0-dev (>=2.0.2-1), libpcap-dev, flex, libz-dev, debhelper (>= 3.0), libtool (>=1.5), python, automake, autoconf (>=2.59), autotools-dev, libadns1-dev, + xsltproc, docbook-xsl (>= 1.64.1.0-0), libpcre3-dev Build-Conflicts: libsnmp-dev Package: ethereal-common diff -u ethereal-0.10.6/debian/rules ethereal-0.10.6/debian/rules --- ethereal-0.10.6/debian/rules +++ ethereal-0.10.6/debian/rules @@ -78,11 +78,11 @@ mkdir -p `pwd`/debian/tmp/usr/share/pixmaps/ cp image/hi48-app-ethereal.png `pwd`/debian/tmp/usr/share/pixmaps/ cp image/eicon3d32.xpm `pwd`/debian/tmp/usr/share/pixmaps/ - mkdir -p `pwd`/debian/tmp/usr/lib/python2.3/site-packages/ + mkdir -p `pwd`/debian/tmp/usr/lib/python2.1/site-packages/ install -m 755 `pwd`/idl2deb `pwd`/debian/tmp/usr/bin/ install -m 755 `pwd`/asn2deb `pwd`/debian/tmp/usr/bin/ cp `pwd`/ethereal_be.py `pwd`/ethereal_gen.py \ - `pwd`/debian/tmp/usr/lib/python2.3/site-packages/ + `pwd`/debian/tmp/usr/lib/python2.1/site-packages/ mkdir -p `pwd`/debian/tmp/usr/include/ethereal/ for F in `cat debian/ethereal-dev.header-files`; do \ cp --parents $$F `pwd`/debian/tmp/usr/include/ethereal; \ diff -u ethereal-0.10.6/debian/ethereal-dev.postinst ethereal-0.10.6/debian/ethereal-dev.postinst --- ethereal-0.10.6/debian/ethereal-dev.postinst +++ ethereal-0.10.6/debian/ethereal-dev.postinst @@ -1,6 +1,6 @@ #! /bin/sh -e -PYTHON=python2.3 +PYTHON=python2.1 case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) diff -u ethereal-0.10.6/debian/ethereal-dev.files ethereal-0.10.6/debian/ethereal-dev.files --- ethereal-0.10.6/debian/ethereal-dev.files +++ ethereal-0.10.6/debian/ethereal-dev.files @@ -6,5 +6,5 @@ /usr/lib/ethereal/libwiretap.so /usr/lib/ethereal/libwiretap.la -/usr/lib/python2.3/* +/usr/lib/python2.1/* /usr/include/ethereal/*