Skip to content

Releases: wdalmut/php-deb-packager

0.0.14: Change default deb package name (#19)

19 Jul 17:23
Compare
Choose a tag to compare
* Change default deb package name

Changed default deb package name to `"{$name}_{$version}_{$arch}.deb"` since this is what normally would be generated.

* Fix tests for default deb name

The tests with default package name still expected the old version of the name.

* Fixed tests

Tests tried to get the Control via `$this->getControl()` which obviously failed.