Hi Mathieu e.a., Op Sat, Sep 24, 2016 at 11:03:56AM +0200 schreef Mathieu Parent: > 2016-09-19 9:04 GMT+02:00 Joost van Baal-Ilić <joostvb+deb...@uvt.nl>: > > > > What's the status of this bug? Did it get rejected by the ftpmasters? > > (Seems yes, since I can no longer find php-oci8 in > > https://ftp-master.debian.org/new.html .) > > It was rejected because the buildep is not in the archive.
Sounds reasonable. > > Why did it get rejected? Could the reject message maybe get send to this > > bugreport? > > Will do. Thanks! I feel even if php-oci8 will never get shipped with Debian, using the shared git reposity at Alioth is useful. > > In other news: I plan to add PDO-support to php-oci8, so that it ships both > > /usr/lib/php5/20131226/oci8.so and /usr/lib/php5/20131226/pdo_oci8.so . > > Good. Are you OK with me pushing it straight into ssh://git.debian.org/git/pkg-php//php-oci8.git ? Could user joostvb @ alioth get added to group pkg-php? (I've send a request via https://alioth.debian.org/project/request.php?group_id=30320 . I've created attached trivial patch and would like to push it. Or maybe you have time to push it? > I don't plan to work on this package soon. OK. > I currently use those packages So do I, at work. > but I won't help Oracle installations if Oracle is not > helping (by changing the terms). Fair enough. Bye, Joost ----------------------------------------------------------------------------- commit 27bfa388fc9380b82388a4543d2104d673074365 Author: Joost van Baal-Ilić <joostvb+...@uvt.nl> Date: Mon Oct 10 14:15:50 2016 +0200 * debian/README.source: explain why this package can't be shipped with Debian. diff --git a/debian/README.source b/debian/README.source index eb117c7..b8927b1 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,2 +1,10 @@ This package build-depends on oracle-instantclient11.2-{basic,devel} packages which are built with alien from the upstream rpm packages. + +Oracle's Instant Client is shipped by Oracle under the "Oracle Technology +Network Development and Distribution License Agreement for Instant Client", +which seems to be not a DFSG-compliant License. Therefore, +oracle-instantclient11.2-{basic,devel} are not and won't be shipped with +Debian. Since php-oci8 build-depends on Oracle's Instant Client, it won't be +shipped with Debian either. See https://bugs.debian.org/774765 for more +information. diff --git a/debian/changelog b/debian/changelog index 95200c5..69047b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +php-oci8 (2.0.8-2) UNRELEASED; urgency=medium + + * UNRELEASED. + * debian/README.source: explain why this package can't be shipped with + Debian. + + -- Joost van Baal-Ilić <joostvb+deb...@uvt.nl> Mon, 10 Oct 2016 14:14:16 +0200 + php-oci8 (2.0.8-1) unstable; urgency=medium * Initial release (Closes: #774765)
commit 27bfa388fc9380b82388a4543d2104d673074365 Author: Joost van Baal-Ilić <joostvb+...@uvt.nl> Date: Mon Oct 10 14:15:50 2016 +0200 * debian/README.source: explain why this package can't be shipped with Debian. diff --git a/debian/README.source b/debian/README.source index eb117c7..b8927b1 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,2 +1,10 @@ This package build-depends on oracle-instantclient11.2-{basic,devel} packages which are built with alien from the upstream rpm packages. + +Oracle's Instant Client is shipped by Oracle under the "Oracle Technology +Network Development and Distribution License Agreement for Instant Client", +which seems to be not a DFSG-compliant License. Therefore, +oracle-instantclient11.2-{basic,devel} are not and won't be shipped with +Debian. Since php-oci8 build-depends on Oracle's Instant Client, it won't be +shipped with Debian either. See https://bugs.debian.org/774765 for more +information. diff --git a/debian/changelog b/debian/changelog index 95200c5..69047b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +php-oci8 (2.0.8-2) UNRELEASED; urgency=medium + + * UNRELEASED. + * debian/README.source: explain why this package can't be shipped with + Debian. + + -- Joost van Baal-Ilić <joostvb+deb...@uvt.nl> Mon, 10 Oct 2016 14:14:16 +0200 + php-oci8 (2.0.8-1) unstable; urgency=medium * Initial release (Closes: #774765)