Le 30/10/16 à 13:29, Laurent Bigonville a écrit :
On Sat, 7 May 2016 11:59:07 +0200 Laurent Bigonville <bi...@debian.org> wrote:
> Hi,
>
> [...]
> > swig (3.0.8-0) experimental; urgency=medium
> [...]
>
> Could you please upload 3.0.8 to unstable?
>
> I've binding for python3.5 being broken with 3.0.7, rebuilding them with
> 3.0.8 fix the issue.
>
> Python 3.5 is now the default version now

Hi,

Any plans to do this before the freeze?
I've uploaded 3.0.8 to the deferred/15 queue, it means that it will hit unstable in 15days.

Tell me if I should cancel this upload.

Regards,

Laurent Bigonville
diff -Nru swig-3.0.8/debian/changelog swig-3.0.8/debian/changelog
--- swig-3.0.8/debian/changelog	2016-03-09 23:15:57.000000000 +0100
+++ swig-3.0.8/debian/changelog	2016-10-30 20:24:17.000000000 +0100
@@ -1,3 +1,12 @@
+swig (3.0.8-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Upload to unstable
+  * Remove swig PHP support as swig doesn't support PHP 7.0 yet
+    (Closes: #821715)
+
+ -- Laurent Bigonville <bi...@debian.org>  Sun, 30 Oct 2016 20:24:17 +0100
+
 swig (3.0.8-0) experimental; urgency=medium
 
   * New upstream release (closes: #811418).
diff -Nru swig-3.0.8/debian/control swig-3.0.8/debian/control
--- swig-3.0.8/debian/control	2015-10-31 00:42:25.000000000 +0100
+++ swig-3.0.8/debian/control	2016-10-30 20:09:44.000000000 +0100
@@ -16,8 +16,6 @@
                libchicken-dev [!m68k !mips !mipsel],
                libperl-dev,
                libpcre3-dev,
-               php5-cgi,
-               php5-dev,
                python-dev,
                ruby,
                ruby-dev,
@@ -33,7 +31,7 @@
 Replaces: swig2.0
 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,
+ with other languages including Perl, Tcl, Ruby, Python, Java,
  Guile, Mzscheme, Chicken, OCaml, Pike, and C#.
  .
  Swig takes a set of ANSI C/C++ declarations and generates an
@@ -48,7 +46,7 @@
 Suggests: swig3.0-examples, swig3.0-doc
 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, 
+ with other languages including Perl, Tcl, Ruby, Python, Java, 
  Guile, Mzscheme, Chicken, OCaml, Pike, and C#.
  .
  Swig takes a set of ANSI C/C++ declarations and generates an 
diff -Nru swig-3.0.8/debian/rules swig-3.0.8/debian/rules
--- swig-3.0.8/debian/rules	2014-05-11 16:49:10.000000000 +0200
+++ swig-3.0.8/debian/rules	2016-10-30 20:09:44.000000000 +0100
@@ -18,6 +18,7 @@
 MAKEOPTS =
 CONFIGURE_ARGS := \
 	--prefix=/usr --mandir=/usr/share/man	\
+	--without-php					\
 	--with-tclconfig=/usr/lib			\
 	--with-python=/usr/bin/python			\
 	--with-ruby=/usr/bin/ruby			\
@@ -68,7 +69,6 @@
 	dh_testdir
 	dh_autoreconf ./autogen.sh
 	mkdir -p builddir
-	PHP4INC="`php-config --includes`" \
 	cd builddir && ../configure $(CONFIGURE_ARGS)
 	touch configure-stamp
 
diff -Nru swig-3.0.8/debian/swig3.0-examples.examples swig-3.0.8/debian/swig3.0-examples.examples
--- swig-3.0.8/debian/swig3.0-examples.examples	2014-05-11 16:18:31.000000000 +0200
+++ swig-3.0.8/debian/swig3.0-examples.examples	2016-10-30 20:09:44.000000000 +0100
@@ -9,7 +9,6 @@
 Examples/mzscheme
 Examples/ocaml
 Examples/perl5
-Examples/php
 Examples/pike
 Examples/python
 Examples/ruby

Reply via email to