[php-maint] Bug#807266: FTBFS on stretch

Mateusz Łukasik mati75 at linuxmint.pl
Sun Dec 6 21:03:53 UTC 2015


Package: src:php7.0
Version: 7.0.0-1
Severity: serious
Tags: patch, stretch

Dear Maintainer,

php7.0 is fail to build on testing because libsystemd-daemon-dev not 
exists in stretch repository, it should be replaced by libsystemd-dev in 
B-D. See my patch for that.


Mateusz
-------------- next part --------------
diff -Nru php7.0-7.0.0/debian/changelog php7.0-7.0.0/debian/changelog
--- php7.0-7.0.0/debian/changelog	2015-12-04 09:52:12.000000000 +0100
+++ php7.0-7.0.0/debian/changelog	2015-12-06 21:40:32.000000000 +0100
@@ -1,3 +1,10 @@
+php7.0 (7.0.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * B-D: replace libsystemd-daemon-dev with libsystemd-dev for fix FTBFS.
+
+ -- Mateusz Łukasik <mati75 at linuxmint.pl>  Sun, 06 Dec 2015 21:40:01 +0100
+
 php7.0 (7.0.0-1) unstable; urgency=medium
 
   * Update d/watch to match 7.0.*
diff -Nru php7.0-7.0.0/debian/control php7.0-7.0.0/debian/control
--- php7.0-7.0.0/debian/control	2015-12-04 09:52:12.000000000 +0100
+++ php7.0-7.0.0/debian/control	2015-12-06 21:39:54.000000000 +0100
@@ -52,7 +52,7 @@
                libsnmp-dev,
                libsqlite3-dev,
                libssl-dev,
-               libsystemd-daemon-dev [linux-any],
+               libsystemd-dev [linux-any],
                libtidy-dev,
                libtool (>= 2.2),
                libvpx-dev,


More information about the pkg-php-maint mailing list