diff -u swig1.3-1.3.40/debian/control swig1.3-1.3.40/debian/control --- swig1.3-1.3.40/debian/control +++ swig1.3-1.3.40/debian/control @@ -1,9 +1,24 @@ Source: swig1.3 Section: interpreters Priority: optional -Maintainer: Torsten Landschoff +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Torsten Landschoff Standards-Version: 3.7.3 -Build-Depends: debhelper (>= 4.0), quilt (>= 0.40), tcl8.4-dev, tk8.4-dev, libperl-dev, bison, python-dev (>= 2.5), python-dev (<< 2.6), ruby1.8, ruby1.8-dev, guile-1.8-dev, php5-dev, php5-cgi, libchicken-dev [!m68k !mips !mipsel], libpcre3-dev [!m68k !mips !mipsel], gcj [!hppa !mips !mipsel !alpha !arm !hurd-i386], gij [!hppa !mips !mipsel !alpha !arm !hurd-i386] +Build-Depends: debhelper (>= 4.0), + quilt (>= 0.40), + tcl8.4-dev, + tk8.4-dev, + libperl-dev, + bison, + python-dev (>= 2.5), + ruby1.8, + ruby1.8-dev, + guile-1.8-dev, + php5-dev, + php5-cgi, + libpcre3-dev [!m68k !mips !mipsel], + gcj [!hppa !mips !mipsel !alpha !arm !hurd-i386], + gij [!hppa !mips !mipsel !alpha !arm !hurd-i386] Package: swig Architecture: any @@ -13,7 +28,7 @@ Description: Generate scripting interfaces to C/C++ code SWIG is a compiler that makes it easy to integrate C and C++ code with other languages including Perl, PHP, Tcl, Ruby, Python, Java, - Guile, Mzscheme, Chicken, OCaml, Pike, and C#. + Guile, Mzscheme, Chicken, OCaml, and C#. . Swig takes a set of ANSI C/C++ declarations and generates an interface for them to your favorite scripting language. @@ -24,7 +39,7 @@ Description: Generate scripting interfaces to C/C++ code SWIG is a compiler that makes it easy to integrate C and C++ code with other languages including Perl, PHP, Tcl, Ruby, Python, Java, - Guile, Mzscheme, Chicken, OCaml, Pike, and C#. + Guile, Mzscheme, Chicken, OCaml, and C#. . This is just an upgrade convenience package. For the real stuff look at the swig package. diff -u swig1.3-1.3.40/debian/rules swig1.3-1.3.40/debian/rules --- swig1.3-1.3.40/debian/rules +++ swig1.3-1.3.40/debian/rules @@ -19,12 +19,8 @@ --prefix=/usr --mandir=/usr/share/man \ --with-tclconfig=/usr/lib/tcl8.4 \ --with-tclincl=/usr/include/tcl8.4 \ - --with-python=/usr/bin/python2.5 \ --with-ruby=/usr/bin/ruby1.8 \ - --with-pike=/usr/bin/pike7.6 \ - --with-pikeincl=/usr/include/pike/7.6.24 \ - --with-swiglibdir=/usr/share/swig1.3 \ - --without-mzscheme + --with-swiglibdir=/usr/share/swig1.3 DEB_TARGET_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) @@ -70,7 +66,7 @@ touch aclocal.m4 touch configure touch Source/Makefile.in - PHP4INC="`php-config --includes`" \ + PHP4INC="`php-config5 --includes`" \ CFLAGS="-g -O2 `perl -e 'use Config; print $$Config{ccflags};'`" \ ./configure $(CONFIGURE_ARGS) touch configure-stamp @@ -89,9 +85,11 @@ rm -f config.log config.status rm -f preinst-swig rm -f Source/Include/swigconfig.h Source/Include/stamp-h1 + rm -f Runtime/php_swigrun.h Runtime/swigrun.php Runtime/swigrun.pm Runtime/swigrun.py Runtime/swigrun.scm rm -f `find -name Makefile.in|sed 's,\.in$$,,'` rm -Rf Source/.deps rm -Rf Lib/swigwarn.swg swig.spec + rm -f Lib/ocaml/swigp4.ml dh_clean debian/rules unpatch diff -u swig1.3-1.3.40/debian/changelog swig1.3-1.3.40/debian/changelog --- swig1.3-1.3.40/debian/changelog +++ swig1.3-1.3.40/debian/changelog @@ -1,3 +1,17 @@ +swig1.3 (1.3.40-2ubuntu1) lucid; urgency=low + + * Merge from Debian testing (LP: #356529), remaining changes: + - Drop libchicken-dev from the build-depends (it's in universe) + - Remove Pike from package description and from configure flags + - drop "--without-mzscheme", we don't have it in our build-depends + - use php-config5 + - Clean Runtime/ as well. + - debian/rules (clean): Remove Lib/ocaml/swigp4.ml. + * debian/rules: Remove hardcoded python version. + * Remove upper limit for python from Build-Depends. + + -- Benjamin Drung Sun, 15 Nov 2009 14:00:28 +0100 + swig1.3 (1.3.40-2) unstable; urgency=low * Retarget for unstable. @@ -40,6 +54,26 @@ -- Torsten Landschoff Thu, 26 Feb 2009 16:16:07 +0100 +swig1.3 (1.3.36-1ubuntu2) jaunty; urgency=low + + * debian/control: update build dependency to python-dev (<<3.0) to build the + package with python2.6 (LP: #356805) + + -- Fabrice Coutadeur Tue, 07 Apr 2009 05:47:25 +0000 + +swig1.3 (1.3.36-1ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, remaining changes: + - Drop pike and libchicken-dev from the build-depends + (both are universe) + - Use python2.5 instead of python2.4. + - use php5 + - Clean Runtime/ as well. + - debian/Rules (clean): Remove Lib/ocaml/swigp4.ml. + - drop "--without-mzscheme", we don't have it in our build-depends + + -- Michael Vogt Mon, 10 Nov 2008 16:29:56 +0100 + swig1.3 (1.3.36-1) unstable; urgency=low * New upstream release (closes: #488342). @@ -50,6 +84,18 @@ -- Torsten Landschoff Sun, 06 Jul 2008 03:07:56 +0200 +swig1.3 (1.3.35-4ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Drop support for pike. + - Use python2.5 instead of python2.4. + - use php5 + - Clean Runtime/ as well. + - Force a few environment variables. + - debian/Rules (clean): Remove Lib/ocaml/swigp4.ml. + + -- Michael Vogt Fri, 20 Jun 2008 18:33:37 +0200 + swig1.3 (1.3.35-4) unstable; urgency=low * Acknowledge NMUs (closes: #476718, #477906). Thanks, guys! @@ -122,6 +168,17 @@ -- Torsten Landschoff Mon, 11 Feb 2008 18:38:17 +0100 +swig1.3 (1.3.33-2ubuntu1) hardy; urgency=low + + * Merge with Debian; remaining changes: + - Drop support for pike. + - Use python2.5 instead of python2.4. + - Clean Runtime/ as well. + - Force a few environment variables. + * debian/Rules (clean): Remove Lib/ocaml/swigp4.ml. + + -- Matthias Klose Thu, 06 Dec 2007 10:27:08 +0000 + swig1.3 (1.3.33-2) unstable; urgency=low * debian/rules: Only run make distclean if the Makefile exists to make @@ -167,12 +224,44 @@ -- Torsten Landschoff Wed, 22 Aug 2007 21:29:04 +0200 +swig1.3 (1.3.31-1ubuntu3) feisty; urgency=low + + * And fix the python-dev build dependency. Happy Saturday Evening. + + -- Matthias Klose Sat, 13 Jan 2007 19:44:18 +0100 + +swig1.3 (1.3.31-1ubuntu2) feisty; urgency=low + + * Really drop support for pike7.6. + + -- Matthias Klose Sat, 13 Jan 2007 18:00:24 +0100 + +swig1.3 (1.3.31-1ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - drop support for pike + - use php5 instead of php4 + - clean Runtime/ as well + - force a few environment variables + + -- Michael Vogt Wed, 20 Dec 2006 14:43:24 +0100 + swig1.3 (1.3.31-1) unstable; urgency=low * New upstream release (closes: #401211). -- Torsten Landschoff Sat, 2 Dec 2006 01:56:34 +0100 +swig1.3 (1.3.29-2.1ubuntu1) feisty; urgency=low + + * Merge from debian unstable, remaining changes: + - drop support for pike + - use php5 instead of php4 + - clean Runtime/ as well + - force a few environment variables + + -- Scott James Remnant Tue, 28 Nov 2006 13:15:18 +0000 + swig1.3 (1.3.29-2.1) unstable; urgency=medium * Non-maintainer upload, BSP Zurich/Switzerland. @@ -207,6 +296,15 @@ -- Torsten Landschoff Mon, 7 Aug 2006 23:17:07 +0200 +swig1.3 (1.3.28-1.1ubuntu1) edgy; urgency=low + + * Merge from debian unstable, remaining changes: + - don't use pike, + - use python 2.4, + - use php5. + + -- Scott James Remnant Mon, 10 Jul 2006 16:07:11 +0100 + swig1.3 (1.3.28-1.1) unstable; urgency=low * Non-maintainer upload. @@ -238,6 +336,18 @@ -- Torsten Landschoff Sat, 4 Feb 2006 02:11:39 +0100 +swig1.3 (1.3.27-1ubuntu2) dapper; urgency=low + + * Change build depedency from chicken-dev to libchicken-dev. + + -- Scott James Remnant Thu, 18 May 2006 15:48:06 +0100 + +swig1.3 (1.3.27-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian again, for the new subversion packages. + + -- Adam Conrad Mon, 5 Dec 2005 01:16:04 +1100 + swig1.3 (1.3.27-1) unstable; urgency=low * New upstream release. @@ -252,6 +362,80 @@ -- Torsten Landschoff Wed, 23 Nov 2005 00:54:00 +0100 +swig1.3 (1.3.25-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian. Ubuntu #19335 + + -- Tollef Fog Heen Wed, 9 Nov 2005 12:32:29 +0100 + +swig1.3 (1.3.25-1) unstable; urgency=low + + * New upstream release (closes: #293325). + + Includes fix to resource leak when using default arguments in + constructors (closes: #297335). + + Puts -help and -version output on stdout (closes: #285038). + + -- Torsten Landschoff Thu, 22 Sep 2005 09:59:22 +0200 + +swig1.3 (1.3.24-1ubuntu4) breezy; urgency=low + + * Use php5-dev instead of php4-dev, to kick php4 out of main. + * Drop support for generation of pike bindings, as nothing uses it, + and swig is the only thing keeping pike7.6 in main (Ubuntu #13796) + + -- Adam Conrad Thu, 1 Sep 2005 18:35:55 +1000 + +swig1.3 (1.3.24-1ubuntu3) breezy; urgency=low + + * Fix python build dependency. + + -- Matthias Klose Mon, 23 May 2005 21:42:21 +0000 + +swig1.3 (1.3.24-1ubuntu2) breezy; urgency=low + + * Rebuild for new C++ ABI + + -- Matthias Klose Wed, 18 May 2005 15:43:46 +0000 + +swig1.3 (1.3.24-1ubuntu1) breezy; urgency=low + + * Resynchronise with Debian. + + -- Scott James Remnant Thu, 14 Apr 2005 23:40:16 +0100 + +swig1.3 (1.3.24-1) unstable; urgency=low + + * New upstream release (closes: #290895, #293694): + + Implements C# optional parameters (closes: #283314). + * Update config.guess, config.sub. + * Adjust for new pike version 7.6. + * Work around broken automake refresh feature + * Don't try to build/install runtime anymore + * Kill meta data for runtime packages + * Include CHANGES.current in the package (closes: #273912) + + -- Torsten Landschoff Sat, 12 Feb 2005 17:12:09 +0100 + +swig1.3 (1.3.22-6) unstable; urgency=low + + * Apply patch to fix breakage when returning const C++ objects + (closes: #294241). Thanks to Jeremy H. Brown for pointing this out. + + -- Torsten Landschoff Tue, 8 Feb 2005 20:26:27 +0100 + +swig1.3 (1.3.22-5ubuntu2) hoary; urgency=low + + * Build using python2.4 and pike7.6. Closes: #4146. + + -- Matthias Klose Mon, 10 Jan 2005 09:48:52 +0100 + +swig1.3 (1.3.22-5ubuntu1) hoary; urgency=low + + * Resynchronise with Debian. + * Make sure that we clean Runtime/ as well + + -- Tollef Fog Heen Tue, 7 Dec 2004 18:39:42 +0100 + swig1.3 (1.3.25-1) unstable; urgency=low * New upstream release (closes: #293325). @@ -298,6 +482,12 @@ -- Torsten Landschoff Wed, 10 Nov 2004 00:41:09 +0100 +swig1.3 (1.3.22-3ubuntu1) hoary; urgency=low + + * Resync with Debian. + + -- Daniel Stone Tue, 2 Nov 2004 18:16:27 +0100 + swig1.3 (1.3.22-3) unstable; urgency=high * Urgency high because sarge is waiting for a fixed swig. This @@ -337,6 +527,12 @@ -- Torsten Landschoff Sat, 25 Sep 2004 16:42:18 +0200 +swig1.3 (1.3.21-5ubuntu1) warty; urgency=low + + * Fix linking for ruby, python, perl and tcl bindings + + -- Thom May Mon, 2 Aug 2004 15:57:10 +0100 + swig1.3 (1.3.21-5) unstable; urgency=low * Acknowledge NMUs (closes: #248822, #246452). Thanks, Matthias! @@ -675 +870,0 @@ -