Avature / dh-make-php

Build debian packages for php extensions
8 stars 7 forks source link

Fixed everything I could #1

Closed szepeviktor closed 7 years ago

szepeviktor commented 7 years ago

@jvrsantacruz Thank you very much for your work!

Backported lintian says:

lintian --display-info --display-experimental --pedantic --show-overrides --no-tag-display-limit ../dh-make-php_0.6.1_all.deb
I: dh-make-php: extended-description-is-probably-too-short
O: dh-make-php: extra-license-file usr/share/dh-make-php/licenses/artistic
O: dh-make-php: extra-license-file usr/share/dh-make-php/licenses/bsd
O: dh-make-php: extra-license-file usr/share/dh-make-php/licenses/gpl
O: dh-make-php: extra-license-file usr/share/dh-make-php/licenses/lgpl
O: dh-make-php: script-not-executable usr/share/dh-make-php/pecl.template/phppostinst
O: dh-make-php: script-not-executable usr/share/dh-make-php/pecl.template/rules
O: dh-make-php: script-not-executable usr/share/dh-make-php/pecl.template/rules.CDBS
E: dh-make-php: php-script-but-no-phpX-cli-dep usr/share/dh-make-php/phppkginfo

The last error is because of php-cli depends, I run it on jessie.

szepeviktor commented 7 years ago

I've published your software: http://szepeviktor.github.io/debian/

szepeviktor commented 7 years ago

Maybe here we need two more asterisks

https://github.com/Avature/dh-make-php/blob/master/debian/changelog#L10-L11

jvrsantacruz commented 7 years ago

@szepeviktor Thanks for your fixes! I'll revise the changelog and tag it as a new version.

Thanks again!