php and php7.0 are meta-packages that just allow web-based PHP code to
run on your system:

# apt-get install php7.0
...
The following NEW packages will be installed:
  php-common php7.0 php7.0-cli php7.0-common php7.0-fpm php7.0-json 
php7.0-opcache php7.0-readline

So it pulled in php7.0-fpm, which does have appropriate dbgsym packages.

There is a caveat to this, which I think is totally expected:

# apt-get install php7.0-dbgsym
...
Note, selecting 'libapache2-mod-php7.0-dbgsym' for regex 'php7.0-dbgsym'
...

which is not probably what you want and you probably need to specify
'^php7.0-dbgsym$' which will result in no such package being found,
correctly, as metapackages have no symbols (debug or otherwise).

** Changed in: php7.0 (Ubuntu)
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1587528

Title:
  Debug symbols not showing up on APT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1587528/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to