diff -u swig1.3-1.3.21/debian/changelog swig1.3-1.3.21/debian/changelog --- swig1.3-1.3.21/debian/changelog +++ swig1.3-1.3.21/debian/changelog @@ -1,3 +1,13 @@ +swig1.3 (1.3.21-4.1.backports.org.1) unstable; urgency=low + + * recompiled for http://www.backports.org/ + + used python2.1 instead of python2.3 + + used ruby1.6 instead of ruby1.8 + + used pike7.2 instead of pike7.4 + + disabled java, guile and chicken support + + -- Norbert Tretkowski Wed, 28 Apr 2004 08:59:36 +0200 + swig1.3 (1.3.21-4.2) unstable; urgency=low * NMU. diff -u swig1.3-1.3.21/debian/control swig1.3-1.3.21/debian/control --- swig1.3-1.3.21/debian/control +++ swig1.3-1.3.21/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Torsten Landschoff Standards-Version: 3.5.9 -Build-Depends: debhelper, tcl8.4-dev, tk8.4-dev, libperl-dev, bison, python-dev (>= 2.3), python-dev (<< 2.4), ruby1.8, ruby1.8-dev, guile-1.6-dev, php4-dev, php4-cgi, pike7.4, pike7.4-dev, ocaml, chicken-dev [!m68k !mips !mipsel], gcj [!hppa !mips !mipsel], gij [!hppa !mips !mipsel] +Build-Depends: debhelper, tcl8.4-dev, tk8.4-dev, libperl-dev, bison, python-dev (>= 2.1), python-dev (<< 2.2), ruby, ruby-dev, php4-dev, php4-cgi, pike7.2, ocaml Package: swig Architecture: any @@ -38,24 +38,6 @@ some swig generated wrappers. Install this package only if any other package you have installed depends on it. -Package: libswig1.3.21-chicken -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Replaces: libswig1.3, libswig1.3.21 (<< 1.3.21-3) -Description: Runtime support libraries for swig generated wrappers - This package contains the runtime support libraries needed to run - some swig generated wrappers for the Chicken scheme implementation. - -Package: libswig1.3.21-guile -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Replaces: libswig1.3, libswig1.3.21 (<< 1.3.21-3) -Description: Runtime support libraries for swig generated wrappers - This package contains the runtime support libraries needed to run - some swig generated wrappers for the Guile scheme implementation. - Package: swig-examples Architecture: all Depends: swig diff -u swig1.3-1.3.21/debian/rules swig1.3-1.3.21/debian/rules --- swig1.3-1.3.21/debian/rules +++ swig1.3-1.3.21/debian/rules @@ -10,19 +10,19 @@ MAKEOPTS = CONFIGURE_ARGS := \ - --prefix=/usr --mandir=/usr/share/man \ + --prefix=/usr --mandir=/usr/share/man \ --with-tclconfig=/usr/lib/tcl8.4 \ --with-tclincl=/usr/include/tcl8.4 \ - --with-python=/usr/bin/python2.3 \ - --with-ruby=/usr/bin/ruby1.8 \ - --with-pike=/usr/bin/pike7.4 \ - --with-pikeincl=/usr/include/pike/7.4.35 \ + --with-python=/usr/bin/python2.1 \ + --with-ruby=/usr/bin/ruby \ + --with-pike=/usr/bin/pike7.2 \ + --with-pikeincl=/usr/include/pike7.2 \ --with-swiglibdir=/usr/share/swig1.3 \ --with-release-suffix=-1.3.21 DEB_TARGET_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) -with_java := yes +with_java := no no_java_archs := hppa hurd-i386 mips mipsel freebsd-i386 netbsd-i386 ifneq ($(DEB_TARGET_ARCH),i386) ifeq ($(DEB_TARGET_ARCH), $(findstring $(DEB_TARGET_ARCH),$(no_java_archs))) @@ -31,7 +31,7 @@ endif endif -with_chicken := yes +with_chicken := no no_chicken_archs := m68k mips mipsel ifeq ($(DEB_TARGET_ARCH), $(findstring $(DEB_TARGET_ARCH),$(no_chicken_archs))) with_chicken := disabled for architecure $(DEB_TARGET_ARCH) reverted: --- swig1.3-1.3.21/debian/libswig1.3.21-chicken.files +++ swig1.3-1.3.21.orig/debian/libswig1.3.21-chicken.files @@ -1 +0,0 @@ -/usr/lib/libswigchicken-1.3.21.so reverted: --- swig1.3-1.3.21/debian/libswig1.3.21-guile.files +++ swig1.3-1.3.21.orig/debian/libswig1.3.21-guile.files @@ -1,2 +0,0 @@ -/usr/lib/libswigguile-1.3.21.so -/usr/lib/libswigguilescm-1.3.21.so